adaptive-expressions
Advanced tools
Comparing version 4.11.0-rc0 to 4.11.0-rc1
@@ -5,3 +5,3 @@ { | ||
"description": "Common Expression Language", | ||
"version": "4.11.0-rc0", | ||
"version": "4.11.0-rc1", | ||
"license": "MIT", | ||
@@ -21,2 +21,3 @@ "keywords": [ | ||
"main": "./lib/index.js", | ||
"browser": "./lib/browser.js", | ||
"typings": "./lib/index.d.ts", | ||
@@ -44,16 +45,21 @@ "dependencies": { | ||
"@types/node": "^10.17.27", | ||
"antlr4ts-cli": "0.5.0-alpha.3", | ||
"browserify": "16.5.2", | ||
"exorcist": "^1.0.1", | ||
"mocha": "^6.2.3", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"shx": "^0.3.2", | ||
"sinon": "^7.5.0", | ||
"sponge": "^0.1.0", | ||
"ts-node": "^4.1.0", | ||
"typescript": "3.5.3", | ||
"antlr4ts-cli": "0.5.0-alpha.3", | ||
"sinon": "^7.5.0" | ||
"typescript": "3.5.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"browserify": "browserify -s AEL --debug lib/browser.js | exorcist lib/browser.js.map | sponge lib/browser.js", | ||
"postbuild": "rimraf lib/browser.* && shx cp lib/index.js lib/browser.js && npm run browserify", | ||
"clean": "rimraf q s lib", | ||
"build-docs": "typedoc --theme markdown --entryPoint adaptive-expressions --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\adaptive-expressions .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Expression\" --readme none", | ||
"clean": "erase /q /s .\\lib", | ||
"postbuild": "browserify lib/index.js -s AEL -o lib/browser.js", | ||
"set-version": "npm version --allow-same-version 4.11.0-rc0", | ||
"set-version": "npm version --allow-same-version 4.11.0-rc1", | ||
"test": "tsc && tsc ./tests/expressionProperty.test.ts && mocha tests/ --timeout 60000", | ||
@@ -60,0 +66,0 @@ "antlr-build-expression": "antlr4ts src/parser/ExpressionAntlrLexer.g4 -o src/parser/generated && antlr4ts src/parser/ExpressionAntlrParser.g4 -visitor -o src/parser/generated", |
Sorry, the diff of this file is too big to display
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
8141369
1106
110528
15