@trinsic/okapi
Advanced tools
Comparing version 1.0.0-preview.23 to 1.0.0-preview.24
@@ -62,1 +62,2 @@ "use strict"; | ||
exports.LdProofs = LdProofs; | ||
//# sourceMappingURL=index.js.map |
@@ -37,3 +37,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
import init, * as native from "@trinsic/okapi-web"; | ||
import * as native from "@trinsic/okapi-web"; | ||
import * as proto from "@trinsic/okapi-proto"; | ||
@@ -43,16 +43,6 @@ export * from "@trinsic/okapi-proto"; | ||
function initialize() { | ||
return __awaiter(this, void 0, void 0, function () { | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
case 0: | ||
if (!!initalized) return [3 /*break*/, 2]; | ||
return [4 /*yield*/, init()]; | ||
case 1: | ||
_a.sent(); | ||
initalized = true; | ||
_a.label = 2; | ||
case 2: return [2 /*return*/]; | ||
} | ||
}); | ||
}); | ||
if (!initalized) { | ||
initalized = true; | ||
} | ||
return Promise.resolve(); | ||
} | ||
@@ -59,0 +49,0 @@ var DIDKey = /** @class */ (function () { |
{ | ||
"name": "@trinsic/okapi", | ||
"version": "1.0.0-preview.23", | ||
"version": "1.0.0-preview.24", | ||
"description": "", | ||
@@ -22,5 +22,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@trinsic/okapi-node": "^1.0.0-preview.23", | ||
"@trinsic/okapi-proto": "^1.0.0-preview.23", | ||
"@trinsic/okapi-web": "^1.0.0-preview.23", | ||
"@trinsic/okapi-node": "^1.0.0-preview.24", | ||
"@trinsic/okapi-proto": "^1.0.0-preview.24", | ||
"@trinsic/okapi-web": "^1.0.0-preview.24", | ||
"google-protobuf": "^3.14.0-rc.3" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "c0c81e626d7b708fdcada792103e0849bec3b056" | ||
"gitHead": "e731f01ed24625db0ae1ef4a46a1680216dc1557" | ||
} |
Sorry, the diff of this file is not supported yet
27947
8
253