near-safe 0.0.1 → 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 +16 -4
package/package.json CHANGED
@@ -1,7 +1,19 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
+ "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
6
+ "author": "bh2smith",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/mintbase/near-safe.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/mintbase/near-safe/issues"
13
+ },
14
+ "engines": {
15
+ "node": ">=20.0.0"
16
+ },
5
17
  "keywords": [
6
18
  "near",
7
19
  "ethereum",
@@ -11,7 +23,7 @@
11
23
  "chain-signatures"
12
24
  ],
13
25
  "main": "dist/cjs/index.js",
14
- "module": "dist/cjs/index.js",
26
+ "module": "dist/esm/index.js",
15
27
  "types": "dist/esm/index.d.ts",
16
28
  "files": [
17
29
  "dist/**/*"
@@ -31,8 +43,8 @@
31
43
  "@safe-global/safe-modules-deployments": "^2.2.0",
32
44
  "ethers": "^6.13.1",
33
45
  "ethers-multisend": "^3.1.0",
34
- "near-api-js": "^4.0.3",
35
- "near-ca": "^0.3.1"
46
+ "near-api-js": "^5.0.0",
47
+ "near-ca": "^0.5.2"
36
48
  },
37
49
  "devDependencies": {
38
50
  "@types/node": "^22.3.0",