@particle-academy/fancy-flow 0.33.1 → 0.33.3

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/engine.cjs CHANGED
@@ -516,7 +516,7 @@ function validateRuntimes(runtimes, problems) {
516
516
  }
517
517
  }
518
518
  }
519
- var VERSIONED = /(?:@|:)\s*[\^~>=<]*\s*\d/;
519
+ var VERSIONED = /(?:@|:)\s*(?:[\^~>=<]+\s*)?\d/;
520
520
  function validateFancyDependencies(deps, problems) {
521
521
  if (deps === void 0) return;
522
522
  if (!Array.isArray(deps)) {