@architect/parser
Advanced tools
Comparing version 2.1.0-RC.0 to 2.1.0-RC.1
{ | ||
"name": "@architect/parser", | ||
"version": "2.1.0-RC.0", | ||
"version": "2.1.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", |
@@ -23,4 +23,5 @@ let lexer = require('./lexer') | ||
parse.stringify = stringify | ||
parse.read = read | ||
parse.readArc = read | ||
parse.read = read // Deprecated | ||
module.exports = parse |
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
476988
11745