@bcts/gstp 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 +8 -8
package/README.md CHANGED
@@ -14,4 +14,4 @@ A key feature of GSTP is Encrypted State Continuations (ESC), which embed encryp
14
14
 
15
15
  ## Rust Reference Implementation
16
16
 
17
- This TypeScript implementation is based on [gstp-rust](https://github.com/BlockchainCommons/gstp-rust) **v0.13.0** ([commit](https://github.com/BlockchainCommons/gstp-rust/tree/b2cfee1203b4e395ac5d58ac7a43ec226d56c187)).
17
+ This TypeScript implementation is based on [gstp-rust](https://github.com/BlockchainCommons/gstp-rust) **v0.13.0** ([commit](https://github.com/BlockchainCommons/gstp-rust/tree/020a85fe101e24eaced2f830d53a43af29f9cd89)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/gstp",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "description": "Gordian Sealed Transaction Protocol - A secure, authenticated, transport-agnostic data exchange protocol with distributed state management via Encrypted State Continuations (ESC)",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -68,18 +68,18 @@
68
68
  "node": ">=18.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "@bcts/components": "^1.0.0-alpha.17",
72
- "@bcts/dcbor": "^1.0.0-alpha.17",
73
- "@bcts/envelope": "^1.0.0-alpha.17",
74
- "@bcts/known-values": "^1.0.0-alpha.17",
75
- "@bcts/rand": "^1.0.0-alpha.17",
76
- "@bcts/xid": "^1.0.0-alpha.17"
71
+ "@bcts/components": "^1.0.0-alpha.18",
72
+ "@bcts/dcbor": "^1.0.0-alpha.18",
73
+ "@bcts/envelope": "^1.0.0-alpha.18",
74
+ "@bcts/known-values": "^1.0.0-alpha.18",
75
+ "@bcts/rand": "^1.0.0-alpha.18",
76
+ "@bcts/xid": "^1.0.0-alpha.18"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@bcts/eslint": "^0.1.0",
80
80
  "@bcts/tsconfig": "^0.1.0",
81
81
  "@eslint/js": "^9.39.2",
82
- "@types/node": "^25.0.10",
82
+ "@types/node": "^25.2.0",
83
83
  "eslint": "^9.39.2",
84
84
  "prettier": "^3.8.1",
85
85
  "ts-node": "^10.9.2",