@gitmyabi/safe 1.0.65 → 1.0.66

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/README.md CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Auto-generated TypeScript type bindings for **Safe**
4
4
 
5
- - **Build ID**: `etherscan-safe-a219a6f7-1787480248718`
5
+ - **Build ID**: `etherscan-safe-e3ed80a4-1787499858706`
6
6
  - **Build Number**: 1
7
- - **Commit**: `29b2e90`
7
+ - **Commit**: `76a7c80`
8
8
  - **Branch**: `etherscan`
9
9
  - **Target**: `ethers-v6`
10
- - **Contracts**: 2
10
+ - **Contracts**: 1
11
11
 
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- npm install @gitmyabi/safe@1.0.65
15
+ npm install @gitmyabi/safe@1.0.66
16
16
  ```
17
17
 
18
18
  ## Usage
@@ -101,7 +101,7 @@ This package provides full TypeScript type safety for all contract methods, even
101
101
 
102
102
  ## Generated Contracts
103
103
 
104
- This package includes type bindings for 2 contract(s) generated from ABI artifacts.
104
+ This package includes type bindings for 1 contract(s) generated from ABI artifacts.
105
105
 
106
106
  ## License
107
107
 
@@ -1,4 +1,2 @@
1
1
  export { SafeProxy_jsonAbi, SafeProxy_json } from './SafeProxy_json';
2
2
  export type { SafeProxy_jsonAbi as SafeProxy_jsonAbiType, SafeProxy_jsonContract } from './SafeProxy_json';
3
- export { Safe_jsonAbi, Safe_json } from './Safe_json';
4
- export type { Safe_jsonAbi as Safe_jsonAbiType, Safe_jsonContract } from './Safe_json';
@@ -1,10 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Safe_json = exports.Safe_jsonAbi = exports.SafeProxy_json = exports.SafeProxy_jsonAbi = void 0;
3
+ exports.SafeProxy_json = exports.SafeProxy_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
5
  var SafeProxy_json_1 = require("./SafeProxy_json");
6
6
  Object.defineProperty(exports, "SafeProxy_jsonAbi", { enumerable: true, get: function () { return SafeProxy_json_1.SafeProxy_jsonAbi; } });
7
7
  Object.defineProperty(exports, "SafeProxy_json", { enumerable: true, get: function () { return SafeProxy_json_1.SafeProxy_json; } });
8
- var Safe_json_1 = require("./Safe_json");
9
- Object.defineProperty(exports, "Safe_jsonAbi", { enumerable: true, get: function () { return Safe_json_1.Safe_jsonAbi; } });
10
- Object.defineProperty(exports, "Safe_json", { enumerable: true, get: function () { return Safe_json_1.Safe_json; } });
@@ -1,5 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
2
  export { SafeProxy_jsonAbi, SafeProxy_json } from './SafeProxy_json';
3
3
  export type { SafeProxy_jsonAbi as SafeProxy_jsonAbiType, SafeProxy_jsonContract } from './SafeProxy_json';
4
- export { Safe_jsonAbi, Safe_json } from './Safe_json';
5
- export type { Safe_jsonAbi as Safe_jsonAbiType, Safe_jsonContract } from './Safe_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/safe",
3
- "version": "1.0.65",
4
- "description": "Auto-generated TypeScript type bindings for Safe (build etherscan-safe-a219a6f7-1787480248718, commit 29b2e90, branch etherscan)",
3
+ "version": "1.0.66",
4
+ "description": "Auto-generated TypeScript type bindings for Safe (build etherscan-safe-e3ed80a4-1787499858706, commit 76a7c80, branch etherscan)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
7
7
  "exports": {
@@ -39,5 +39,5 @@
39
39
  "url": "https://github.com/etherscan/safe"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "29b2e90"
42
+ "shortHash": "76a7c80"
43
43
  }