near-safe 0.0.2 → 0.0.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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,8 +43,8 @@
43
43
  "@safe-global/safe-modules-deployments": "^2.2.0",
44
44
  "ethers": "^6.13.1",
45
45
  "ethers-multisend": "^3.1.0",
46
- "near-api-js": "^4.0.3",
47
- "near-ca": "^0.3.1"
46
+ "near-api-js": "^5.0.0",
47
+ "near-ca": "^0.5.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^22.3.0",