Compare commits

..

2 Commits

Author SHA1 Message Date
ba0aaf2793 1.2.36 2022-06-14 21:33:04 +02:00
1f46e387e7 fix(core): update 2022-06-14 21:33:03 +02:00
3 changed files with 524 additions and 165 deletions

675
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tsrun", "name": "@gitzone/tsrun",
"version": "1.2.35", "version": "1.2.36",
"description": "run typescript programs efficiently", "description": "run typescript programs efficiently",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -18,14 +18,14 @@
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.63", "@gitzone/tsbuild": "^2.1.63",
"@pushrocks/smartcli": "^3.0.14", "@pushrocks/smartcli": "^3.0.14",
"@types/node": "^17.0.38", "@types/node": "^17.0.42",
"node-fetch": "^3.2.5" "node-fetch": "^3.2.6"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartfile": "^10.0.2",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"ts-node": "^10.8.0", "ts-node": "^10.8.1",
"typescript": "^4.7.2" "typescript": "^4.7.3"
}, },
"private": false, "private": false,
"files": [ "files": [

View File

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