@blaxel/core 0.2.56-dev.23 → 0.2.56-dev.27

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.
@@ -3,9 +3,9 @@ import { authentication } from "../authentication/index.js";
3
3
  import { env } from "../common/env.js";
4
4
  import { fs, os, path } from "../common/node.js";
5
5
  // Build info - these placeholders are replaced at build time by build:replace-imports
6
- const BUILD_VERSION = "0.2.56-dev.23";
7
- const BUILD_COMMIT = "d54548dc9e764e57728f9eda7721d5e50f11573a";
8
- const BUILD_SENTRY_DSN = "";
6
+ const BUILD_VERSION = "0.2.56-dev.27";
7
+ const BUILD_COMMIT = "4c80cbaef8d12707f5d0ad6c2f95a13b8005af29";
8
+ const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
9
9
  // Cache for config.yaml tracking value
10
10
  let configTrackingValue = null;
11
11
  let configTrackingLoaded = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.56-dev.23",
3
+ "version": "0.2.56-dev.27",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.initSentry = initSentry;
5
- exports.flushSentry = flushSentry;
6
- exports.isSentryInitialized = isSentryInitialized;
7
- // Browser/Edge-compatible exports for Sentry
8
- // In browser/edge environments, @sentry/node is not available
9
- // All functions are no-ops
10
- /**
11
- * Initialize Sentry - no-op in browser/edge environments.
12
- */
13
- function initSentry() {
14
- // No-op in browser/edge environments
15
- }
16
- /**
17
- * Flush pending Sentry events - no-op in browser/edge environments.
18
- */
19
- async function flushSentry(_timeout = 2000) {
20
- // No-op in browser/edge environments
21
- }
22
- /**
23
- * Check if Sentry is initialized - always returns false in browser/edge environments.
24
- */
25
- function isSentryInitialized() {
26
- return false;
27
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * Initialize Sentry - no-op in browser/edge environments.
3
- */
4
- export declare function initSentry(): void;
5
- /**
6
- * Flush pending Sentry events - no-op in browser/edge environments.
7
- */
8
- export declare function flushSentry(_timeout?: number): Promise<void>;
9
- /**
10
- * Check if Sentry is initialized - always returns false in browser/edge environments.
11
- */
12
- export declare function isSentryInitialized(): boolean;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.initSentry = initSentry;
5
- exports.flushSentry = flushSentry;
6
- exports.isSentryInitialized = isSentryInitialized;
7
- // Browser/Edge-compatible exports for Sentry
8
- // In browser/edge environments, @sentry/node is not available
9
- // All functions are no-ops
10
- /**
11
- * Initialize Sentry - no-op in browser/edge environments.
12
- */
13
- function initSentry() {
14
- // No-op in browser/edge environments
15
- }
16
- /**
17
- * Flush pending Sentry events - no-op in browser/edge environments.
18
- */
19
- async function flushSentry(_timeout = 2000) {
20
- // No-op in browser/edge environments
21
- }
22
- /**
23
- * Check if Sentry is initialized - always returns false in browser/edge environments.
24
- */
25
- function isSentryInitialized() {
26
- return false;
27
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * Initialize Sentry - no-op in browser/edge environments.
3
- */
4
- export declare function initSentry(): void;
5
- /**
6
- * Flush pending Sentry events - no-op in browser/edge environments.
7
- */
8
- export declare function flushSentry(_timeout?: number): Promise<void>;
9
- /**
10
- * Check if Sentry is initialized - always returns false in browser/edge environments.
11
- */
12
- export declare function isSentryInitialized(): boolean;
@@ -1,22 +0,0 @@
1
- /* eslint-disable */
2
- // Browser/Edge-compatible exports for Sentry
3
- // In browser/edge environments, @sentry/node is not available
4
- // All functions are no-ops
5
- /**
6
- * Initialize Sentry - no-op in browser/edge environments.
7
- */
8
- export function initSentry() {
9
- // No-op in browser/edge environments
10
- }
11
- /**
12
- * Flush pending Sentry events - no-op in browser/edge environments.
13
- */
14
- export async function flushSentry(_timeout = 2000) {
15
- // No-op in browser/edge environments
16
- }
17
- /**
18
- * Check if Sentry is initialized - always returns false in browser/edge environments.
19
- */
20
- export function isSentryInitialized() {
21
- return false;
22
- }
@@ -1,22 +0,0 @@
1
- /* eslint-disable */
2
- // Browser/Edge-compatible exports for Sentry
3
- // In browser/edge environments, @sentry/node is not available
4
- // All functions are no-ops
5
- /**
6
- * Initialize Sentry - no-op in browser/edge environments.
7
- */
8
- export function initSentry() {
9
- // No-op in browser/edge environments
10
- }
11
- /**
12
- * Flush pending Sentry events - no-op in browser/edge environments.
13
- */
14
- export async function flushSentry(_timeout = 2000) {
15
- // No-op in browser/edge environments
16
- }
17
- /**
18
- * Check if Sentry is initialized - always returns false in browser/edge environments.
19
- */
20
- export function isSentryInitialized() {
21
- return false;
22
- }