@23blocks/sdk 6.6.7 → 6.6.8

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.
@@ -233,7 +233,7 @@ export interface Blocks23Client {
233
233
  */
234
234
  rewards: RewardsBlock;
235
235
  /**
236
- * Sales, orders, invoices.
236
+ * Sales, orders, payments, and subscriptions.
237
237
  * Requires `urls.sales` to be configured.
238
238
  */
239
239
  sales: SalesBlock;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "6.6.7",
3
+ "version": "6.6.8",
4
4
  "description": "23blocks SDK - unified meta-package re-exporting all blocks and utilities",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",