diff --git a/package.json b/package.json index 8a000ac..3f46640 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbundle": "^2.0.5", "@gitzone/tsdoc": "^1.1.10", + "@gitzone/tsrun": "^1.2.39", "@gitzone/tstest": "^1.0.44", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^18.11.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48b25dd..d3b9f37 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,7 @@ specifiers: '@gitzone/tsbuild': ^2.1.25 '@gitzone/tsbundle': ^2.0.5 '@gitzone/tsdoc': ^1.1.10 + '@gitzone/tsrun': ^1.2.39 '@gitzone/tstest': ^1.0.44 '@pushrocks/smartfile': ^10.0.5 '@pushrocks/tapbundle': ^5.0.3 @@ -16,6 +17,7 @@ devDependencies: '@gitzone/tsbuild': 2.1.65 '@gitzone/tsbundle': 2.0.7 '@gitzone/tsdoc': 1.1.12 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.10 '@gitzone/tstest': 1.0.74_@types+node@18.11.10 '@pushrocks/tapbundle': 5.0.4 '@types/node': 18.11.10 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 66b11ab..2f859ba 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/tapbundle-fs', - version: '1.0.3', + version: '1.0.4', description: 'an fs extension for tapbundle' }