@augurproject/types
Advanced tools
Comparing version 2.1.9 to 2.2.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ContractEvents = void 0; | ||
var ContractEvents; | ||
@@ -4,0 +5,0 @@ (function (ContractEvents) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var events_1 = require("./events"); | ||
exports.ContractEvents = events_1.ContractEvents; | ||
Object.defineProperty(exports, "ContractEvents", { enumerable: true, get: function () { return events_1.ContractEvents; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@augurproject/types", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"description": "Homespun types for packages we use", | ||
@@ -17,3 +17,3 @@ "author": "The Augur Developers <team@augur.net>", | ||
"devDependencies": { | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.7" | ||
}, | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "8461ec4e7f2d33f4c66de9d63f0b8788ce7552d8" | ||
"gitHead": "9f46e8626d53157bb4291c1ec170613ab8c331d8" | ||
} |
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
721
170164