Compare commits

...

2 Commits

Author SHA1 Message Date
c5cd30e20e 1.2.44 2023-07-13 02:53:32 +02:00
02eb0c5435 fix(core): update 2023-07-13 02:53:31 +02:00
3 changed files with 336 additions and 447 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.2.43",
"version": "1.2.44",
"description": "run typescript programs efficiently",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@ -17,16 +17,16 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbuild": "^2.1.66",
"@push.rocks/smartcli": "^4.0.6",
"@types/node": "^20.2.5",
"@types/node": "^20.4.2",
"node-fetch": "^3.3.1"
},
"dependencies": {
"@push.rocks/smartfile": "^10.0.7",
"@push.rocks/smartfile": "^10.0.28",
"@push.rocks/smartshell": "^3.0.3",
"ts-node": "^10.8.1",
"typescript": "^5.1.3"
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"private": false,
"files": [

769
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsrun',
version: '1.2.43',
version: '1.2.44',
description: 'run typescript programs efficiently'
}