near-safe 0.12.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "near-safe",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.12. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.12.1",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "license": "MIT",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "author": "bh2smith",
         
     | 
| 
         @@ -42,27 +42,27 @@ 
     | 
|
| 
       42 
42 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       43 
43 
     | 
    
         
             
                "@safe-global/safe-gateway-typescript-sdk": "^3.23.1",
         
     | 
| 
       44 
44 
     | 
    
         
             
                "glob": "^11.0.3",
         
     | 
| 
       45 
     | 
    
         
            -
                "near-api-js": "^6. 
     | 
| 
       46 
     | 
    
         
            -
                "near-ca": "0.12. 
     | 
| 
       47 
     | 
    
         
            -
                "semver": "^7.7. 
     | 
| 
       48 
     | 
    
         
            -
                "viem": "^2. 
     | 
| 
      
 45 
     | 
    
         
            +
                "near-api-js": "^6.4.0",
         
     | 
| 
      
 46 
     | 
    
         
            +
                "near-ca": "0.12.1",
         
     | 
| 
      
 47 
     | 
    
         
            +
                "semver": "^7.7.3",
         
     | 
| 
      
 48 
     | 
    
         
            +
                "viem": "^2.38.5"
         
     | 
| 
       49 
49 
     | 
    
         
             
              },
         
     | 
| 
       50 
50 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       51 
51 
     | 
    
         
             
                "@duneanalytics/client-sdk": "^0.2.5",
         
     | 
| 
       52 
     | 
    
         
            -
                "@safe-global/safe-deployments": "^1.37. 
     | 
| 
       53 
     | 
    
         
            -
                "@safe-global/safe-modules-deployments": "^2.2. 
     | 
| 
      
 52 
     | 
    
         
            +
                "@safe-global/safe-deployments": "^1.37.47",
         
     | 
| 
      
 53 
     | 
    
         
            +
                "@safe-global/safe-modules-deployments": "^2.2.18",
         
     | 
| 
       54 
54 
     | 
    
         
             
                "@types/jest": "^30.0.0",
         
     | 
| 
       55 
     | 
    
         
            -
                "@types/node": "^24. 
     | 
| 
      
 55 
     | 
    
         
            +
                "@types/node": "^24.9.1",
         
     | 
| 
       56 
56 
     | 
    
         
             
                "@types/semver": "^7.7.1",
         
     | 
| 
       57 
     | 
    
         
            -
                "@types/yargs": "^17.0. 
     | 
| 
       58 
     | 
    
         
            -
                "@typescript-eslint/eslint-plugin": "^8. 
     | 
| 
       59 
     | 
    
         
            -
                "@typescript-eslint/parser": "^8. 
     | 
| 
       60 
     | 
    
         
            -
                "dotenv": "^17.2. 
     | 
| 
       61 
     | 
    
         
            -
                "eslint": "^9. 
     | 
| 
      
 57 
     | 
    
         
            +
                "@types/yargs": "^17.0.34",
         
     | 
| 
      
 58 
     | 
    
         
            +
                "@typescript-eslint/eslint-plugin": "^8.46.2",
         
     | 
| 
      
 59 
     | 
    
         
            +
                "@typescript-eslint/parser": "^8.46.2",
         
     | 
| 
      
 60 
     | 
    
         
            +
                "dotenv": "^17.2.3",
         
     | 
| 
      
 61 
     | 
    
         
            +
                "eslint": "^9.38.0",
         
     | 
| 
       62 
62 
     | 
    
         
             
                "eslint-plugin-import": "^2.32.0",
         
     | 
| 
       63 
63 
     | 
    
         
             
                "prettier": "^3.6.2",
         
     | 
| 
       64 
     | 
    
         
            -
                "tsx": "^4.20. 
     | 
| 
       65 
     | 
    
         
            -
                "typescript": "^5.9. 
     | 
| 
      
 64 
     | 
    
         
            +
                "tsx": "^4.20.6",
         
     | 
| 
      
 65 
     | 
    
         
            +
                "typescript": "^5.9.3",
         
     | 
| 
       66 
66 
     | 
    
         
             
                "yargs": "^18.0.0"
         
     | 
| 
       67 
67 
     | 
    
         
             
              },
         
     | 
| 
       68 
68 
     | 
    
         
             
              "resolutions": {
         
     |