@git.zone/cli 1.10.6 → 1.10.8

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.
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/host.today/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/host.today/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{gi.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci
10
- NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git
10
+ NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{module.githost}}/${-{gitea.repository}-}.git
11
11
  NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-}
12
12
  NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-}
13
13
  NPMCI_GIT_GITHUBTOKEN: ${-{secrets.NPMCI_GIT_GITHUBTOKEN}-}
@@ -89,8 +89,8 @@ jobs:
89
89
  npmci docker login
90
90
  npmci docker build
91
91
  npmci docker test
92
- # npmci docker push {{git.host}}
93
- npmci docker push {{git.host}}
92
+ # npmci docker push {{module.githost}}
93
+ npmci docker push {{module.githost}}
94
94
 
95
95
  metadata:
96
96
  needs: test
@@ -1,6 +1,6 @@
1
1
  # gitzone dockerfile_service
2
2
  ## STAGE 1 // BUILD
3
- FROM code.foss.global/hosttoday/ht-docker-node:npmci as node1
3
+ FROM code.foss.global/host.today/ht-docker-node:npmci as node1
4
4
  COPY ./ /app
5
5
  WORKDIR /app
6
6
  ARG NPMCI_TOKEN_NPM2
@@ -12,7 +12,7 @@ RUN pnpm run build
12
12
 
13
13
  # gitzone dockerfile_service
14
14
  ## STAGE 2 // install production
15
- FROM code.foss.global/hosttoday/ht-docker-node:npmci as node2
15
+ FROM code.foss.global/host.today/ht-docker-node:npmci as node2
16
16
  WORKDIR /app
17
17
  COPY --from=node1 /app /app
18
18
  RUN rm -rf .pnpm-store
@@ -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/hosttoday/ht-docker-node:alpinenpmci as node3
27
+ FROM code.foss.global/host.today/ht-docker-node:alpinenpmci as node3
28
28
  WORKDIR /app
29
29
  COPY --from=node2 /app /app
30
30
  ARG NPMCI_TOKEN_NPM2
@@ -34,7 +34,7 @@ RUN pnpm config set store-dir .pnpm-store
34
34
  RUN pnpm rebuild -r
35
35
 
36
36
  ## STAGE 4 // the final production image with all dependencies in place
37
- FROM code.foss.global/hosttoday/ht-docker-node:alpine as node4
37
+ FROM code.foss.global/host.today/ht-docker-node:alpine as node4
38
38
  WORKDIR /app
39
39
  COPY --from=node3 /app /app
40
40
 
@@ -21,14 +21,14 @@ fileName: package.json
21
21
  "@git.zone/tsrun": "^1.2.8",
22
22
  "@git.zone/tstest": "^1.0.28",
23
23
  "@git.zone/tswatch": "^2.0.1",
24
- "@push.rocks/tapbundle": "^5.0.3"
24
+ "@push.rocks/tapbundle": "^5.5.4"
25
25
  },
26
26
  "dependencies": {
27
- "@api.global/typedserver": "^1.0.24",
27
+ "@api.global/typedserver": "^3.0.53",
28
28
  "@push.rocks/projectinfo": "^5.0.1",
29
- "@push.rocks/qenv": "^4.0.10",
29
+ "@push.rocks/qenv": "^6.1.0",
30
30
  "@push.rocks/smartdata": "^5.0.7",
31
31
  "@push.rocks/smartpath": "^5.0.5",
32
32
  "@push.rocks/smartstate": "^2.0.0"
33
- }
33
+ },
34
34
  }
@@ -6,7 +6,7 @@ import {
6
6
  cssManager,
7
7
  unsafeCSS,
8
8
  css,
9
- TemplateResult,
9
+ type TemplateResult,
10
10
  } from '@design.estate/dees-element';
11
11
 
12
12
  @customElement('default-header')
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '1.10.6',
6
+ version: '1.10.8',
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.10.6",
4
+ "version": "1.10.8",
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",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '1.10.6',
6
+ version: '1.10.8',
7
7
  description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
8
8
  }