@layr-labs/ecloud-sdk 0.4.3-dev → 0.5.0-dev.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.
@@ -1,3 +1,3 @@
1
- export { A as AppModule, j as AppModuleConfig, C as ComputeModule, d as ComputeModuleConfig, i as createAppModule, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData } from './compute-CGbWIlic.cjs';
1
+ export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-Ckyn8ils.cjs';
2
2
  import 'viem';
3
- import './index-0GwdZDmQ.cjs';
3
+ import './index-U2vKBrry.cjs';
package/dist/compute.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { A as AppModule, j as AppModuleConfig, C as ComputeModule, d as ComputeModuleConfig, i as createAppModule, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData } from './compute-BurtCz2l.js';
1
+ export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-Cnw6rwSB.js';
2
2
  import 'viem';
3
- import './index-0GwdZDmQ.js';
3
+ import './index-U2vKBrry.js';
package/dist/compute.js CHANGED
@@ -4693,7 +4693,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4693
4693
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4694
4694
  var CanUpdateAppProfilePermission = "0x036fef61";
4695
4695
  function getDefaultClientId() {
4696
- const version = true ? "0.4.3-dev" : "0.0.0";
4696
+ const version = true ? "0.5.0-dev.2" : "0.0.0";
4697
4697
  return `ecloud-sdk/v${version}`;
4698
4698
  }
4699
4699
  var UserApiClient = class {