suidouble 1.28.2-1 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suidouble",
3
- "version": "1.28.2-1",
3
+ "version": "1.32.0",
4
4
  "description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@mysten/bcs": "^1.6.0",
26
- "@mysten/sui": "^1.28.2",
26
+ "@mysten/sui": "^1.32.0",
27
27
  "@polymedia/coinmeta": "^0.0.17",
28
28
  "@scure/bip39": "^1.6.0",
29
29
  "@wallet-standard/core": "^1.1.1",