@scallop-io/sui-kit
Advanced tools
Comparing version 0.38.2 to 0.41.0
@@ -114,4 +114,4 @@ import { TransactionBlock, TransactionExpiration, SuiObjectRef, SharedObjectRef, JsonRpcProvider, TransactionType, Transactions, ObjectCallArg } from '@mysten/sui.js'; | ||
kind: "MoveCall"; | ||
target: `${string}::${string}::${string}`; | ||
typeArguments: string[]; | ||
target: `${string}::${string}::${string}`; | ||
} | { | ||
@@ -118,0 +118,0 @@ objects: ({ |
{ | ||
"name": "@scallop-io/sui-kit", | ||
"version": "0.38.2", | ||
"version": "0.41.0", | ||
"description": "Tookit for interacting with SUI network", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@mysten/sui.js": "^0.37.1", | ||
"@mysten/sui.js": "^0.41.0", | ||
"@scure/bip39": "^1.2.1", | ||
@@ -48,3 +48,3 @@ "assert": "^2.0.0", | ||
"peerDependencies": { | ||
"@mysten/sui.js": "^0.37.1" | ||
"@mysten/sui.js": "^0.41.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
359825
+ Added@mysten/bcs@0.7.4(transitive)
+ Added@mysten/sui.js@0.41.2(transitive)
- Removed@mysten/bcs@0.7.3(transitive)
- Removed@mysten/sui.js@0.37.1(transitive)
Updated@mysten/sui.js@^0.41.0