@chainsafe/ssz
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.3...@chainsafe/ssz@0.9.4) (2022-12-08) | ||
**Note:** Version bump only for package @chainsafe/ssz | ||
## [0.9.3](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.2...@chainsafe/ssz@0.9.3) (2022-12-08) | ||
@@ -8,0 +16,0 @@ |
@@ -76,3 +76,3 @@ import { LeafNode, Node } from "@chainsafe/persistent-merkle-tree"; | ||
constructor(byteLength: UintBigintByteLen, opts?: UintBigintOpts); | ||
static named(byteLength: UintNumberByteLen, opts: Require<UintBigintOpts, "typeName">): UintBigintType; | ||
static named(byteLength: UintBigintByteLen, opts: Require<UintBigintOpts, "typeName">): UintBigintType; | ||
defaultValue(): bigint; | ||
@@ -79,0 +79,0 @@ value_serializeToBytes({ dataView }: ByteViews, offset: number, value: bigint): number; |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/chainsafe/ssz", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"main": "lib/index.js", | ||
@@ -54,3 +54,3 @@ "files": [ | ||
], | ||
"gitHead": "2f2d12702d7ffffb43c0179dbc3ef2cf5b9b540a" | ||
"gitHead": "861804bc508907dd479f7d66207692a841abed99" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
468312