botbuilder-lg
Advanced tools
Comparing version 4.10.0-rc0 to 4.11.0-dev.20200812.fa3e1c9
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Builder Language Generation is a library to help build sophisticated bot responses with multiple phrases and context-based expressions.", | ||
"version": "4.10.0-rc0", | ||
"version": "4.11.0-dev.20200812.fa3e1c9", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"dependencies": { | ||
"adaptive-expressions": "4.10.0-rc0", | ||
"adaptive-expressions": "4.11.0-dev.20200812.fa3e1c9", | ||
"antlr4ts": "0.5.0-alpha.3", | ||
@@ -44,3 +44,3 @@ "lodash": "^4.17.19", | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.10.0-rc0", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200812.fa3e1c9", | ||
"test": "tsc && mocha tests/ --timeout 60000", | ||
@@ -47,0 +47,0 @@ "antlr-build": "antlr4ts src/LGFileLexer.g4 -o src/generated && antlr4ts src/LGFileParser.g4 -visitor -o src/generated && antlr4ts src/LGTemplateLexer.g4 -o src/generated && antlr4ts src/LGTemplateParser.g4 -visitor -o src/generated" |
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
1053196
+ Addedadaptive-expressions@4.11.0-dev.20200812.fa3e1c9(transitive)
- Removedadaptive-expressions@4.10.0-rc0(transitive)