@bscotch/utility
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,11 @@ | ||
## [1.1.2](https://github.com/bscotch/node-util/compare/v1.1.1...v1.1.2) (2021-05-18) | ||
### Features | ||
* Add package lock file to gitignore, since it is not useful for NPM packages. ([82ae36f](https://github.com/bscotch/node-util/commit/82ae36fd39421dc63f8bb7fcf2217669931cdda4)) | ||
* Update all deps. ([cc2def3](https://github.com/bscotch/node-util/commit/cc2def33d33f3618154a7f3fdcefdb8d994dfe0f)) | ||
## [1.1.1](https://github.com/bscotch/node-util/compare/v1.1.0...v1.1.1) (2021-04-16) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@bscotch/utility", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Bscotch Utilities: Methods for common Node.js needs.", | ||
@@ -40,21 +40,21 @@ "engines": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/fs-extra": "^9.0.7", | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^4.15.2", | ||
"@typescript-eslint/parser": "^4.15.2", | ||
"chai": "^4.3.0", | ||
"@types/chai": "^4.2.18", | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"chai": "^4.3.4", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-tsdoc": "^0.2.11", | ||
"fs-extra": "^9.1.0", | ||
"mocha": "^8.3.0", | ||
"prettier": "^2.2.1", | ||
"eslint": "^7.26.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-tsdoc": "^0.2.14", | ||
"fs-extra": "^10.0.0", | ||
"mocha": "^8.4.0", | ||
"prettier": "^2.3.0", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.35", | ||
"typescript": "^4.2.2" | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.2.4" | ||
} | ||
} |
99662