@layr-labs/ecloud-sdk 0.1.0-dev.2 → 0.1.0-rc.2

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.
package/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- version=0.1.0-dev.2
1
+ version=0.1.0-rc.2
2
2
  commit=59c794bb1aebad8f343114aa1f279b7e2136b2e2
package/dist/index.cjs CHANGED
@@ -194,7 +194,7 @@ function getBillingEnvironmentConfig(build) {
194
194
  return config;
195
195
  }
196
196
  function getBuildType() {
197
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
197
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
198
198
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
199
199
  const buildType = buildTimeType || runtimeType;
200
200
  if (buildType === "dev") {
@@ -2513,7 +2513,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
2513
2513
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
2514
2514
  var CanUpdateAppProfilePermission = "0x036fef61";
2515
2515
  function getDefaultClientId() {
2516
- const version = true ? "0.1.0-dev.2" : "0.0.0";
2516
+ const version = true ? "0.1.0-rc.2" : "0.0.0";
2517
2517
  return `ecloud-sdk/v${version}`;
2518
2518
  }
2519
2519
  var UserApiClient = class {