@certen.io/cli 0.7.1 → 0.7.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.
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "@certen.io/cli",
3
- "version": "0.7.1",
4
- "description": "Command line for the CERTEN Gateway API",
5
- "license": "MIT",
6
- "type": "module",
7
- "keywords": [
8
- "certen",
9
- "accumulate",
10
- "cli",
11
- "blockchain"
12
- ],
13
- "homepage": "https://github.com/certenIO/certen-sdk#readme",
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/certenIO/certen-sdk.git",
17
- "directory": "packages/cli"
18
- },
19
- "bugs": {
20
- "url": "https://github.com/certenIO/certen-sdk/issues"
21
- },
22
- "engines": {
23
- "node": ">=18"
24
- },
25
- "bin": {
26
- "certen": "dist/index.js"
27
- },
28
- "//files": "Build output plus docs. Without this npm ships the whole directory, including src/ and test/.",
29
- "files": [
30
- "dist/",
31
- "CHANGELOG.md",
32
- "README.md",
33
- "LICENSE"
34
- ],
35
- "scripts": {
36
- "build": "node ../../scripts/build-package.mjs",
37
- "test": "vitest run",
38
- "typecheck": "tsc --noEmit",
39
- "//prepack": "Build before packing so the published bin can never point at a missing dist/index.js.",
40
- "prepack": "npm run build",
41
- "prepublishOnly": "node ../../scripts/prepublish-check.mjs",
42
- "//build": "dist/ is gitignored and tsc does not prune outputs whose source was deleted, so a stale artifact survives forever locally and ships on a local publish. CI never sees it. Clean first so both produce the same tarball."
43
- },
44
- "publishConfig": {
45
- "access": "public"
46
- },
47
- "//dependencies": "@certen.io/sdk MUST be a version range, not file:../sdk. A published package carrying a file: dependency installs and then fails to resolve on the consumer's machine, because that path does not exist there. Local development uses `npm link` or a workspace instead.",
48
- "dependencies": {
49
- "@certen.io/sdk": "^0.7.0",
50
- "commander": "^12.0.0"
51
- },
52
- "devDependencies": {
53
- "typescript": "^5.5.0",
54
- "vitest": "^1.6.1",
55
- "@types/node": "^22.0.0"
56
- },
57
- "//publishConfig": "Provenance is passed as --provenance by .github/workflows/release.yml. Setting it here instead would break every publish outside CI with an error that does not explain itself."
58
- }
1
+ {
2
+ "name": "@certen.io/cli",
3
+ "version": "0.7.2",
4
+ "description": "Command line for the CERTEN Gateway API",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "keywords": [
8
+ "certen",
9
+ "accumulate",
10
+ "cli",
11
+ "blockchain"
12
+ ],
13
+ "homepage": "https://github.com/certenIO/certen-sdk#readme",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/certenIO/certen-sdk.git",
17
+ "directory": "packages/cli"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/certenIO/certen-sdk/issues"
21
+ },
22
+ "engines": {
23
+ "node": ">=18"
24
+ },
25
+ "bin": {
26
+ "certen": "dist/index.js"
27
+ },
28
+ "//files": "Build output plus docs. Without this npm ships the whole directory, including src/ and test/.",
29
+ "files": [
30
+ "dist/",
31
+ "CHANGELOG.md",
32
+ "README.md",
33
+ "LICENSE"
34
+ ],
35
+ "scripts": {
36
+ "build": "node ../../scripts/build-package.mjs",
37
+ "test": "vitest run",
38
+ "typecheck": "tsc --noEmit",
39
+ "//prepack": "Build before packing so the published bin can never point at a missing dist/index.js.",
40
+ "prepack": "npm run build",
41
+ "prepublishOnly": "node ../../scripts/prepublish-check.mjs",
42
+ "//build": "dist/ is gitignored and tsc does not prune outputs whose source was deleted, so a stale artifact survives forever locally and ships on a local publish. CI never sees it. Clean first so both produce the same tarball."
43
+ },
44
+ "publishConfig": {
45
+ "access": "public"
46
+ },
47
+ "//dependencies": "@certen.io/sdk MUST be a version range, not file:../sdk. A published package carrying a file: dependency installs and then fails to resolve on the consumer's machine, because that path does not exist there. Local development uses `npm link` or a workspace instead.",
48
+ "dependencies": {
49
+ "@certen.io/sdk": "^0.7.0",
50
+ "commander": "^12.0.0"
51
+ },
52
+ "devDependencies": {
53
+ "typescript": "^5.5.0",
54
+ "vitest": "^1.6.1",
55
+ "@types/node": "^22.0.0"
56
+ },
57
+ "//publishConfig": "Provenance is passed as --provenance by .github/workflows/release.yml. Setting it here instead would break every publish outside CI with an error that does not explain itself."
58
+ }