@gitmyabi/safe 1.0.4 → 1.0.5

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.
@@ -1,2 +1,4 @@
1
- export { SafeToken_jsonAbi, SafeToken_json } from './SafeToken_json';
2
- export type { SafeToken_jsonAbi as SafeToken_jsonAbiType, SafeToken_jsonContract } from './SafeToken_json';
1
+ export { SafeProxy_jsonAbi, SafeProxy_json } from './SafeProxy_json';
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,7 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SafeToken_json = exports.SafeToken_jsonAbi = void 0;
3
+ exports.Safe_json = exports.Safe_jsonAbi = exports.SafeProxy_json = exports.SafeProxy_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var SafeToken_json_1 = require("./SafeToken_json");
6
- Object.defineProperty(exports, "SafeToken_jsonAbi", { enumerable: true, get: function () { return SafeToken_json_1.SafeToken_jsonAbi; } });
7
- Object.defineProperty(exports, "SafeToken_json", { enumerable: true, get: function () { return SafeToken_json_1.SafeToken_json; } });
5
+ var SafeProxy_json_1 = require("./SafeProxy_json");
6
+ Object.defineProperty(exports, "SafeProxy_jsonAbi", { enumerable: true, get: function () { return SafeProxy_json_1.SafeProxy_jsonAbi; } });
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,3 +1,5 @@
1
1
  // Auto-generated exports for all contracts
2
- export { SafeToken_jsonAbi, SafeToken_json } from './SafeToken_json';
3
- export type { SafeToken_jsonAbi as SafeToken_jsonAbiType, SafeToken_jsonContract } from './SafeToken_json';
2
+ export { SafeProxy_jsonAbi, SafeProxy_json } from './SafeProxy_json';
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.4",
4
- "description": "Auto-generated TypeScript type bindings for SAFE (build etherscan-safe-5afe3855-1785458963893, commit da346f4, branch etherscan)",
3
+ "version": "1.0.5",
4
+ "description": "Auto-generated TypeScript type bindings for Safe (build etherscan-safe-894e031a-1785479836206, commit eb40178, 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": "da346f4"
42
+ "shortHash": "eb40178"
43
43
  }