@layr-labs/ecloud-sdk 0.1.1-dev → 0.1.1

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-X4Y6OOUS.js";
8
- import "./chunk-AXSYVG7H.js";
7
+ } from "./chunk-LUFEUEOG.js";
8
+ import "./chunk-73YDSHDG.js";
9
9
  export {
10
10
  createAppModule,
11
11
  createComputeModule,
package/dist/index.cjs CHANGED
@@ -206,7 +206,7 @@ function getBillingEnvironmentConfig(build) {
206
206
  return config;
207
207
  }
208
208
  function getBuildType() {
209
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
209
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
210
210
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
211
211
  const buildType = buildTimeType || runtimeType;
212
212
  if (buildType === "dev") {
@@ -2525,7 +2525,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
2525
2525
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
2526
2526
  var CanUpdateAppProfilePermission = "0x036fef61";
2527
2527
  function getDefaultClientId() {
2528
- const version = true ? "0.1.1-dev" : "0.0.0";
2528
+ const version = true ? "0.1.1" : "0.0.0";
2529
2529
  return `ecloud-sdk/v${version}`;
2530
2530
  }
2531
2531
  var UserApiClient = class {