cspell-tools
Advanced tools
Comparing version 4.2.10 to 4.2.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.2.11](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.2.10...cspell-tools@4.2.11) (2020-12-15) | ||
**Note:** Version bump only for package cspell-tools | ||
## [4.2.10](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.2.9...cspell-tools@4.2.10) (2020-11-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "cspell-tools", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -11,8 +11,5 @@ "typings": "dist/index.d.ts", | ||
"build": "tsc -p .", | ||
"watch": "tsc -p . -w", | ||
"clean-build": "npm run clean && npm run build", | ||
"clean": "rimraf dist temp", | ||
"lint": "tslint --project tsconfig.json", | ||
"coverage": "jest --coverage", | ||
"test-watch": "jest --watch", | ||
"test": "jest" | ||
@@ -43,6 +40,6 @@ }, | ||
"dependencies": { | ||
"commander": "^6.2.0", | ||
"commander": "^6.2.1", | ||
"cspell-io": "^4.1.7", | ||
"cspell-trie-lib": "^4.2.7", | ||
"cspell-util-bundle": "^4.1.9", | ||
"cspell-trie-lib": "^4.2.8", | ||
"cspell-util-bundle": "^4.1.10", | ||
"fs-extra": "^9.0.1", | ||
@@ -58,3 +55,3 @@ "gensequence": "^3.1.1", | ||
}, | ||
"gitHead": "baaaf49df458aea12986c00b999398313f269653" | ||
"gitHead": "8b5e769dfd824f6b01931806196039aef92a2ae9" | ||
} |
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
29346
Updatedcommander@^6.2.1
Updatedcspell-trie-lib@^4.2.8
Updatedcspell-util-bundle@^4.1.10