From f2c5cecbd32f4c8197e19e9ad573b4f519f55479 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 8 Jan 2024 16:48:43 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6f3e248..c12970a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@api.global/typedserver": "^3.0.13", - "@git.zone/tsbundle": "^2.0.12", + "@git.zone/tsbundle": "^2.0.13", "@git.zone/tsrun": "^1.2.46", "@push.rocks/early": "^4.0.4", "@push.rocks/lik": "^6.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9abff8c..7fda749 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^3.0.13 version: 3.0.13 '@git.zone/tsbundle': - specifier: ^2.0.12 - version: 2.0.12 + specifier: ^2.0.13 + version: 2.0.13 '@git.zone/tsrun': specifier: ^1.2.46 version: 1.2.46(@types/node@20.10.7) @@ -356,8 +356,8 @@ packages: typescript: 5.3.3 dev: true - /@git.zone/tsbundle@2.0.12: - resolution: {integrity: sha512-QdYimi2aJvEJlfSLFh1EtMTHnYyum8LWA9QSBlhtTkLn3ruBsOM4D8ifacP1/WSbO3Tzam5hE9vvw/cO9uLZRw==} + /@git.zone/tsbundle@2.0.13: + resolution: {integrity: sha512-6T2jSGqM6rt00HVuRll/z9KSw6xrfbe/h06K97KqGLstnwQZBn1UAMDJyQjhStHZZZb9BuP4YAczT4IuHcdSqQ==} hasBin: true dependencies: '@push.rocks/early': 4.0.4 @@ -394,7 +394,7 @@ packages: hasBin: true dependencies: '@api.global/typedserver': 3.0.13 - '@git.zone/tsbundle': 2.0.12 + '@git.zone/tsbundle': 2.0.13 '@git.zone/tsrun': 1.2.46(@types/node@20.10.7) '@push.rocks/consolecolor': 2.0.1 '@push.rocks/smartbrowser': 2.0.6 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 574c3ea..593447e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tswatch', - version: '2.0.18', + version: '2.0.19', description: 'watch typescript projects during development' }