@mysten/zklogin
Advanced tools
Comparing version 0.0.0-experimental-20230906234412 to 0.0.0-experimental-20230907165401
# @mysten/zklogin | ||
## 0.0.0-experimental-20230906234412 | ||
## 0.0.0-experimental-20230907165401 | ||
@@ -8,2 +8,3 @@ ### Patch Changes | ||
- 8384490bb: Remove BCS export and introduce new getZkSignature export. | ||
- 35bdbd00d: update bcs AddressParams struct | ||
- 1f87936fd: Move aud to inner hash | ||
@@ -10,0 +11,0 @@ |
@@ -30,4 +30,3 @@ "use strict"; | ||
zkBcs.registerStructType("AddressParams", { | ||
iss: import_bcs.BCS.STRING, | ||
aud: import_bcs.BCS.STRING | ||
iss: import_bcs.BCS.STRING | ||
}); | ||
@@ -34,0 +33,0 @@ zkBcs.registerStructType("ZkClaim", { |
@@ -6,4 +6,3 @@ import { BCS, fromB64, toB64 } from "@mysten/bcs"; | ||
zkBcs.registerStructType("AddressParams", { | ||
iss: BCS.STRING, | ||
aud: BCS.STRING | ||
iss: BCS.STRING | ||
}); | ||
@@ -10,0 +9,0 @@ zkBcs.registerStructType("ZkClaim", { |
{ | ||
"name": "@mysten/zklogin", | ||
"version": "0.0.0-experimental-20230906234412", | ||
"version": "0.0.0-experimental-20230907165401", | ||
"description": "Utilities for interacting with zkLogin in Sui", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -12,3 +12,2 @@ // Copyright (c) Mysten Labs, Inc. | ||
iss: BCS.STRING, | ||
aud: BCS.STRING, | ||
}); | ||
@@ -15,0 +14,0 @@ |
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
153154
1019