diff --git a/cli.ts.js b/cli.ts.js index 1040c75..51ca9ca 100644 --- a/cli.ts.js +++ b/cli.ts.js @@ -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'); \ No newline at end of file diff --git a/package.json b/package.json index 61fec84..0f6f5ec 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 272f61f..fcadb87 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b0e76d3..57ff4c6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }