@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 +1 -1
- package/dist/engine.cjs.map +1 -1
- package/dist/engine.js +1 -1
- package/dist/engine.js.map +1 -1
- package/dist/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/engine.cjs
CHANGED
|
@@ -516,7 +516,7 @@ function validateRuntimes(runtimes, problems) {
|
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
var VERSIONED = /(?:@|:)\s*[\^~>=<]
|
|
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)) {
|