@app-config/extension-utils
Advanced tools
Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.6
@@ -13,3 +13,3 @@ "use strict"; | ||
// restart the parse tree, but with additional extensions included | ||
core_1.parseValue(value, source, | ||
(0, core_1.parseValue)(value, source, | ||
// ensures that a recursion doesn't happen | ||
@@ -16,0 +16,0 @@ baseExtensions.concat(extensions).filter((v) => v !== composed), { shouldFlatten: true }, context); |
{ | ||
"name": "@app-config/extension-utils", | ||
"description": "Utilities for writing @app-config parsing extensions", | ||
"version": "3.0.0-alpha.4", | ||
"version": "3.0.0-alpha.6", | ||
"license": "MPL-2.0", | ||
@@ -33,3 +33,3 @@ "author": { | ||
"dependencies": { | ||
"@app-config/core": "^3.0.0-alpha.4", | ||
"@app-config/core": "^3.0.0-alpha.6", | ||
"@serafin/schema-builder": "0.14" | ||
@@ -36,0 +36,0 @@ }, |
Sorry, the diff of this file is not supported yet
15466