Comparing version 3.0.23 to 3.0.24
{ | ||
"name": "fable", | ||
"version": "3.0.23", | ||
"version": "3.0.24", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable.js", |
@@ -35,5 +35,5 @@ const libFableServiceBase = require('./Fable-ServiceProviderBase.js'); | ||
*/ | ||
parseString(pString) | ||
parseString(pString, pData) | ||
{ | ||
return this._MetaTemplateLibrary.parseString(pString, this.ParseTree); | ||
return this._MetaTemplateLibrary.parseString(pString, pData); | ||
} | ||
@@ -40,0 +40,0 @@ } |
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
962175