@gitmyabi-stg/dop 1.0.0 → 1.0.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.
@@ -1,2 +1,2 @@
1
- export { DOPAbi, DOP } from './DOP';
2
- export type { DOPAbi as DOPAbiType, DOPContract } from './DOP';
1
+ export { DDropsAbi, DDrops } from './DDrops';
2
+ export type { DDropsAbi as DDropsAbiType, DDropsContract } from './DDrops';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DOP = exports.DOPAbi = void 0;
3
+ exports.DDrops = exports.DDropsAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var DOP_1 = require("./DOP");
6
- Object.defineProperty(exports, "DOPAbi", { enumerable: true, get: function () { return DOP_1.DOPAbi; } });
7
- Object.defineProperty(exports, "DOP", { enumerable: true, get: function () { return DOP_1.DOP; } });
5
+ var DDrops_1 = require("./DDrops");
6
+ Object.defineProperty(exports, "DDropsAbi", { enumerable: true, get: function () { return DDrops_1.DDropsAbi; } });
7
+ Object.defineProperty(exports, "DDrops", { enumerable: true, get: function () { return DDrops_1.DDrops; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { DOPAbi, DOP } from './DOP';
3
- export type { DOPAbi as DOPAbiType, DOPContract } from './DOP';
2
+ export { DDropsAbi, DDrops } from './DDrops';
3
+ export type { DDropsAbi as DDropsAbiType, DDropsContract } from './DDrops';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi-stg/dop",
3
- "version": "1.0.0",
4
- "description": "Auto-generated TypeScript type bindings for DOP (build etherscan-dop-a37db545-1780493369506, commit 14ad8e0, branch etherscan)",
3
+ "version": "1.0.1",
4
+ "description": "Auto-generated TypeScript type bindings for DOP (build etherscan-dop-2a7cad77-1780497305136, commit 9bfe231, 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/dop"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "14ad8e0"
42
+ "shortHash": "9bfe231"
43
43
  }