@forge/manifest
Advanced tools
@@ -24,3 +24,3 @@ "use strict"; | ||
class ModulesValidator { | ||
functionHandlerRegex = /^([a-zA-Z0-9-_]+)\.([a-zA-Z0-9-_]+)$/; | ||
functionHandlerRegex = /^([\p{Alpha}\d_-]+(?:\/[\p{Alpha}\d_-]+)*)\.([\p{Alpha}\d_-]+)$/u; | ||
async validate(manifest) { | ||
@@ -27,0 +27,0 @@ if (!manifest?.typedContent || !manifest.filePath) { |
{ | ||
"name": "@forge/manifest", | ||
"version": "8.7.0", | ||
"version": "8.7.1-next.0", | ||
"description": "Definitions and validations of the Forge manifest", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3501784
02
100%