Compare commits

..

4 Commits

Author SHA1 Message Date
8790886815 2.1.70 2023-08-26 15:34:43 +02:00
611bd0d542 fix(core): update 2023-08-26 15:34:42 +02:00
b182fa5c0a 2.1.69 2023-08-26 14:40:49 +02:00
03d4996284 fix(core): update 2023-08-26 14:40:48 +02:00
4 changed files with 8 additions and 8 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

@ -1,6 +1,6 @@
{
"name": "@git.zone/tsbuild",
"version": "2.1.68",
"version": "2.1.70",
"private": false,
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist_ts/index.js",
@ -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"
},

8
pnpm-lock.yaml generated
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.68',
version: '2.1.70',
description: 'TypeScript nightly to easily make use of latest features'
}