@journeyapps/evaluator
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -17,3 +17,2 @@ /** | ||
isFunction(): boolean; | ||
tokenEvaluatePromise(scope: any, args?: any): Promise<any>; | ||
} |
@@ -39,8 +39,4 @@ "use strict"; | ||
} | ||
// Implemented elsewhere | ||
tokenEvaluatePromise(scope, args) { | ||
throw new Error('Not implemented'); | ||
} | ||
} | ||
exports.TokenExpression = TokenExpression; | ||
//# sourceMappingURL=TokenExpression.js.map |
{ | ||
"name": "@journeyapps/evaluator", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Journey JS library", | ||
@@ -14,3 +14,3 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@journeyapps/core-xml": "^3.0.1" | ||
"@journeyapps/core-xml": "^3.0.2" | ||
}, | ||
@@ -21,3 +21,3 @@ "files": [ | ||
], | ||
"gitHead": "933bbb71de90fe5cf5758764928ed9eda0895a5d" | ||
"gitHead": "55c16548694ef9e8d97abbe4a29c2320b40d247a" | ||
} |
Sorry, the diff of this file is not supported yet
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
73086
821
Updated@journeyapps/core-xml@^3.0.2