@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: '
|
|
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-
|
|
1
|
+
0.0.0-canary-20241120134402
|