@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.
- package/VERSION +2 -2
- package/dist/billing.d.cts +1 -1
- package/dist/billing.d.ts +1 -1
- package/dist/browser.cjs +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
package/VERSION
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version=0.
|
|
2
|
-
commit=
|
|
1
|
+
version=0.5.0-dev.2
|
|
2
|
+
commit=288f8d381381ef51b8e2f7cc53b284de9c0fdd76
|
package/dist/billing.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Address, Hex, WalletClient, PublicClient } from 'viem';
|
|
2
|
-
import {
|
|
2
|
+
import { a3 as SubscriptionOpts, a1 as SubscribeResponse, Z as ProductSubscriptionResponse, g as CancelResponse } from './index-U2vKBrry.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main Billing namespace entry point
|
package/dist/billing.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Address, Hex, WalletClient, PublicClient } from 'viem';
|
|
2
|
-
import {
|
|
2
|
+
import { a3 as SubscriptionOpts, a1 as SubscribeResponse, Z as ProductSubscriptionResponse, g as CancelResponse } from './index-U2vKBrry.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main Billing namespace entry point
|
package/dist/browser.cjs
CHANGED
|
@@ -717,7 +717,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
717
717
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
718
718
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
719
719
|
function getDefaultClientId() {
|
|
720
|
-
const version = true ? "0.
|
|
720
|
+
const version = true ? "0.5.0-dev.2" : "0.0.0";
|
|
721
721
|
return `ecloud-sdk/v${version}`;
|
|
722
722
|
}
|
|
723
723
|
var UserApiClient = class {
|