@git.zone/tswatch 2.0.23 → 2.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* autocreated commitinfo by @
|
|
2
|
+
* autocreated commitinfo by @push.rocks/commitinfo
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@git.zone/tswatch',
|
|
6
|
-
version: '2.0.
|
|
6
|
+
version: '2.0.25',
|
|
7
7
|
description: 'watch typescript projects during development'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxtQkFBbUI7SUFDekIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDhDQUE4QztDQUM1RCxDQUFBIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@git.zone/tswatch",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "watch typescript projects during development",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
"tswatch": "cli.js"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@git.zone/tsbuild": "^2.1.
|
|
16
|
-
"@git.zone/tstest": "^1.0.
|
|
17
|
-
"@push.rocks/tapbundle": "^5.0
|
|
18
|
-
"@types/node": "^
|
|
15
|
+
"@git.zone/tsbuild": "^2.1.85",
|
|
16
|
+
"@git.zone/tstest": "^1.0.90",
|
|
17
|
+
"@push.rocks/tapbundle": "^5.3.0",
|
|
18
|
+
"@types/node": "^22.8.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@api.global/typedserver": "^3.0.
|
|
22
|
-
"@git.zone/tsbundle": "^2.0
|
|
23
|
-
"@git.zone/tsrun": "^1.2.
|
|
21
|
+
"@api.global/typedserver": "^3.0.51",
|
|
22
|
+
"@git.zone/tsbundle": "^2.1.0",
|
|
23
|
+
"@git.zone/tsrun": "^1.2.49",
|
|
24
24
|
"@push.rocks/early": "^4.0.4",
|
|
25
|
-
"@push.rocks/lik": "^6.0
|
|
26
|
-
"@push.rocks/smartchok": "^1.0.
|
|
27
|
-
"@push.rocks/smartcli": "^4.0.
|
|
25
|
+
"@push.rocks/lik": "^6.1.0",
|
|
26
|
+
"@push.rocks/smartchok": "^1.0.34",
|
|
27
|
+
"@push.rocks/smartcli": "^4.0.11",
|
|
28
28
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
29
|
-
"@push.rocks/smartlog": "^3.0.
|
|
30
|
-
"@push.rocks/smartlog-destination-local": "^9.0.
|
|
31
|
-
"@push.rocks/smartshell": "^3.0.
|
|
29
|
+
"@push.rocks/smartlog": "^3.0.7",
|
|
30
|
+
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
|
31
|
+
"@push.rocks/smartshell": "^3.0.6",
|
|
32
32
|
"@push.rocks/taskbuffer": "^3.1.7"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
package/readme.hints.md
ADDED
|
File without changes
|
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* autocreated commitinfo by @
|
|
2
|
+
* autocreated commitinfo by @push.rocks/commitinfo
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@git.zone/tswatch',
|
|
6
|
-
version: '2.0.
|
|
6
|
+
version: '2.0.25',
|
|
7
7
|
description: 'watch typescript projects during development'
|
|
8
8
|
}
|