@blaxel/core 0.2.52-dev.8 → 0.2.52-dev.9

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,9 +1,9 @@
1
1
  import { authentication } from "../authentication/index.js";
2
2
  import { env } from "../common/env.js";
3
3
  // Build info - these placeholders are replaced at build time by build:replace-imports
4
- const BUILD_VERSION = "0.2.52-dev.8";
5
- const BUILD_COMMIT = "fa33ac70c1091576d0ebc47218eed9f378d94a32";
6
- const BUILD_SENTRY_DSN = "";
4
+ const BUILD_VERSION = "0.2.52-dev.9";
5
+ const BUILD_COMMIT = "106270f8890bd85e35e0f6b3f9701c0c6ad9b3cf";
6
+ const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
7
7
  // Function to get OS and architecture
8
8
  function getOsArch() {
9
9
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.52-dev.8",
3
+ "version": "0.2.52-dev.9",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",