@eik/common
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,9 @@ | ||
## [3.0.1](https://github.com/eik-lib/common/compare/v3.0.0...v3.0.1) (2022-05-04) | ||
### Bug Fixes | ||
* **deps:** update dependency glob to v8 ([#225](https://github.com/eik-lib/common/issues/225)) ([fd01a56](https://github.com/eik-lib/common/commit/fd01a566b404164bdc847cc7a1803b124e131e41)) | ||
* **deps:** update dependency validate-npm-package-name to v4 ([#222](https://github.com/eik-lib/common/issues/222)) ([c3721ab](https://github.com/eik-lib/common/commit/c3721abf058c93d4e500945c3c014c748c1f2acd)) | ||
# [3.0.0](https://github.com/eik-lib/common/compare/v2.0.3...v3.0.0) (2021-08-12) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@eik/common", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Common utilities for Eik modules", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "tap --test-regex=.test.js --test-ignore=node_modules", | ||
"test": "tap --no-check-coverage", | ||
"lint:fix": "eslint --fix .", | ||
@@ -40,3 +40,3 @@ "lint": "eslint .", | ||
"ajv-formats": "^2.1.0", | ||
"glob": "^7.1.6", | ||
"glob": "^8.0.0", | ||
"is-glob": "^4.0.1", | ||
@@ -46,26 +46,22 @@ "mime-types": "^2.1.29", | ||
"semver": "^7.0.0", | ||
"validate-npm-package-name": "^3.0.0" | ||
"validate-npm-package-name": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@hapi/hapi": "^20.1.0", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.2.3", | ||
"@semantic-release/npm": "7.1.3", | ||
"@semantic-release/release-notes-generator": "9.0.3", | ||
"@hapi/hapi": "20.2.2", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.24.0", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"express": "4.17.1", | ||
"fastify": "3.20.1", | ||
"json-schema-to-typescript": "^10.1.3", | ||
"prettier": "2.3.2", | ||
"semantic-release": "17.4.4", | ||
"eslint-config-prettier": "8.4.0", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"express": "4.18.1", | ||
"fastify": "3.29.0", | ||
"json-schema-to-typescript": "10.1.5", | ||
"prettier": "2.5.1", | ||
"semantic-release": "18.0.1", | ||
"stoppable": "1.1.0", | ||
"tap": "14.11.0", | ||
"typescript": "^4.3.5" | ||
"tap": "15.1.6", | ||
"typescript": "4.6.4" | ||
} | ||
} |
@@ -13,3 +13,4 @@ export = ReadFile; | ||
readonly etag: string; | ||
readonly [Symbol.toStringTag]: string; | ||
}; | ||
}; |
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
61662
16
1464
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedbuiltins@5.1.0(transitive)
+ Addedglob@8.1.0(transitive)
+ Addedminimatch@5.1.6(transitive)
+ Addedvalidate-npm-package-name@4.0.0(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuiltins@1.0.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedglob@7.2.3(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedvalidate-npm-package-name@3.0.0(transitive)
Updatedglob@^8.0.0