micro-packed
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "micro-packed", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Define complex binary structures using composable primitives", | ||
"dependencies": { | ||
"@scure/base": "~1.2.1" | ||
"@scure/base": "~1.2.2" | ||
}, | ||
@@ -38,6 +38,9 @@ "files": [ | ||
"bench:all": "node benchmark/index.js", | ||
"build": "tsc && tsc -p tsconfig.esm.json", | ||
"build": "tsc && tsc -p tsconfig.cjs.json", | ||
"lint": "prettier --check src", | ||
"format": "prettier --write src", | ||
"test": "node test/index.js && node test/debugger.test.js" | ||
"test": "node test/index.js", | ||
"test:bun": "bun test/index.js", | ||
"test:deno": "deno --allow-env --allow-read test/index.js", | ||
"test:slow": "node test/slow.test.js" | ||
}, | ||
@@ -52,6 +55,6 @@ "author": "Paul Miller (https://paulmillr.com)", | ||
"devDependencies": { | ||
"@paulmillr/jsbt": "0.2.1", | ||
"@paulmillr/jsbt": "0.3.1", | ||
"fast-check": "3.0.0", | ||
"micro-bmark": "0.3.1", | ||
"micro-should": "0.4.0", | ||
"micro-bmark": "0.4.0", | ||
"micro-should": "0.5.1", | ||
"prettier": "3.3.2", | ||
@@ -58,0 +61,0 @@ "typescript": "5.5.2" |
@@ -10,5 +10,5 @@ # micro-packed | ||
- [btc-signer](https://github.com/paulmillr/scure-btc-signer) for parsing of Bitcoin Script | ||
- [micro-ordinals](https://github.com/paulmillr/micro-ordinals) for ordinal parsing | ||
- [eth-signer](https://github.com/paulmillr/micro-eth-signer) for RLP and SSZ decoding. RLP pointers are protected against DoS | ||
- [sol-signer](https://github.com/paulmillr/micro-sol-signer) for parsing of keys, messages and other things | ||
- [micro-ordinals](https://github.com/paulmillr/micro-ordinals) for Bitcoin ordinal parsing | ||
- [key-producer](https://github.com/paulmillr/micro-key-producer) for lightweight implementations of PGP, SSH and OTP | ||
@@ -15,0 +15,0 @@ |
562428
Updated@scure/base@~1.2.2