@bcts/dcbor-pattern 1.0.0-alpha.17 → 1.0.0-alpha.19

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.
package/README.md CHANGED
@@ -10,4 +10,4 @@ The pattern language is designed to be expressive yet concise, allowing you to m
10
10
 
11
11
  ## Rust Reference Implementation
12
12
 
13
- This TypeScript implementation is based on [bc-dcbor-pattern-rust](https://github.com/BlockchainCommons/bc-dcbor-pattern-rust) **v0.10.0** ([commit](https://github.com/BlockchainCommons/bc-dcbor-pattern-rust/tree/b8fbfa0aad2a38ce18fa4ca33d2bb5481fa80038)).
13
+ This TypeScript implementation is based on [bc-dcbor-pattern-rust](https://github.com/BlockchainCommons/bc-dcbor-pattern-rust) **v0.11.1** ([commit](https://github.com/BlockchainCommons/bc-dcbor-pattern-rust/tree/f796d7560f8d39b57b9c1e925cb932ee70860804)).
package/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1
2
  let _bcts_dcbor = require("@bcts/dcbor");
2
3
  let _bcts_known_values = require("@bcts/known-values");
3
4
  let _bcts_dcbor_parse = require("@bcts/dcbor-parse");