@bluxcc/core 0.1.18 → 0.1.20

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.
@@ -4,4 +4,4 @@ export declare const initializeWalletConnect: (wc: IWalletConnectMetaData, appNa
4
4
  export declare const generateWalletConnectSession: (client: SignClient) => Promise<{
5
5
  uri?: string;
6
6
  approval: () => Promise<import("@walletconnect/types").SessionTypes.Struct>;
7
- }>;
7
+ } | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluxcc/core",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "homepage": "https://blux.cc",
5
5
  "description": "Blux is a wallet infra for the Stellar network",
6
6
  "type": "module",