@withone/cli 1.27.0 → 1.27.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2489,7 +2489,7 @@ function validateSelectorReferences(flow2) {
2489
2489
  for (const match of value.matchAll(SELECTOR_TOKEN_RE)) {
2490
2490
  selectors.push(match[0]);
2491
2491
  }
2492
- const interpolated = value.matchAll(/\{\{(\$\.[^}]+)\}\}/g);
2492
+ const interpolated = value.matchAll(/\{\{\s*(?:q\s+)?(\$\.[^}\s|]+)/g);
2493
2493
  for (const match of interpolated) {
2494
2494
  selectors.push(match[1]);
2495
2495
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withone/cli",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "CLI for managing One",
5
5
  "type": "module",
6
6
  "files": [