Compare commits

...

2 Commits

Author SHA1 Message Date
7c918287f7 2.0.13 2023-09-21 00:49:15 +02:00
4a1443d2f4 fix(core): update 2023-09-21 00:49:14 +02:00
4 changed files with 245 additions and 1039 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "2.0.12", "version": "2.0.13",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "2.0.12", "version": "2.0.13",
"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.12", "version": "2.0.13",
"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",
@@ -16,15 +16,15 @@
"build": "(tsbuild --web --allowimplicitany)" "build": "(tsbuild --web --allowimplicitany)"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.69", "@git.zone/tsbuild": "^2.1.70",
"@git.zone/tstest": "^1.0.77", "@git.zone/tstest": "^1.0.81",
"@push.rocks/tapbundle": "^5.0.15", "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6" "@types/node": "^20.6.3"
}, },
"dependencies": { "dependencies": {
"@api.global/typedserver": "^3.0.4", "@api.global/typedserver": "^3.0.5",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tsbundle": "^2.0.8", "@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/lik": "^6.0.5", "@push.rocks/lik": "^6.0.5",
"@push.rocks/smartchok": "^1.0.23", "@push.rocks/smartchok": "^1.0.23",

1266
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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