@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,5 +1,5 @@
1
1
  /**
2
- * autocreated commitinfo by @pushrocks/commitinfo
2
+ * autocreated commitinfo by @push.rocks/commitinfo
3
3
  */
4
4
  export declare const commitinfo: {
5
5
  name: string;
@@ -1,9 +1,9 @@
1
1
  /**
2
- * autocreated commitinfo by @pushrocks/commitinfo
2
+ * autocreated commitinfo by @push.rocks/commitinfo
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tswatch',
6
- version: '2.0.23',
6
+ version: '2.0.25',
7
7
  description: 'watch typescript projects during development'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxtQkFBbUI7SUFDekIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDhDQUE4QztDQUM1RCxDQUFBIn0=
@@ -1,4 +1,3 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  import * as path from 'path';
3
2
  export { path };
4
3
  import * as tsbundle from '@git.zone/tsbundle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git.zone/tswatch",
3
- "version": "2.0.23",
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.72",
16
- "@git.zone/tstest": "^1.0.86",
17
- "@push.rocks/tapbundle": "^5.0.15",
18
- "@types/node": "^20.11.9"
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.20",
22
- "@git.zone/tsbundle": "^2.0.15",
23
- "@git.zone/tsrun": "^1.2.46",
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.12",
26
- "@push.rocks/smartchok": "^1.0.32",
27
- "@push.rocks/smartcli": "^4.0.8",
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.3",
30
- "@push.rocks/smartlog-destination-local": "^9.0.0",
31
- "@push.rocks/smartshell": "^3.0.3",
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": [
File without changes
@@ -1,8 +1,8 @@
1
1
  /**
2
- * autocreated commitinfo by @pushrocks/commitinfo
2
+ * autocreated commitinfo by @push.rocks/commitinfo
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tswatch',
6
- version: '2.0.23',
6
+ version: '2.0.25',
7
7
  description: 'watch typescript projects during development'
8
8
  }