@frontstackdev/cli 0.0.0-canary-20241120114410 → 0.0.0-canary-20241120134402

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.
@@ -63,7 +63,7 @@ const client = {
63
63
  * @param blockParameters The parameters to pass to the block
64
64
  * @example { key: '<variant-id>' }
65
65
  * @param config Further configuration options
66
- * @example { query: { filter: [{ type: 'equals', field: 'name', value: 'Red Dress' }] } }
66
+ * @example { query: { filter: [{ type: 'equals', field: 'name', value: 'Blue Dress' }] } }
67
67
  */
68
68
  block: async <BlockName extends keyof BlockEndpoints>(
69
69
  blockName: BlockName,
package/dist/version CHANGED
@@ -1 +1 @@
1
- 0.0.0-canary-20241120114410
1
+ 0.0.0-canary-20241120134402
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20241120114410",
3
+ "version": "0.0.0-canary-20241120134402",
4
4
  "description": "frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",