cspell-tools
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.4](https://github.com/streetsidesoftware/cspell/compare/v5.0.3...v5.0.4) (2020-12-15) | ||
**Note:** Version bump only for package cspell-tools | ||
## [5.0.3](https://github.com/streetsidesoftware/cspell/compare/v5.0.2...v5.0.3) (2020-12-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "cspell-tools", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -42,6 +42,6 @@ "typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"commander": "^6.2.0", | ||
"cspell-io": "^5.0.3", | ||
"cspell-trie-lib": "^5.0.3", | ||
"cspell-util-bundle": "^5.0.3", | ||
"commander": "^6.2.1", | ||
"cspell-io": "^5.0.4", | ||
"cspell-trie-lib": "^5.0.4", | ||
"cspell-util-bundle": "^5.0.4", | ||
"fs-extra": "^9.0.1", | ||
@@ -56,6 +56,6 @@ "gensequence": "^3.1.1", | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.4", | ||
"@types/fs-extra": "^9.0.5", | ||
"@types/glob": "^7.1.3", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^14.14.10", | ||
"@types/jest": "^26.0.19", | ||
"@types/node": "^14.14.13", | ||
"@types/rimraf": "^3.0.0", | ||
@@ -68,4 +68,3 @@ "@types/shelljs": "^0.8.8", | ||
}, | ||
"main": "bin.js", | ||
"gitHead": "1fdce53974f151fc74fcdd7c184fce9ad3a62f29" | ||
"main": "bin.js" | ||
} |
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
30840
Updatedcommander@^6.2.1
Updatedcspell-io@^5.0.4
Updatedcspell-trie-lib@^5.0.4
Updatedcspell-util-bundle@^5.0.4