@coherentglobal/spark-execute-sdk 0.4.4 → 0.4.5
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.
- package/dist/browser.js +3 -4
- package/package.json +1 -1
- package/src/browser.js +0 -1
package/dist/browser.js
CHANGED
|
@@ -6414,18 +6414,17 @@ var Spark = /*#__PURE__*/function () {
|
|
|
6414
6414
|
while (1) {
|
|
6415
6415
|
switch (_context.prev = _context.next) {
|
|
6416
6416
|
case 0:
|
|
6417
|
-
console.log("-------UOPD---");
|
|
6418
6417
|
versionID = version_id || (input === null || input === void 0 ? void 0 : (_input$request_meta = input.request_meta) === null || _input$request_meta === void 0 ? void 0 : _input$request_meta.version_id) || (input === null || input === void 0 ? void 0 : (_input$request_meta2 = input.request_meta) === null || _input$request_meta2 === void 0 ? void 0 : _input$request_meta2.version_uuid);
|
|
6419
6418
|
lookup = {
|
|
6420
6419
|
model: this.offlineModel,
|
|
6421
6420
|
onlineEndpoint: this.onlineModelEndpoint
|
|
6422
6421
|
};
|
|
6423
|
-
_context.next =
|
|
6422
|
+
_context.next = 4;
|
|
6424
6423
|
return lookup[this.priority[0]](input, versionID, this);
|
|
6425
|
-
case
|
|
6424
|
+
case 4:
|
|
6426
6425
|
response = _context.sent;
|
|
6427
6426
|
return _context.abrupt("return", response);
|
|
6428
|
-
case
|
|
6427
|
+
case 6:
|
|
6429
6428
|
case "end":
|
|
6430
6429
|
return _context.stop();
|
|
6431
6430
|
}
|
package/package.json
CHANGED