@mysten/zklogin
Advanced tools
Comparing version 0.0.0-experimental-20230928204256 to 0.0.0-experimental-20230928204950
# @mysten/zklogin | ||
## 0.0.0-experimental-20230928204256 | ||
## 0.0.0-experimental-20230928204950 | ||
@@ -8,3 +8,6 @@ ### Patch Changes | ||
- Updated dependencies [781d073d9] | ||
- @mysten/sui.js@0.0.0-experimental-20230928204256 | ||
- Updated dependencies [1bc430161] | ||
- Updated dependencies [1bc430161] | ||
- @mysten/sui.js@0.0.0-experimental-20230928204950 | ||
- @mysten/bcs@0.0.0-experimental-20230928204950 | ||
@@ -11,0 +14,0 @@ ## 0.1.4 |
@@ -28,3 +28,3 @@ "use strict"; | ||
var import_cryptography = require("@mysten/sui.js/cryptography"); | ||
const zkBcs = new import_bcs.BCS(import_bcs2.bcs); | ||
const zkBcs = new import_bcs.BCS(import_bcs2.bcsRegistry); | ||
zkBcs.registerStructType("ZkloginSignature", { | ||
@@ -31,0 +31,0 @@ inputs: { |
import { BCS, fromB64, toB64 } from "@mysten/bcs"; | ||
import { bcs } from "@mysten/sui.js/bcs"; | ||
import { bcsRegistry } from "@mysten/sui.js/bcs"; | ||
import { SIGNATURE_SCHEME_TO_FLAG } from "@mysten/sui.js/cryptography"; | ||
const zkBcs = new BCS(bcs); | ||
const zkBcs = new BCS(bcsRegistry); | ||
zkBcs.registerStructType("ZkloginSignature", { | ||
@@ -6,0 +6,0 @@ inputs: { |
{ | ||
"name": "@mysten/zklogin", | ||
"version": "0.0.0-experimental-20230928204256", | ||
"version": "0.0.0-experimental-20230928204950", | ||
"description": "Utilities for interacting with zkLogin in Sui", | ||
@@ -41,4 +41,4 @@ "license": "Apache-2.0", | ||
"tsx": "^3.12.7", | ||
"@mysten/bcs": "0.7.4", | ||
"@mysten/sui.js": "0.0.0-experimental-20230928204256" | ||
"@mysten/bcs": "0.0.0-experimental-20230928204950", | ||
"@mysten/sui.js": "0.0.0-experimental-20230928204950" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
@@ -5,6 +5,6 @@ // Copyright (c) Mysten Labs, Inc. | ||
import { BCS, fromB64, toB64 } from '@mysten/bcs'; | ||
import { bcs } from '@mysten/sui.js/bcs'; | ||
import { bcsRegistry } from '@mysten/sui.js/bcs'; | ||
import { SIGNATURE_SCHEME_TO_FLAG } from '@mysten/sui.js/cryptography'; | ||
export const zkBcs = new BCS(bcs); | ||
export const zkBcs = new BCS(bcsRegistry); | ||
@@ -11,0 +11,0 @@ type ProofPoints = { |
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
153501
4
260
9
17
176
+ Added@mysten/bcs@0.0.0-experimental-20230928204950(transitive)
+ Added@mysten/sui.js@0.0.0-experimental-20230928204950(transitive)
- Removed@mysten/bcs@0.7.4(transitive)
- Removed@mysten/sui.js@0.0.0-experimental-20230928204256(transitive)