@sentio/sdk 2.33.1-rc.1 → 2.34.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.33.1-rc.1",
3
+ "version": "2.34.0-rc.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -48,7 +48,7 @@
48
48
  "@sentio/bigdecimal": "9.1.1-patch.3",
49
49
  "@sentio/chain": "^1.0.16",
50
50
  "@sentio/ethers-v6": "^1.0.29",
51
- "@solana/web3.js": "^1.89.1",
51
+ "@solana/web3.js": "1.89.1",
52
52
  "@typemove/aptos": "~1.5.5",
53
53
  "@typemove/move": "~1.5.5",
54
54
  "@typemove/sui": "~1.5.5",
@@ -73,8 +73,8 @@
73
73
  "typedoc": "^0.25.7",
74
74
  "utility-types": "^3.11.0",
75
75
  "yaml": "^2.3.4",
76
- "@sentio/protos": "2.33.1-rc.1",
77
- "@sentio/runtime": "^2.33.1-rc.1"
76
+ "@sentio/protos": "2.34.0-rc.1",
77
+ "@sentio/runtime": "^2.34.0-rc.1"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "tsup": "npm:@sentio/tsup@^6.7.2"