@architect/parser
Advanced tools
Comparing version 2.3.0-RC.0 to 2.3.0-RC.1
@@ -272,2 +272,6 @@ { | ||
"properties": { | ||
"any": { | ||
"type": "string", | ||
"pattern": "^[a-zA-Z0-9\\/\\-:\\._\\*]+$" | ||
}, | ||
"get": { | ||
@@ -298,2 +302,3 @@ "type": "string", | ||
"enum": [ | ||
"any", | ||
"get", | ||
@@ -300,0 +305,0 @@ "post", |
@@ -11,2 +11,3 @@ # Architect Parser changelog | ||
- Add support for `@http` catchall syntax (e.g. `get /api/*`) | ||
- Add support for `@http` `any` method syntax (e.g. `any /path`) | ||
@@ -13,0 +14,0 @@ --- |
{ | ||
"name": "@architect/parser", | ||
"version": "2.3.0-RC.0", | ||
"version": "2.3.0-RC.1", | ||
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
487211
12066