@bcts/dcbor-parse 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 +6 -6
package/README.md CHANGED
@@ -10,4 +10,4 @@ It is intended for use in testing, debugging, and other scenarios where a human-
10
10
 
11
11
  ## Rust Reference Implementation
12
12
 
13
- This TypeScript implementation is based on [bc-dcbor-parse-rust](https://github.com/BlockchainCommons/bc-dcbor-parse-rust) **v0.10.0** ([commit](https://github.com/BlockchainCommons/bc-dcbor-parse-rust/tree/df2c4279982a35e1c1ead8ecd9f8bb16c9bd6add)).
13
+ This TypeScript implementation is based on [bc-dcbor-parse-rust](https://github.com/BlockchainCommons/bc-dcbor-parse-rust) **v0.11.1** ([commit](https://github.com/BlockchainCommons/bc-dcbor-parse-rust/tree/3c91f62edf5b2892e6f32eac68c055d9d4b22df8)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/dcbor-parse",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "description": "dCBOR Diagnostic Parser and Composer for TypeScript",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -67,7 +67,7 @@
67
67
  "devDependencies": {
68
68
  "@bcts/eslint": "^0.1.0",
69
69
  "@bcts/tsconfig": "^0.1.0",
70
- "@types/node": "^25.0.10",
70
+ "@types/node": "^25.2.0",
71
71
  "eslint": "^9.39.2",
72
72
  "tsdown": "^0.20.1",
73
73
  "typedoc": "^0.28.16",
@@ -75,9 +75,9 @@
75
75
  "vitest": "^4.0.18"
76
76
  },
77
77
  "dependencies": {
78
- "@bcts/dcbor": "^1.0.0-alpha.17",
79
- "@bcts/uniform-resources": "^1.0.0-alpha.17",
80
- "@bcts/known-values": "^1.0.0-alpha.17",
81
- "@bcts/tags": "^1.0.0-alpha.17"
78
+ "@bcts/dcbor": "^1.0.0-alpha.18",
79
+ "@bcts/uniform-resources": "^1.0.0-alpha.18",
80
+ "@bcts/known-values": "^1.0.0-alpha.18",
81
+ "@bcts/tags": "^1.0.0-alpha.18"
82
82
  }
83
83
  }