@windingtree/org.id-core
Advanced tools
Comparing version 0.3.4 to 0.3.5
export { OrgIdContract } from './contract'; | ||
export * from './utils'; |
"use strict"; | ||
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" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -16,3 +6,2 @@ exports.OrgIdContract = void 0; | ||
Object.defineProperty(exports, "OrgIdContract", { enumerable: true, get: function () { return contract_1.OrgIdContract; } }); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@windingtree/org.id-core", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Core ORGiD Javascript library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
31157
29
334