@blaxel/core 0.2.4-dev3 → 0.2.4-dev4

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.
@@ -1 +1 @@
1
- export declare const startJob: (func: (args: any) => Promise<void>) => void;
1
+ export declare const blStartJob: (func: (args: any) => Promise<void>) => void;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.startJob = void 0;
3
+ exports.blStartJob = void 0;
4
4
  const env_js_1 = require("../common/env.js");
5
5
  class BlJobWrapper {
6
6
  async getArguments() {
@@ -52,8 +52,8 @@ class BlJobWrapper {
52
52
  }
53
53
  }
54
54
  }
55
- const startJob = (func) => {
55
+ const blStartJob = (func) => {
56
56
  const job = new BlJobWrapper();
57
57
  job.start(func);
58
58
  };
59
- exports.startJob = startJob;
59
+ exports.blStartJob = blStartJob;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.4-dev3",
3
+ "version": "0.2.4-dev4",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",