@mysten/zksend
Advanced tools
Comparing version 0.0.0-experimental-20241007192746 to 0.0.0-experimental-20241011220950
# @mysten/zksend | ||
## 0.0.0-experimental-20241007192746 | ||
## 0.0.0-experimental-20241011220950 | ||
### Patch Changes | ||
- af39b6a: Update to reflect GraphQL schema renaming TransactionBlockFilter.signAddress to | ||
.sentAddress. | ||
## 0.11.6 | ||
### Patch Changes | ||
- Updated dependencies [5436a90] | ||
- Updated dependencies [5436a90] | ||
- @mysten/sui@0.0.0-experimental-20241007192746 | ||
- @mysten/wallet-standard@0.0.0-experimental-20241007192746 | ||
- @mysten/sui@1.12.0 | ||
- @mysten/wallet-standard@0.13.7 | ||
@@ -12,0 +19,0 @@ ## 0.11.5 |
@@ -35,3 +35,3 @@ "use strict"; | ||
before: $cursor | ||
filter: { signAddress: $address, function: $function, kind: PROGRAMMABLE_TX } | ||
filter: { sentAddress: $address, function: $function, kind: PROGRAMMABLE_TX } | ||
) { | ||
@@ -38,0 +38,0 @@ pageInfo { |
@@ -12,3 +12,3 @@ import { bcs } from "@mysten/sui/bcs"; | ||
before: $cursor | ||
filter: { signAddress: $address, function: $function, kind: PROGRAMMABLE_TX } | ||
filter: { sentAddress: $address, function: $function, kind: PROGRAMMABLE_TX } | ||
) { | ||
@@ -15,0 +15,0 @@ pageInfo { |
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.0.0-experimental-20241007192746", | ||
"version": "0.0.0-experimental-20241011220950", | ||
"description": "TODO: Write Description", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
"valibot": "^0.36.0", | ||
"@mysten/sui": "0.0.0-experimental-20241007192746", | ||
"@mysten/wallet-standard": "0.0.0-experimental-20241007192746" | ||
"@mysten/sui": "1.12.0", | ||
"@mysten/wallet-standard": "0.13.7" | ||
}, | ||
@@ -44,0 +44,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
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
580483
+ Added@mysten/sui@1.12.0(transitive)
+ Added@mysten/wallet-standard@0.13.7(transitive)
- Removed@mysten/sui@0.0.0-experimental-20241007192746(transitive)
- Removed@mysten/wallet-standard@0.0.0-experimental-20241007192746(transitive)
Updated@mysten/sui@1.12.0