@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 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 waas previously used to connect to the wallet similarly to how
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 waas previously used to connect to the wallet similarly to how
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-connect/core",
3
- "version": "0.17.6-6b792ba",
3
+ "version": "0.17.6-78e54e2",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",