near-safe 0.8.6 → 0.8.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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.8.6",
3
+ "version": "0.8.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",
@@ -35,37 +35,37 @@
35
35
  "build:deployments": "tsx scripts/safe-deployments.ts && prettier --write 'src/_gen/**/*.ts'",
36
36
  "start": "yarn example",
37
37
  "example": "tsx examples/send-tx.ts",
38
- "lint": "eslint . --ignore-pattern dist/",
38
+ "lint": "prettier --check '{src,examples,tests}/**/*.{js,jsx,ts,tsx}' && eslint . --ignore-pattern dist/",
39
39
  "fmt": "prettier --write '{src,examples,tests}/**/*.{js,jsx,ts,tsx}' && yarn lint --fix",
40
40
  "test": "jest",
41
41
  "all": "yarn fmt && yarn lint && yarn build"
42
42
  },
43
43
  "dependencies": {
44
44
  "@safe-global/safe-gateway-typescript-sdk": "^3.22.2",
45
- "near-api-js": "^5.0.0",
46
- "near-ca": "^0.6.0",
45
+ "near-api-js": "^5.0.1",
46
+ "near-ca": "^0.7.0",
47
47
  "semver": "^7.6.3",
48
- "viem": "^2.16.5"
48
+ "viem": "^2.21.41"
49
49
  },
50
50
  "devDependencies": {
51
- "@safe-global/safe-deployments": "^1.37.0",
52
- "@safe-global/safe-modules-deployments": "^2.2.0",
53
- "@types/jest": "^29.5.12",
54
- "@types/node": "^22.3.0",
51
+ "@safe-global/safe-deployments": "^1.37.14",
52
+ "@safe-global/safe-modules-deployments": "^2.2.4",
53
+ "@types/jest": "^29.5.14",
54
+ "@types/node": "^22.9.0",
55
55
  "@types/semver": "^7.5.8",
56
- "@types/yargs": "^17.0.32",
57
- "@typescript-eslint/eslint-plugin": "^8.1.0",
58
- "@typescript-eslint/parser": "^8.1.0",
56
+ "@types/yargs": "^17.0.33",
57
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
58
+ "@typescript-eslint/parser": "^8.13.0",
59
59
  "dotenv": "^16.4.5",
60
- "eslint": "^9.6.0",
61
- "eslint-plugin-import": "^2.30.0",
62
- "ethers": "^6.13.1",
60
+ "eslint": "^9.14.0",
61
+ "eslint-plugin-import": "^2.31.0",
62
+ "ethers": "^6.13.4",
63
63
  "ethers-multisend": "^3.1.0",
64
64
  "jest": "^29.7.0",
65
- "prettier": "^3.3.2",
66
- "ts-jest": "^29.1.5",
67
- "tsx": "^4.16.0",
68
- "typescript": "^5.5.2",
65
+ "prettier": "^3.3.3",
66
+ "ts-jest": "^29.2.5",
67
+ "tsx": "^4.19.2",
68
+ "typescript": "^5.6.3",
69
69
  "yargs": "^17.7.2"
70
70
  },
71
71
  "resolutions": {