@sats-connect/core 0.17.6-6b792ba → 0.17.6-78e54e2
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/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7819,7 +7819,7 @@ type WalletRenouncePermissionsSuccessResponse = v.InferOutput<typeof walletRenou
|
|
|
7819
7819
|
//#endregion
|
|
7820
7820
|
//#region src/request/rpc/objects/namespaces/wallet/methods/requestPermissions/request.d.ts
|
|
7821
7821
|
/**
|
|
7822
|
-
* This method
|
|
7822
|
+
* This method was previously used to connect to the wallet similarly to how
|
|
7823
7823
|
* `wallet_connect` is used now: when no permissions are explicitly requested,
|
|
7824
7824
|
* account read permissions are implied. The `nullish` schema allows maintaining
|
|
7825
7825
|
* backwards compatibility with this behavior while still allowing for explicit
|
package/dist/index.mjs
CHANGED
|
@@ -1514,7 +1514,7 @@ const walletRenouncePermissionsSuccessResponseSchema = createSuccessResponseSche
|
|
|
1514
1514
|
//#endregion
|
|
1515
1515
|
//#region src/request/rpc/objects/namespaces/wallet/methods/requestPermissions/request.ts
|
|
1516
1516
|
/**
|
|
1517
|
-
* This method
|
|
1517
|
+
* This method was previously used to connect to the wallet similarly to how
|
|
1518
1518
|
* `wallet_connect` is used now: when no permissions are explicitly requested,
|
|
1519
1519
|
* account read permissions are implied. The `nullish` schema allows maintaining
|
|
1520
1520
|
* backwards compatibility with this behavior while still allowing for explicit
|