@git.zone/cli 1.11.0 → 1.12.1

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.
@@ -24,7 +24,7 @@ RUN rm -rf node_modules/ && pnpm install --prod
24
24
 
25
25
 
26
26
  ## STAGE 3 // rebuild dependencies for alpine
27
- FROM code.foss.global/host.today/ht-docker-node:alpinenpmci as node3
27
+ FROM code.foss.global/host.today/ht-docker-node:alpine_npmci as node3
28
28
  WORKDIR /app
29
29
  COPY --from=node2 /app /app
30
30
  ARG NPMCI_TOKEN_NPM2
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "experimentalDecorators": true,
4
+ "emitDecoratorMetadata": true,
4
5
  "useDefineForClassFields": false,
5
6
  "target": "ES2022",
6
7
  "module": "NodeNext",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '1.11.0',
6
+ version: '1.12.1',
7
7
  description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxlQUFlO0lBQ3JCLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSwyRkFBMkY7Q0FDekcsQ0FBQSJ9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@git.zone/cli",
3
3
  "private": false,
4
- "version": "1.11.0",
4
+ "version": "1.12.1",
5
5
  "description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
6
6
  "main": "dist_ts/index.ts",
7
7
  "typings": "dist_ts/index.d.ts",
@@ -34,24 +34,24 @@
34
34
  },
35
35
  "homepage": "https://pages.foss.global/git.zone/cli",
36
36
  "devDependencies": {
37
- "@git.zone/tsbuild": "^2.1.84",
38
- "@git.zone/tsrun": "^1.2.49",
37
+ "@git.zone/tsbuild": "^2.2.0",
38
+ "@git.zone/tsrun": "^1.3.3",
39
39
  "@git.zone/tstest": "^1.0.90",
40
- "@types/node": "^22.8.1"
40
+ "@types/node": "^22.10.7"
41
41
  },
42
42
  "dependencies": {
43
- "@git.zone/tsdoc": "^1.3.12",
44
- "@git.zone/tspublish": "^1.4.0",
43
+ "@git.zone/tsdoc": "^1.4.3",
44
+ "@git.zone/tspublish": "^1.9.1",
45
45
  "@push.rocks/commitinfo": "^1.0.12",
46
46
  "@push.rocks/early": "^4.0.4",
47
47
  "@push.rocks/gulp-function": "^3.0.7",
48
48
  "@push.rocks/lik": "^6.0.15",
49
- "@push.rocks/npmextra": "^5.0.23",
49
+ "@push.rocks/npmextra": "^5.1.2",
50
50
  "@push.rocks/projectinfo": "^5.0.2",
51
51
  "@push.rocks/smartchok": "^1.0.34",
52
52
  "@push.rocks/smartcli": "^4.0.11",
53
53
  "@push.rocks/smartdelay": "^3.0.5",
54
- "@push.rocks/smartfile": "^11.0.21",
54
+ "@push.rocks/smartfile": "^11.1.5",
55
55
  "@push.rocks/smartgulp": "^3.0.4",
56
56
  "@push.rocks/smartinteract": "^2.0.15",
57
57
  "@push.rocks/smartjson": "^5.0.20",
@@ -63,14 +63,14 @@
63
63
  "@push.rocks/smartobject": "^1.0.12",
64
64
  "@push.rocks/smartopen": "^2.0.0",
65
65
  "@push.rocks/smartpath": "^5.0.18",
66
- "@push.rocks/smartpromise": "^4.0.4",
66
+ "@push.rocks/smartpromise": "^4.1.0",
67
67
  "@push.rocks/smartscaf": "^4.0.15",
68
- "@push.rocks/smartshell": "^3.0.6",
69
- "@push.rocks/smartstream": "^3.0.44",
68
+ "@push.rocks/smartshell": "^3.2.2",
69
+ "@push.rocks/smartstream": "^3.2.5",
70
70
  "@push.rocks/smartunique": "^3.0.9",
71
71
  "@push.rocks/smartupdate": "^2.0.6",
72
72
  "@types/through2": "^2.0.41",
73
- "prettier": "^3.3.3",
73
+ "prettier": "^3.4.2",
74
74
  "through2": "^4.0.2"
75
75
  },
76
76
  "files": [
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '1.11.0',
6
+ version: '1.12.1',
7
7
  description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
8
8
  }