Comparing version 4.5.6 to 4.5.7
## [4.5.7](https://github.com/euberdeveloper/dree/compare/4.5.6...4.5.7) (2023-12-07) | ||
## [4.5.6](https://github.com/euberdeveloper/dree/compare/4.5.5...4.5.6) (2023-09-21) | ||
@@ -125,2 +127,2 @@ | ||
* **index.ts:** Type of hashEncoding is changed | ||
* **Now can also be a global module:** Now you can also use it as a global module. npm yargs was added as dependency | ||
* **Now can also be a global module:** Now you can also use it as a global module. npm yargs was added as dependency |
{ | ||
"name": "dree", | ||
"version": "4.5.6", | ||
"version": "4.5.7", | ||
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.", | ||
@@ -59,7 +59,7 @@ "main": "bundled/lib/index.js", | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^7.0.2", | ||
"@types/node": "^20.6.3", | ||
"@types/yargs": "^17.0.24", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@types/node": "^20.10.4", | ||
"@types/yargs": "^17.0.32", | ||
"bundle-declarations-webpack-plugin": "^4.0.1", | ||
"chai": "^4.3.8", | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
@@ -70,9 +70,9 @@ "codecov": "^3.8.3", | ||
"nyc": "^15.1.0", | ||
"release-it": "^16.1.5", | ||
"release-it": "^17.0.0", | ||
"shebang-loader": "^0.0.1", | ||
"shx": "^0.3.4", | ||
"ts-loader": "^9.4.4", | ||
"typedoc": "^0.25.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"ts-loader": "^9.5.1", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^5.1.4", | ||
@@ -79,0 +79,0 @@ "webpack-node-externals": "^3.0.0" |
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
72327