@augurproject/artifacts
Advanced tools
Comparing version 2.1.13-beta.2 to 2.1.13
@@ -1,5 +0,6 @@ | ||
export * as abi from './abi.json'; | ||
export * as abiV1 from './abi.json'; | ||
import * as abi from './abi.json'; | ||
import * as abiV1 from './abi.json'; | ||
export { abi, abiV1 }; | ||
export { ContractEvents } from './events'; | ||
export * from './configuration'; | ||
//# sourceMappingURL=browser.d.ts.map |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.abi = __importStar(require("./abi.json")); | ||
exports.abiV1 = __importStar(require("./abi.json")); | ||
exports.abiV1 = exports.abi = void 0; | ||
const abi = __importStar(require("./abi.json")); | ||
exports.abi = abi; | ||
const abiV1 = __importStar(require("./abi.json")); | ||
exports.abiV1 = abiV1; | ||
var events_1 = require("./events"); | ||
exports.ContractEvents = events_1.ContractEvents; | ||
__export(require("./configuration")); | ||
Object.defineProperty(exports, "ContractEvents", { enumerable: true, get: function () { return events_1.ContractEvents; } }); | ||
__exportStar(require("./configuration"), exports); | ||
//# sourceMappingURL=browser.js.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.environments = exports.refreshSDKConfig = exports.updateConfig = exports.writeConfig = exports.buildConfig = exports.getConfigForNetwork = void 0; | ||
const path_1 = __importDefault(require("path")); | ||
@@ -9,0 +10,0 @@ const require_all_1 = __importDefault(require("require-all")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ContractEvents = void 0; | ||
var ContractEvents; | ||
@@ -4,0 +5,0 @@ (function (ContractEvents) { |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./browser")); | ||
__exportStar(require("./browser"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@augurproject/artifacts", | ||
"version": "2.1.13-beta.2", | ||
"version": "2.1.13", | ||
"description": "ABI and Contract Address Artifacts", | ||
@@ -17,3 +17,3 @@ "author": "Augur Team <team@augur.net>", | ||
"dependencies": { | ||
"@augurproject/utils": "^2.1.13-beta.2", | ||
"@augurproject/utils": "^2.1.13", | ||
"deepmerge": "4.2.2", | ||
@@ -23,3 +23,3 @@ "require-all": "3.0.0" | ||
"devDependencies": { | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.7" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6c937aed23debd52c882218527d1f544666927a6" | ||
"gitHead": "3df4c197bf462f099184c18d88ac72f2316f6fbb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4024530
89788
1
Updated@augurproject/utils@^2.1.13