@mysten/sui 1.21.1 → 1.21.2

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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Mysten Labs <build@mystenlabs.com>",
4
4
  "description": "Sui TypeScript API(Work in Progress)",
5
5
  "homepage": "https://sdk.mystenlabs.com",
6
- "version": "1.21.1",
6
+ "version": "1.21.2",
7
7
  "license": "Apache-2.0",
8
8
  "sideEffects": false,
9
9
  "files": [
@@ -142,7 +142,7 @@
142
142
  "jose": "^5.6.3",
143
143
  "poseidon-lite": "^0.2.0",
144
144
  "valibot": "^0.36.0",
145
- "@mysten/bcs": "1.3.0"
145
+ "@mysten/bcs": "1.4.0"
146
146
  },
147
147
  "scripts": {
148
148
  "clean": "rm -rf tsconfig.tsbuildinfo ./dist",
package/src/version.ts CHANGED
@@ -3,5 +3,5 @@
3
3
 
4
4
  // This file is generated by genversion.mjs. Do not edit it directly.
5
5
 
6
- export const PACKAGE_VERSION = '1.21.1';
7
- export const TARGETED_RPC_VERSION = '1.42.0';
6
+ export const PACKAGE_VERSION = '1.21.2';
7
+ export const TARGETED_RPC_VERSION = '1.43.0';