@bcts/provenance-mark-cli 1.0.0-alpha.14 → 1.0.0-alpha.16

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.
Files changed (3) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +0 -14
  3. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
- Copyright © 2023 Blockchain Commons, LLC
2
- Copyright © 2025 Leonardo Amoroso Custodio
1
+ Copyright © 2023-2026 Blockchain Commons, LLC
2
+ Copyright © 2025-2026 Leonardo Amoroso Custodio
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
5
5
  are permitted provided that the following conditions are met:
package/README.md CHANGED
@@ -161,17 +161,3 @@ Each mark includes:
161
161
  - **Bytewords**: Human-readable identifier (e.g., `🅟 PLAY WASP FLUX SWAN`)
162
162
  - **Bytemoji**: Emoji identifier (e.g., `🅟 💎 🦄 🍓 🧢`)
163
163
  - **Comment**: Optional descriptive text
164
-
165
- ## Dependencies
166
-
167
- - `@bcts/provenance-mark` - Provenance mark core
168
- - `@bcts/dcbor` - dCBOR encoding
169
- - `@bcts/envelope` - Gordian Envelope support
170
- - `@bcts/uniform-resources` - UR encoding
171
- - `@bcts/components` - Shared components
172
- - `@bcts/known-values` - Known value registry
173
- - `@bcts/tags` - CBOR tag registry
174
-
175
- ## License
176
-
177
- BSD-2-Clause-Patent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/provenance-mark-cli",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.16",
4
4
  "type": "module",
5
5
  "description": "Command line tool for creating and managing Provenance Marks",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -20,7 +20,7 @@
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/leonardocustodio/bcts.git",
23
- "directory": "packages/provenance-mark-cli"
23
+ "directory": "tools/provenance-mark-cli"
24
24
  },
25
25
  "bugs": {
26
26
  "url": "https://github.com/leonardocustodio/bcts/issues"
@@ -69,20 +69,20 @@
69
69
  "devDependencies": {
70
70
  "@bcts/eslint": "^0.1.0",
71
71
  "@bcts/tsconfig": "^0.1.0",
72
- "@types/node": "^25.0.3",
72
+ "@types/node": "^25.0.6",
73
73
  "eslint": "^9.39.2",
74
- "tsdown": "^0.18.3",
74
+ "tsdown": "^0.18.4",
75
75
  "typedoc": "^0.28.15",
76
76
  "typescript": "^5.9.3",
77
77
  "vitest": "^4.0.16"
78
78
  },
79
79
  "dependencies": {
80
- "@bcts/components": "^1.0.0-alpha.14",
81
- "@bcts/dcbor": "^1.0.0-alpha.14",
82
- "@bcts/envelope": "^1.0.0-alpha.14",
83
- "@bcts/known-values": "^1.0.0-alpha.14",
84
- "@bcts/provenance-mark": "^1.0.0-alpha.14",
85
- "@bcts/uniform-resources": "^1.0.0-alpha.14",
80
+ "@bcts/components": "^1.0.0-alpha.16",
81
+ "@bcts/dcbor": "^1.0.0-alpha.16",
82
+ "@bcts/envelope": "^1.0.0-alpha.16",
83
+ "@bcts/known-values": "^1.0.0-alpha.16",
84
+ "@bcts/provenance-mark": "^1.0.0-alpha.16",
85
+ "@bcts/uniform-resources": "^1.0.0-alpha.16",
86
86
  "commander": "^14.0.2"
87
87
  }
88
88
  }