@bcts/tags 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 +4 -4
package/README.md CHANGED
@@ -8,4 +8,4 @@ This package defines the CBOR tags for serialized data types used in Blockchain
8
8
 
9
9
  ## Rust Reference Implementation
10
10
 
11
- This TypeScript implementation is based on [bc-tags-rust](https://github.com/BlockchainCommons/bc-tags-rust) **v0.11.0** ([commit](https://github.com/BlockchainCommons/bc-tags-rust/tree/4854dab8566e44412331fa1a8e4919785b1d4bba)).
11
+ This TypeScript implementation is based on [bc-tags-rust](https://github.com/BlockchainCommons/bc-tags-rust) **v0.12.0** ([commit](https://github.com/BlockchainCommons/bc-tags-rust/tree/fc30b65c82eeca3124288fb9096c31a5631adc87)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/tags",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "description": "Blockchain Commons CBOR Tags Registry for TypeScript",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -68,8 +68,8 @@
68
68
  "@bcts/eslint": "^0.1.0",
69
69
  "@bcts/tsconfig": "^0.1.0",
70
70
  "@eslint/js": "^9.39.2",
71
- "@typescript-eslint/eslint-plugin": "^8.53.1",
72
- "@typescript-eslint/parser": "^8.53.1",
71
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
72
+ "@typescript-eslint/parser": "^8.54.0",
73
73
  "eslint": "^9.39.2",
74
74
  "ts-node": "^10.9.2",
75
75
  "tsdown": "^0.20.1",
@@ -78,6 +78,6 @@
78
78
  "vitest": "^4.0.18"
79
79
  },
80
80
  "dependencies": {
81
- "@bcts/dcbor": "^1.0.0-alpha.17"
81
+ "@bcts/dcbor": "^1.0.0-alpha.18"
82
82
  }
83
83
  }