@layr-labs/ecloud-sdk 0.4.3 → 0.5.0-dev.3
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 +2 -2
- package/dist/billing.cjs +1 -1
- package/dist/billing.cjs.map +1 -1
- package/dist/billing.d.cts +1 -1
- package/dist/billing.d.ts +1 -1
- package/dist/billing.js +1 -1
- package/dist/billing.js.map +1 -1
- package/dist/browser.cjs +2 -2
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +4 -4
- package/dist/browser.d.ts +4 -4
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/{compute-BurtCz2l.d.ts → compute-Ckyn8ils.d.cts} +2 -2
- package/dist/{compute-CGbWIlic.d.cts → compute-Cnw6rwSB.d.ts} +2 -2
- package/dist/compute.cjs +2 -2
- package/dist/compute.cjs.map +1 -1
- package/dist/compute.d.cts +2 -2
- package/dist/compute.d.ts +2 -2
- package/dist/compute.js +2 -2
- package/dist/compute.js.map +1 -1
- package/dist/{helpers-B3ZK7w_7.d.ts → helpers-DZL2bg9p.d.cts} +2 -2
- package/dist/{helpers-CXevm4tr.d.cts → helpers-Dj2ME5rp.d.ts} +2 -2
- package/dist/{index-0GwdZDmQ.d.cts → index-U2vKBrry.d.cts} +2 -2
- package/dist/{index-0GwdZDmQ.d.ts → index-U2vKBrry.d.ts} +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Address, WalletClient, PublicClient, Hex } from 'viem';
|
|
2
|
-
import {
|
|
2
|
+
import { F as Logger, E as EnvironmentConfig, m as DeployAppOpts, A as AppId, a8 as UpgradeAppOpts, M as PrepareDeployOpts, S as PreparedDeploy, G as GasEstimate, K as PrepareDeployFromVerifiableBuildOpts, u as ExecuteDeployResult, R as PrepareUpgradeOpts, V as PreparedUpgrade, Q as PrepareUpgradeFromVerifiableBuildOpts, w as ExecuteUpgradeResult, c as AppProfile, d as AppProfileResponse, L as LifecycleOpts, b as AppConfig } from './index-U2vKBrry.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Create command
|
|
@@ -191,4 +191,4 @@ interface ComputeModuleConfig {
|
|
|
191
191
|
}
|
|
192
192
|
declare function createComputeModule(config: ComputeModuleConfig): ComputeModule;
|
|
193
193
|
|
|
194
|
-
export { type AppModule as A, type ComputeModule as C, type LogsOptions as L, PRIMARY_LANGUAGES as P, type SDKCreateAppOpts as S, type
|
|
194
|
+
export { type AppModule as A, type ComputeModule as C, type LogsOptions as L, PRIMARY_LANGUAGES as P, type SDKCreateAppOpts as S, type ComputeModuleConfig as a, type CreateAppOpts as b, createApp as c, createComputeModule as d, encodeStartAppData as e, encodeStopAppData as f, encodeTerminateAppData as g, getAvailableTemplates as h, type AppModuleConfig as i, createAppModule as j, logs as l };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Address, WalletClient, PublicClient, Hex } from 'viem';
|
|
2
|
-
import {
|
|
2
|
+
import { F as Logger, E as EnvironmentConfig, m as DeployAppOpts, A as AppId, a8 as UpgradeAppOpts, M as PrepareDeployOpts, S as PreparedDeploy, G as GasEstimate, K as PrepareDeployFromVerifiableBuildOpts, u as ExecuteDeployResult, R as PrepareUpgradeOpts, V as PreparedUpgrade, Q as PrepareUpgradeFromVerifiableBuildOpts, w as ExecuteUpgradeResult, c as AppProfile, d as AppProfileResponse, L as LifecycleOpts, b as AppConfig } from './index-U2vKBrry.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Create command
|
|
@@ -191,4 +191,4 @@ interface ComputeModuleConfig {
|
|
|
191
191
|
}
|
|
192
192
|
declare function createComputeModule(config: ComputeModuleConfig): ComputeModule;
|
|
193
193
|
|
|
194
|
-
export { type AppModule as A, type ComputeModule as C, type LogsOptions as L, PRIMARY_LANGUAGES as P, type SDKCreateAppOpts as S, type
|
|
194
|
+
export { type AppModule as A, type ComputeModule as C, type LogsOptions as L, PRIMARY_LANGUAGES as P, type SDKCreateAppOpts as S, type ComputeModuleConfig as a, type CreateAppOpts as b, createApp as c, createComputeModule as d, encodeStartAppData as e, encodeStopAppData as f, encodeTerminateAppData as g, getAvailableTemplates as h, type AppModuleConfig as i, createAppModule as j, logs as l };
|
package/dist/compute.cjs
CHANGED
|
@@ -4729,7 +4729,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
4729
4729
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
4730
4730
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
4731
4731
|
function getDefaultClientId() {
|
|
4732
|
-
const version = true ? "0.
|
|
4732
|
+
const version = true ? "0.5.0-dev.3" : "0.0.0";
|
|
4733
4733
|
return `ecloud-sdk/v${version}`;
|
|
4734
4734
|
}
|
|
4735
4735
|
var UserApiClient = class {
|
|
@@ -5351,7 +5351,7 @@ function getEnvironmentConfig(environment, chainID) {
|
|
|
5351
5351
|
};
|
|
5352
5352
|
}
|
|
5353
5353
|
function getBuildType() {
|
|
5354
|
-
const buildTimeType = true ? "
|
|
5354
|
+
const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
|
|
5355
5355
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
5356
5356
|
const buildType = buildTimeType || runtimeType;
|
|
5357
5357
|
if (buildType === "dev") {
|