@gitmyabi/treasury 1.0.2 → 1.0.3

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 { ERC1967Proxy_jsonAbi, ERC1967Proxy_json } from './ERC1967Proxy_json';
2
+ export type { ERC1967Proxy_jsonAbi as ERC1967Proxy_jsonAbiType, ERC1967Proxy_jsonContract } from './ERC1967Proxy_json';
1
3
  export { Treasury_jsonAbi, Treasury_json } from './Treasury_json';
2
4
  export type { Treasury_jsonAbi as Treasury_jsonAbiType, Treasury_jsonContract } from './Treasury_json';
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Treasury_json = exports.Treasury_jsonAbi = void 0;
3
+ exports.Treasury_json = exports.Treasury_jsonAbi = exports.ERC1967Proxy_json = exports.ERC1967Proxy_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
+ var ERC1967Proxy_json_1 = require("./ERC1967Proxy_json");
6
+ Object.defineProperty(exports, "ERC1967Proxy_jsonAbi", { enumerable: true, get: function () { return ERC1967Proxy_json_1.ERC1967Proxy_jsonAbi; } });
7
+ Object.defineProperty(exports, "ERC1967Proxy_json", { enumerable: true, get: function () { return ERC1967Proxy_json_1.ERC1967Proxy_json; } });
5
8
  var Treasury_json_1 = require("./Treasury_json");
6
9
  Object.defineProperty(exports, "Treasury_jsonAbi", { enumerable: true, get: function () { return Treasury_json_1.Treasury_jsonAbi; } });
7
10
  Object.defineProperty(exports, "Treasury_json", { enumerable: true, get: function () { return Treasury_json_1.Treasury_json; } });
@@ -1,3 +1,5 @@
1
1
  // Auto-generated exports for all contracts
2
+ export { ERC1967Proxy_jsonAbi, ERC1967Proxy_json } from './ERC1967Proxy_json';
3
+ export type { ERC1967Proxy_jsonAbi as ERC1967Proxy_jsonAbiType, ERC1967Proxy_jsonContract } from './ERC1967Proxy_json';
2
4
  export { Treasury_jsonAbi, Treasury_json } from './Treasury_json';
3
5
  export type { Treasury_jsonAbi as Treasury_jsonAbiType, Treasury_jsonContract } from './Treasury_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/treasury",
3
- "version": "1.0.2",
4
- "description": "Auto-generated TypeScript type bindings for Treasury (build etherscan-treasury-0bd99639-1788208435901, commit 666b5cd, branch etherscan)",
3
+ "version": "1.0.3",
4
+ "description": "Auto-generated TypeScript type bindings for Treasury (build etherscan-treasury-f1da938c-1789010682080, commit 6828721, 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/treasury"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "666b5cd"
42
+ "shortHash": "6828721"
43
43
  }