@layr-labs/ecloud-sdk 0.2.0-dev.1 → 0.2.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.js +2 -2
- package/dist/{chunk-GB4GM4C2.js → chunk-OUCNETHL.js} +2 -2
- package/dist/{chunk-FY7UU55U.js → chunk-QN7KAUOB.js} +2 -2
- package/dist/{chunk-O7EU5JL7.js → chunk-R44OVMCY.js} +2 -2
- package/dist/compute.cjs +1 -1
- package/dist/compute.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-GB4GM4C2.js.map → chunk-OUCNETHL.js.map} +0 -0
- /package/dist/{chunk-FY7UU55U.js.map → chunk-QN7KAUOB.js.map} +0 -0
- /package/dist/{chunk-O7EU5JL7.js.map → chunk-R44OVMCY.js.map} +0 -0
package/VERSION
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version=0.2.0-dev.
|
|
2
|
-
commit=
|
|
1
|
+
version=0.2.0-dev.3
|
|
2
|
+
commit=539e4d9c67cae12b14d839173ded6db78f3131dd
|
package/dist/billing.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getLogger,
|
|
7
7
|
isSubscriptionActive,
|
|
8
8
|
withSDKTelemetry
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QN7KAUOB.js";
|
|
10
10
|
|
|
11
11
|
// src/client/common/auth/keyring.ts
|
|
12
12
|
import { AsyncEntry, findCredentials } from "@napi-rs/keyring";
|
|
@@ -431,4 +431,4 @@ export {
|
|
|
431
431
|
generateNewPrivateKey,
|
|
432
432
|
createBillingModule
|
|
433
433
|
};
|
|
434
|
-
//# sourceMappingURL=chunk-
|
|
434
|
+
//# sourceMappingURL=chunk-OUCNETHL.js.map
|
|
@@ -200,7 +200,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
200
200
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
201
201
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
202
202
|
function getDefaultClientId() {
|
|
203
|
-
const version = true ? "0.2.0-dev.
|
|
203
|
+
const version = true ? "0.2.0-dev.3" : "0.0.0";
|
|
204
204
|
return `ecloud-sdk/v${version}`;
|
|
205
205
|
}
|
|
206
206
|
var UserApiClient = class {
|
|
@@ -741,4 +741,4 @@ export {
|
|
|
741
741
|
emitMetrics,
|
|
742
742
|
withSDKTelemetry
|
|
743
743
|
};
|
|
744
|
-
//# sourceMappingURL=chunk-
|
|
744
|
+
//# sourceMappingURL=chunk-QN7KAUOB.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getLogger,
|
|
18
18
|
stripHexPrefix,
|
|
19
19
|
withSDKTelemetry
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QN7KAUOB.js";
|
|
21
21
|
|
|
22
22
|
// src/client/common/contract/eip7702.ts
|
|
23
23
|
import { encodeFunctionData as encodeFunctionData2, encodeAbiParameters, decodeErrorResult as decodeErrorResult2 } from "viem";
|
|
@@ -6716,4 +6716,4 @@ export {
|
|
|
6716
6716
|
createAppModule,
|
|
6717
6717
|
createComputeModule
|
|
6718
6718
|
};
|
|
6719
|
-
//# sourceMappingURL=chunk-
|
|
6719
|
+
//# sourceMappingURL=chunk-R44OVMCY.js.map
|
package/dist/compute.cjs
CHANGED
|
@@ -2482,7 +2482,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
2482
2482
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
2483
2483
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
2484
2484
|
function getDefaultClientId() {
|
|
2485
|
-
const version = true ? "0.2.0-dev.
|
|
2485
|
+
const version = true ? "0.2.0-dev.3" : "0.0.0";
|
|
2486
2486
|
return `ecloud-sdk/v${version}`;
|
|
2487
2487
|
}
|
|
2488
2488
|
var UserApiClient = class {
|
package/dist/compute.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -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.
|
|
2615
|
+
const version = true ? "0.2.0-dev.3" : "0.0.0";
|
|
2616
2616
|
return `ecloud-sdk/v${version}`;
|
|
2617
2617
|
}
|
|
2618
2618
|
var UserApiClient = class {
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
requirePrivateKey,
|
|
14
14
|
storePrivateKey,
|
|
15
15
|
validatePrivateKey
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-OUCNETHL.js";
|
|
17
17
|
import {
|
|
18
18
|
PRIMARY_LANGUAGES,
|
|
19
19
|
assertValidFilePath,
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
validateXURL,
|
|
65
65
|
watchDeployment,
|
|
66
66
|
watchUpgrade
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-R44OVMCY.js";
|
|
68
68
|
import {
|
|
69
69
|
NoopClient,
|
|
70
70
|
PostHogClient,
|
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
isSubscriptionActive,
|
|
90
90
|
stripHexPrefix,
|
|
91
91
|
withSDKTelemetry
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-QN7KAUOB.js";
|
|
93
93
|
|
|
94
94
|
// src/client/common/utils/buildapi.ts
|
|
95
95
|
import axios from "axios";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|