@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 CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.3-dev
2
- commit=7df310e65040a43464be7cb70cd17f793e071a5c
1
+ version=0.5.0-dev.2
2
+ commit=288f8d381381ef51b8e2f7cc53b284de9c0fdd76
@@ -1,5 +1,5 @@
1
1
  import { Address, Hex, WalletClient, PublicClient } from 'viem';
2
- import { av as SubscriptionOpts, aq as SubscribeResponse, au as ProductSubscriptionResponse, at as CancelResponse } from './index-0GwdZDmQ.cjs';
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 { av as SubscriptionOpts, aq as SubscribeResponse, au as ProductSubscriptionResponse, at as CancelResponse } from './index-0GwdZDmQ.js';
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.4.3-dev" : "0.0.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 {