fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-26 15:34:42 +02:00
parent b182fa5c0a
commit 611bd0d542
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as tsrun from '@gitzone/tsrun';
import * as tsrun from '@git.zone/tsrun';
tsrun.runPath('./cli.child.js');

View File

@ -39,7 +39,7 @@
"typescript": "5.1.6"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.44",
"@git.zone/tsrun": "^1.2.44",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
},

View File

@ -31,9 +31,9 @@ dependencies:
version: 5.1.6
devDependencies:
'@gitzone/tsrun':
'@git.zone/tsrun':
specifier: ^1.2.44
version: 1.2.44(@types/node@20.5.6)
version: 1.2.45(@types/node@20.5.6)
'@push.rocks/tapbundle':
specifier: ^5.0.15
version: 5.0.15(sinon@15.2.0)
@ -76,8 +76,8 @@ packages:
'@jridgewell/trace-mapping': 0.3.9
dev: true
/@gitzone/tsrun@1.2.44(@types/node@20.5.6):
resolution: {integrity: sha512-7AfL9u+TmD7gLiRaTCimhWm5rq9GGBQnOF4q1FnFh2CAb1FbK5fzUVbj6wo3zGS2H+MSm6dqFA6mvdBI1ox0mQ==}
/@git.zone/tsrun@1.2.45(@types/node@20.5.6):
resolution: {integrity: sha512-jWX5DNkdrncrTkP+O8AA8pOp5oREdN5UlMPXy20UYWZ6gYnZ7S4ahT+yH8kMyzo/HM1joL4zar4a36OyT4vdyQ==}
hasBin: true
dependencies:
'@push.rocks/smartfile': 10.0.30

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '2.1.69',
version: '2.1.70',
description: 'TypeScript nightly to easily make use of latest features'
}