@git.zone/cli 6.1.1 → 6.1.2

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '6.1.1',
6
+ version: '6.1.2',
7
7
  description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxlQUFlO0lBQ3JCLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSwrTEFBK0w7Q0FDN00sQ0FBQSJ9
@@ -1,6 +1,6 @@
1
1
  import * as plugins from "./mod.plugins.js";
2
2
  import { type IReleaseArtifact } from "./classes.releasejournal.js";
3
- declare const supportedPnpmVersion = "11.21.0";
3
+ declare const supportedPnpmVersion = "11.25.0";
4
4
  export interface IPnpmReleaseCapability {
5
5
  version: typeof supportedPnpmVersion;
6
6
  }
@@ -1,7 +1,7 @@
1
1
  import * as plugins from "./mod.plugins.js";
2
2
  import { releaseArtifactFileName, } from "./classes.releasejournal.js";
3
3
  import { assertCredentialFreeGitPushDestination } from "./helpers.releasebranch.js";
4
- const supportedPnpmVersion = "11.21.0";
4
+ const supportedPnpmVersion = "11.25.0";
5
5
  const maximumMetadataResponseBytes = 8 * 1024 * 1024;
6
6
  const capabilityCommandTimeoutMs = 30_000;
7
7
  const packCommandTimeoutMs = 10 * 60_000;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@git.zone/cli",
3
3
  "private": false,
4
- "version": "6.1.1",
4
+ "version": "6.1.2",
5
5
  "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
6
6
  "main": "dist_ts/index.js",
7
7
  "typings": "dist_ts/index.d.ts",
@@ -42,12 +42,12 @@
42
42
  "@git.zone/tsbuild": "^4.4.2",
43
43
  "@git.zone/tsrun": "^2.0.6",
44
44
  "@git.zone/tstest": "^4.0.0",
45
- "@types/node": "^26.2.0"
45
+ "@types/node": "^26.4.1"
46
46
  },
47
47
  "dependencies": {
48
48
  "@aws-sdk/client-s3": "3.1095.0",
49
49
  "@git.zone/tsdoc": "^2.1.1",
50
- "@git.zone/tsdocker": "3.5.1",
50
+ "@git.zone/tsdocker": "3.5.2",
51
51
  "@git.zone/tspublish": "^1.11.7",
52
52
  "@push.rocks/commitinfo": "^1.0.13",
53
53
  "@push.rocks/early": "^4.0.4",
@@ -75,7 +75,7 @@
75
75
  "@push.rocks/smartshell": "^4.0.0",
76
76
  "@push.rocks/smartunique": "^3.0.9",
77
77
  "@push.rocks/smartupdate": "^2.0.7",
78
- "prettier": "^3.8.1"
78
+ "prettier": "^3.9.6"
79
79
  },
80
80
  "files": [
81
81
  "ts/**/*",
package/readme.hints.md CHANGED
@@ -167,7 +167,7 @@ well as the pre-release `--merge` integration push, require explicit operator
167
167
  reconciliation; they are not represented as publication attempts.
168
168
 
169
169
  Schema 1 supports Git and public npm; schema-1 npm publication requires resolved
170
- pnpm 11.21.0, while Git-only journals do not. Schema 2 adds Docker qualification,
170
+ pnpm 11.25.0, while Git-only journals do not. Schema 2 adds Docker qualification,
171
171
  ordered promotion, and cleanup. Docker releases
172
172
  cannot use `--merge` because its pre-release push would violate qualification
173
173
  ordering, and `release.targets.docker.noBuild` must remain false because
package/readme.md CHANGED
@@ -206,7 +206,7 @@ Release flags:
206
206
 
207
207
  ### Exact artifacts and release journals
208
208
 
209
- Journal schema 1 supports Git and public npm publication. Schema 2 adds Docker qualification, promotion, and cleanup evidence without changing the storage path or schema-1 parsing and resume behavior. Fresh and resumed npm publication requires the resolved `pnpm` binary to be exactly the version pinned by this package (`11.21.0`). Registries must be unique canonical credential-free HTTP(S) URLs, and `release.targets.npm.accessLevel` must be `public` so verification does not depend on publisher credentials.
209
+ Journal schema 1 supports Git and public npm publication. Schema 2 adds Docker qualification, promotion, and cleanup evidence without changing the storage path or schema-1 parsing and resume behavior. Fresh and resumed npm publication requires the resolved `pnpm` binary to be exactly the version pinned by this package (`11.25.0`). Registries must be unique canonical credential-free HTTP(S) URLs, and `release.targets.npm.accessLevel` must be `public` so verification does not depend on publisher credentials.
210
210
 
211
211
  A selected Git target requires a canonical remote name and exactly one resolved push URL. Before any remote contact, including during `--plan`, GitZone rejects HTTP(S) usernames or passwords, embedded passwords, query strings, fragments, and unsupported protocols. Canonical local paths and SSH destinations may retain their required SSH username.
212
212
 
@@ -336,7 +336,7 @@ package and binary versions plus the required protocol-v1 capabilities before
336
336
  use. Additional future protocol capabilities are accepted:
337
337
 
338
338
  ```bash
339
- pnpm add --save-dev @git.zone/tsdocker@3.5.1
339
+ pnpm add --save-dev @git.zone/tsdocker@3.5.2
340
340
  ```
341
341
 
342
342
  `release.targets.docker.registry`, `buildRegistries`, `test`, `patterns`,
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '6.1.1',
6
+ version: '6.1.2',
7
7
  description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
8
8
  }
@@ -5,7 +5,7 @@ import {
5
5
  } from "./classes.releasejournal.js";
6
6
  import { assertCredentialFreeGitPushDestination } from "./helpers.releasebranch.js";
7
7
 
8
- const supportedPnpmVersion = "11.21.0";
8
+ const supportedPnpmVersion = "11.25.0";
9
9
  const maximumMetadataResponseBytes = 8 * 1024 * 1024;
10
10
  const capabilityCommandTimeoutMs = 30_000;
11
11
  const packCommandTimeoutMs = 10 * 60_000;