@layr-labs/ecloud-sdk 0.1.2-dev → 0.1.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/dist/compute.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  encodeStartAppData,
5
5
  encodeStopAppData,
6
6
  encodeTerminateAppData
7
- } from "./chunk-XDS4EF4J.js";
8
- import "./chunk-JLZOAV5R.js";
7
+ } from "./chunk-MQ2NGP4C.js";
8
+ import "./chunk-AOZRDBLK.js";
9
9
  export {
10
10
  createAppModule,
11
11
  createComputeModule,
package/dist/index.cjs CHANGED
@@ -207,7 +207,7 @@ function getBillingEnvironmentConfig(build) {
207
207
  return config;
208
208
  }
209
209
  function getBuildType() {
210
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
210
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
211
211
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
212
212
  const buildType = buildTimeType || runtimeType;
213
213
  if (buildType === "dev") {
@@ -2527,7 +2527,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
2527
2527
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
2528
2528
  var CanUpdateAppProfilePermission = "0x036fef61";
2529
2529
  function getDefaultClientId() {
2530
- const version = true ? "0.1.2-dev" : "0.0.0";
2530
+ const version = true ? "0.1.2" : "0.0.0";
2531
2531
  return `ecloud-sdk/v${version}`;
2532
2532
  }
2533
2533
  var UserApiClient = class {