@blaxel/core 0.2.2-dev.51 → 0.2.2-dev.53

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.
@@ -75,7 +75,7 @@ class Settings {
75
75
  if (!this.generation) {
76
76
  return "";
77
77
  }
78
- return env_js_1.env.BL_RUN_INTERNAL_HOSTNAME || "";
78
+ return env_js_1.env.BL_RUN_INTERNAL_HOST || "";
79
79
  }
80
80
  get runInternalProtocol() {
81
81
  return env_js_1.env.BL_RUN_INTERNAL_PROTOCOL || "https";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.2-dev.51",
3
+ "version": "0.2.2-dev.53",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",