@layr-labs/ecloud-sdk 0.2.0-dev.3 → 0.2.0

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/dist/compute.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  encodeStartAppData,
5
5
  encodeStopAppData,
6
6
  encodeTerminateAppData
7
- } from "./chunk-R44OVMCY.js";
8
- import "./chunk-QN7KAUOB.js";
7
+ } from "./chunk-ZTLKZMSW.js";
8
+ import "./chunk-CA5Y4OVI.js";
9
9
  export {
10
10
  createAppModule,
11
11
  createComputeModule,
package/dist/index.cjs CHANGED
@@ -221,7 +221,7 @@ function getBillingEnvironmentConfig(build) {
221
221
  return config;
222
222
  }
223
223
  function getBuildType() {
224
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
224
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
225
225
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
226
226
  const buildType = buildTimeType || runtimeType;
227
227
  if (buildType === "dev") {
@@ -2612,7 +2612,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
2612
2612
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
2613
2613
  var CanUpdateAppProfilePermission = "0x036fef61";
2614
2614
  function getDefaultClientId() {
2615
- const version = true ? "0.2.0-dev.3" : "0.0.0";
2615
+ const version = true ? "0.2.0" : "0.0.0";
2616
2616
  return `ecloud-sdk/v${version}`;
2617
2617
  }
2618
2618
  var UserApiClient = class {