Compare commits

..

2 Commits

Author SHA1 Message Date
7e2a4725a5 2.0.19 2024-01-08 16:48:44 +01:00
f2c5cecbd3 fix(core): update 2024-01-08 16:48:43 +01:00
4 changed files with 10 additions and 10 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "2.0.18", "version": "2.0.19",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "2.0.18", "version": "2.0.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^2.0.7", "@gitzone/tsbundle": "^2.0.7",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@git.zone/tswatch", "name": "@git.zone/tswatch",
"version": "2.0.18", "version": "2.0.19",
"private": false, "private": false,
"description": "watch typescript projects during development", "description": "watch typescript projects during development",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -23,7 +23,7 @@
}, },
"dependencies": { "dependencies": {
"@api.global/typedserver": "^3.0.13", "@api.global/typedserver": "^3.0.13",
"@git.zone/tsbundle": "^2.0.12", "@git.zone/tsbundle": "^2.0.13",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/lik": "^6.0.12", "@push.rocks/lik": "^6.0.12",

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ dependencies:
specifier: ^3.0.13 specifier: ^3.0.13
version: 3.0.13 version: 3.0.13
'@git.zone/tsbundle': '@git.zone/tsbundle':
specifier: ^2.0.12 specifier: ^2.0.13
version: 2.0.12 version: 2.0.13
'@git.zone/tsrun': '@git.zone/tsrun':
specifier: ^1.2.46 specifier: ^1.2.46
version: 1.2.46(@types/node@20.10.7) version: 1.2.46(@types/node@20.10.7)
@@ -356,8 +356,8 @@ packages:
typescript: 5.3.3 typescript: 5.3.3
dev: true dev: true
/@git.zone/tsbundle@2.0.12: /@git.zone/tsbundle@2.0.13:
resolution: {integrity: sha512-QdYimi2aJvEJlfSLFh1EtMTHnYyum8LWA9QSBlhtTkLn3ruBsOM4D8ifacP1/WSbO3Tzam5hE9vvw/cO9uLZRw==} resolution: {integrity: sha512-6T2jSGqM6rt00HVuRll/z9KSw6xrfbe/h06K97KqGLstnwQZBn1UAMDJyQjhStHZZZb9BuP4YAczT4IuHcdSqQ==}
hasBin: true hasBin: true
dependencies: dependencies:
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
@@ -394,7 +394,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
'@api.global/typedserver': 3.0.13 '@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) '@git.zone/tsrun': 1.2.46(@types/node@20.10.7)
'@push.rocks/consolecolor': 2.0.1 '@push.rocks/consolecolor': 2.0.1
'@push.rocks/smartbrowser': 2.0.6 '@push.rocks/smartbrowser': 2.0.6

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tswatch', name: '@git.zone/tswatch',
version: '2.0.18', version: '2.0.19',
description: 'watch typescript projects during development' description: 'watch typescript projects during development'
} }