@blaxel/core 0.2.79-preview.128 → 0.2.79-preview.129

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.
@@ -11,8 +11,8 @@ const index_js_1 = require("../authentication/index.js");
11
11
  const env_js_1 = require("../common/env.js");
12
12
  const node_js_1 = require("../common/node.js");
13
13
  // Build info - these placeholders are replaced at build time by build:replace-imports
14
- const BUILD_VERSION = "0.2.79-preview.128";
15
- const BUILD_COMMIT = "941afc7da8556573c8869a40558a2451168499b5";
14
+ const BUILD_VERSION = "0.2.79-preview.129";
15
+ const BUILD_COMMIT = "b5c0690845895384dfbbc09cb3dcce82465d49c2";
16
16
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
17
17
  // Cache for config.yaml tracking value
18
18
  let configTrackingValue = null;
@@ -11,8 +11,8 @@ const index_js_1 = require("../authentication/index.js");
11
11
  const env_js_1 = require("../common/env.js");
12
12
  const node_js_1 = require("../common/node.js");
13
13
  // Build info - these placeholders are replaced at build time by build:replace-imports
14
- const BUILD_VERSION = "0.2.79-preview.128";
15
- const BUILD_COMMIT = "941afc7da8556573c8869a40558a2451168499b5";
14
+ const BUILD_VERSION = "0.2.79-preview.129";
15
+ const BUILD_COMMIT = "b5c0690845895384dfbbc09cb3dcce82465d49c2";
16
16
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
17
17
  // Cache for config.yaml tracking value
18
18
  let configTrackingValue = null;
@@ -5,8 +5,8 @@ import { authentication } from "../authentication/index.js";
5
5
  import { env } from "../common/env.js";
6
6
  import { fs, os, path } from "../common/node.js";
7
7
  // Build info - these placeholders are replaced at build time by build:replace-imports
8
- const BUILD_VERSION = "0.2.79-preview.128";
9
- const BUILD_COMMIT = "941afc7da8556573c8869a40558a2451168499b5";
8
+ const BUILD_VERSION = "0.2.79-preview.129";
9
+ const BUILD_COMMIT = "b5c0690845895384dfbbc09cb3dcce82465d49c2";
10
10
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
11
11
  // Cache for config.yaml tracking value
12
12
  let configTrackingValue = null;
@@ -5,8 +5,8 @@ import { authentication } from "../authentication/index.js";
5
5
  import { env } from "../common/env.js";
6
6
  import { fs, os, path } from "../common/node.js";
7
7
  // Build info - these placeholders are replaced at build time by build:replace-imports
8
- const BUILD_VERSION = "0.2.79-preview.128";
9
- const BUILD_COMMIT = "941afc7da8556573c8869a40558a2451168499b5";
8
+ const BUILD_VERSION = "0.2.79-preview.129";
9
+ const BUILD_COMMIT = "b5c0690845895384dfbbc09cb3dcce82465d49c2";
10
10
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
11
11
  // Cache for config.yaml tracking value
12
12
  let configTrackingValue = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.79-preview.128",
3
+ "version": "0.2.79-preview.129",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",