@bcts/provenance-mark-cli 1.0.0-alpha.17 → 1.0.0-alpha.18

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -17,7 +17,7 @@ Features:
17
17
 
18
18
  ## Rust Reference Implementation
19
19
 
20
- This TypeScript implementation is based on [provenance-mark-cli-rust](https://github.com/BlockchainCommons/provenance-mark-cli-rust) **v0.6.0** ([commit](https://github.com/BlockchainCommons/provenance-mark-cli-rust/tree/2efd567c78ca0d457f2bc10263917d4829e422f9)).
20
+ This TypeScript implementation is based on [provenance-mark-cli-rust](https://github.com/BlockchainCommons/provenance-mark-cli-rust) **v0.6.0** ([commit](https://github.com/BlockchainCommons/provenance-mark-cli-rust/tree/8ab225787e677646739817c5954f16b3e21e1b24)).
21
21
 
22
22
  ## Installation
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/provenance-mark-cli",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "description": "Command line tool for creating and managing Provenance Marks",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@bcts/eslint": "^0.1.0",
71
71
  "@bcts/tsconfig": "^0.1.0",
72
- "@types/node": "^25.0.10",
72
+ "@types/node": "^25.2.0",
73
73
  "eslint": "^9.39.2",
74
74
  "tsdown": "^0.20.1",
75
75
  "typedoc": "^0.28.16",
@@ -77,12 +77,12 @@
77
77
  "vitest": "^4.0.18"
78
78
  },
79
79
  "dependencies": {
80
- "@bcts/components": "^1.0.0-alpha.17",
81
- "@bcts/dcbor": "^1.0.0-alpha.17",
82
- "@bcts/envelope": "^1.0.0-alpha.17",
83
- "@bcts/known-values": "^1.0.0-alpha.17",
84
- "@bcts/provenance-mark": "^1.0.0-alpha.17",
85
- "@bcts/uniform-resources": "^1.0.0-alpha.17",
86
- "commander": "^14.0.2"
80
+ "@bcts/components": "^1.0.0-alpha.18",
81
+ "@bcts/dcbor": "^1.0.0-alpha.18",
82
+ "@bcts/envelope": "^1.0.0-alpha.18",
83
+ "@bcts/known-values": "^1.0.0-alpha.18",
84
+ "@bcts/provenance-mark": "^1.0.0-alpha.18",
85
+ "@bcts/uniform-resources": "^1.0.0-alpha.18",
86
+ "commander": "^14.0.3"
87
87
  }
88
88
  }