backfill-config
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -5,3 +5,30 @@ { | ||
{ | ||
"date": "Tue, 05 Sep 2023 19:56:31 GMT", | ||
"date": "Tue, 05 Sep 2023 21:29:14 GMT", | ||
"version": "6.4.1", | ||
"tag": "backfill-config_v6.4.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-config", | ||
"commit": "9f7772ed806aac8015f252b602cbc58433d2aa45", | ||
"comment": "Update typescript to 4.3" | ||
}, | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-config", | ||
"commit": "aa8636e125486c3c17a43458f0b47d0e9605d1fc", | ||
"comment": "Remove unused dependency on fs-extra" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "backfill-config", | ||
"comment": "Bump backfill-logger to v5.2.1", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Sep 2023 19:56:47 GMT", | ||
"tag": "backfill-config_v6.4.0", | ||
@@ -8,0 +35,0 @@ "version": "6.4.0", |
# Change Log - backfill-config | ||
This log was last generated on Tue, 05 Sep 2023 19:56:31 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Sep 2023 21:29:14 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 6.4.1 | ||
Tue, 05 Sep 2023 21:29:14 GMT | ||
### Patches | ||
- Update typescript to 4.3 (elcraig@microsoft.com) | ||
- Remove unused dependency on fs-extra (elcraig@microsoft.com) | ||
- Bump backfill-logger to v5.2.1 | ||
## 6.4.0 | ||
Tue, 05 Sep 2023 19:56:31 GMT | ||
Tue, 05 Sep 2023 19:56:47 GMT | ||
@@ -11,0 +21,0 @@ ### Minor changes |
{ | ||
"name": "backfill-config", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Backfill Config", | ||
@@ -19,5 +19,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"backfill-logger": "^5.2.0", | ||
"backfill-logger": "^5.2.1", | ||
"find-up": "^5.0.0", | ||
"fs-extra": "^8.1.0", | ||
"pkg-dir": "^4.2.0" | ||
@@ -27,8 +26,8 @@ }, | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^25.2.3", | ||
"@types/jest": "^29.0.0", | ||
"backfill-utils-test": "*", | ||
"backfill-utils-tsconfig": "*", | ||
"jest": "^25.5.4", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "~4.1.2" | ||
"jest": "^29.0.0", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "~4.3.0" | ||
}, | ||
@@ -35,0 +34,0 @@ "engines": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29406
3
594
0
- Removedfs-extra@^8.1.0
Updatedbackfill-logger@^5.2.1