From 8e269d9929c3c189c961df15b4529e05ddc9d654 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Oct 2022 11:36:08 +0200 Subject: [PATCH] fix(core): update --- package.json | 3 ++- pnpm-lock.yaml | 2 ++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 608dc38..288a678 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", + "@gitzone/tsrun": "^1.2.39", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.11.5" @@ -35,4 +36,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3489741..dea73a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,12 +2,14 @@ lockfileVersion: 5.4 specifiers: '@gitzone/tsbuild': ^2.0.22 + '@gitzone/tsrun': ^1.2.39 '@gitzone/tstest': ^1.0.15 '@pushrocks/tapbundle': ^5.0.4 '@types/node': ^18.11.5 devDependencies: '@gitzone/tsbuild': 2.1.65 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.5 '@gitzone/tstest': 1.0.73_@types+node@18.11.5 '@pushrocks/tapbundle': 5.0.4 '@types/node': 18.11.5 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c510064..149ab97 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedrequest-interfaces', - version: '1.0.17', + version: '1.0.18', description: 'interfaces for making typed requests' }