near-safe 0.9.7 → 0.9.8

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "license": "MIT",
5
5
  "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
6
6
  "author": "bh2smith",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@safe-global/safe-gateway-typescript-sdk": "^3.22.6",
45
45
  "near-api-js": "^5.0.1",
46
- "near-ca": "^0.8.2",
46
+ "near-ca": "^0.8.3",
47
47
  "semver": "^7.6.3",
48
48
  "viem": "^2.22.8"
49
49
  },