@mysten/bcs
Advanced tools
Comparing version 0.0.0-experimental-20230425201513 to 0.0.0-experimental-20230610220159
@@ -761,3 +761,3 @@ "use strict"; | ||
); | ||
this.getTypeInterface(innerName)._decodeRaw.call( | ||
return this.getTypeInterface(innerName)._decodeRaw.call( | ||
this, | ||
@@ -764,0 +764,0 @@ reader2, |
# Change Log | ||
## 0.0.0-experimental-20230425201513 | ||
## 0.0.0-experimental-20230610220159 | ||
### Patch Changes | ||
- fdb569464e: Fixes an issue with a top level generic in a nested vector | ||
## 0.7.1 | ||
### Patch Changes | ||
- b4f0bfc76: Fix type definitions for package exports. | ||
@@ -8,0 +14,0 @@ |
@@ -761,3 +761,3 @@ "use strict"; | ||
); | ||
this.getTypeInterface(innerName)._decodeRaw.call( | ||
return this.getTypeInterface(innerName)._decodeRaw.call( | ||
this, | ||
@@ -764,0 +764,0 @@ reader2, |
{ | ||
"name": "@mysten/bcs", | ||
"version": "0.0.0-experimental-20230425201513", | ||
"version": "0.0.0-experimental-20230610220159", | ||
"description": "BCS - Canonical Binary Serialization implementation for JavaScript", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -32,3 +32,3 @@ # BCS - Binary Canonical Serialization | ||
// deserialization: BCS bytes into Coin | ||
let bytes = bcs | ||
let bcsBytes = bcs | ||
.ser("Coin", { | ||
@@ -35,0 +35,0 @@ id: "0000000000000000000000000000000000000000000000000000000000000001", |
@@ -977,3 +977,4 @@ // Copyright (c) Mysten Labs, Inc. | ||
); | ||
this.getTypeInterface(innerName)._decodeRaw.call( | ||
return this.getTypeInterface(innerName)._decodeRaw.call( | ||
this, | ||
@@ -980,0 +981,0 @@ reader, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
365764