@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20231107211603 to 0.0.0-experimental-20231108195555
# @mysten/sui.js | ||
## 0.0.0-experimental-20231107211603 | ||
## 0.0.0-experimental-20231108195555 | ||
### Patch Changes | ||
- 28c2c3330: Use the same issuer string in address derivation for the two google's iss values | ||
- 3718a230b: Adds `txb.pure.id()` to pass ID pure values more intuitively | ||
@@ -8,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231107211603"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231108195555"; | ||
export declare const TARGETED_RPC_VERSION = "1.14.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231107211603"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231108195555"; | ||
const TARGETED_RPC_VERSION = "1.14.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -31,2 +31,5 @@ "use strict"; | ||
const addressSeedBytesBigEndian = (0, import_utils3.toBigEndianBytes)(addressSeed, 32); | ||
if (iss === "accounts.google.com") { | ||
iss = "https://accounts.google.com"; | ||
} | ||
const addressParamBytes = new TextEncoder().encode(iss); | ||
@@ -33,0 +36,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length); |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231107211603"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231108195555"; | ||
export declare const TARGETED_RPC_VERSION = "1.14.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231107211603"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231108195555"; | ||
const TARGETED_RPC_VERSION = "1.14.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -8,2 +8,5 @@ import { blake2b } from "@noble/hashes/blake2b"; | ||
const addressSeedBytesBigEndian = toBigEndianBytes(addressSeed, 32); | ||
if (iss === "accounts.google.com") { | ||
iss = "https://accounts.google.com"; | ||
} | ||
const addressParamBytes = new TextEncoder().encode(iss); | ||
@@ -10,0 +13,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length); |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.0.0-experimental-20231107211603", | ||
"version": "0.0.0-experimental-20231108195555", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231107211603'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231108195555'; | ||
export const TARGETED_RPC_VERSION = '1.14.0'; |
@@ -13,2 +13,5 @@ // Copyright (c) Mysten Labs, Inc. | ||
const addressSeedBytesBigEndian = toBigEndianBytes(addressSeed, 32); | ||
if (iss === 'accounts.google.com') { | ||
iss = 'https://accounts.google.com'; | ||
} | ||
const addressParamBytes = new TextEncoder().encode(iss); | ||
@@ -15,0 +18,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length); |
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
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
2482636
43983