@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 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 = 5;
6422
+ _context.next = 4;
6424
6423
  return lookup[this.priority[0]](input, versionID, this);
6425
- case 5:
6424
+ case 4:
6426
6425
  response = _context.sent;
6427
6426
  return _context.abrupt("return", response);
6428
- case 7:
6427
+ case 6:
6429
6428
  case "end":
6430
6429
  return _context.stop();
6431
6430
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherentglobal/spark-execute-sdk",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "",
5
5
  "main": "src/node.js",
6
6
  "browser": "dist/browser.js",
package/src/browser.js CHANGED
@@ -232,7 +232,6 @@ class Spark {
232
232
  * @returns {object}
233
233
  */
234
234
  async execute(input, version_id) {
235
- console.log("-------UOPD---");
236
235
  const versionID =
237
236
  version_id ||
238
237
  input?.request_meta?.version_id ||