@mysten/zklogin
Advanced tools
Comparing version 0.7.10 to 0.7.11
# @mysten/zklogin | ||
## 0.7.11 | ||
### Patch Changes | ||
- 0f27a97: Update dependencies | ||
- Updated dependencies [7fc464a] | ||
- Updated dependencies [086b2bc] | ||
- Updated dependencies [0fb0628] | ||
- Updated dependencies [cdedf69] | ||
- Updated dependencies [0f27a97] | ||
- Updated dependencies [beed646] | ||
- @mysten/sui@1.3.0 | ||
- @mysten/bcs@1.0.3 | ||
## 0.7.10 | ||
@@ -84,4 +98,6 @@ | ||
- a92b03de42: The Typescript SDK has been renamed to `@mysten/sui` and includes many new features and breaking changes. | ||
See the [full migration guide](https://sdk.mystenlabs.com/typescript/migrations/sui-1.0) for details on how to upgrade. | ||
- a92b03de42: The Typescript SDK has been renamed to `@mysten/sui` and includes many new features | ||
and breaking changes. See the | ||
[full migration guide](https://sdk.mystenlabs.com/typescript/migrations/sui-1.0) for details on | ||
how to upgrade. | ||
@@ -293,3 +309,4 @@ ### Patch Changes | ||
- d80a6ed62: Remove toBigIntBE, expose new `getExtendedEphemeralPublicKey` method. Methods now return base64-encoded strings instead of bigints. | ||
- d80a6ed62: Remove toBigIntBE, expose new `getExtendedEphemeralPublicKey` method. Methods now | ||
return base64-encoded strings instead of bigints. | ||
@@ -296,0 +313,0 @@ ### Patch Changes |
{ | ||
"name": "@mysten/zklogin", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"description": "Utilities for interacting with zkLogin in Sui", | ||
@@ -32,13 +32,13 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/node": "^20.4.2", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.6.0", | ||
"@types/node": "^20.14.10", | ||
"typescript": "^5.5.3", | ||
"vitest": "^2.0.1", | ||
"@mysten/build-scripts": "0.0.0" | ||
}, | ||
"dependencies": { | ||
"@noble/hashes": "^1.3.1", | ||
"jose": "^5.2.3", | ||
"@noble/hashes": "^1.4.0", | ||
"jose": "^5.6.3", | ||
"poseidon-lite": "^0.2.0", | ||
"@mysten/bcs": "1.0.2", | ||
"@mysten/sui": "1.2.1" | ||
"@mysten/bcs": "1.0.3", | ||
"@mysten/sui": "1.3.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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
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
195322
+ Added@mysten/bcs@1.0.3(transitive)
+ Added@mysten/sui@1.3.0(transitive)
+ Addedbase-x@5.0.0(transitive)
+ Addedbs58@6.0.0(transitive)
+ Addedvalibot@0.36.0(transitive)
- Removed@mysten/bcs@1.0.2(transitive)
- Removed@mysten/sui@1.2.1(transitive)
- Removedbase-x@4.0.0(transitive)
- Removedbs58@5.0.0(transitive)
- Removedvalibot@0.25.0(transitive)
Updated@mysten/bcs@1.0.3
Updated@mysten/sui@1.3.0
Updated@noble/hashes@^1.4.0
Updatedjose@^5.6.3