backfill-cache
Advanced tools
Comparing version 5.6.4 to 5.7.0
@@ -5,6 +5,48 @@ { | ||
{ | ||
"date": "Thu, 13 Apr 2023 20:28:14 GMT", | ||
"date": "Tue, 05 Sep 2023 19:56:31 GMT", | ||
"tag": "backfill-cache_v5.7.0", | ||
"version": "5.7.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-cache", | ||
"commit": "855bedee100eaa54032d85e7cd92f9205e914712", | ||
"comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "backfill-cache", | ||
"comment": "Bump backfill-config to v6.4.0", | ||
"commit": "855bedee100eaa54032d85e7cd92f9205e914712" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "backfill-cache", | ||
"comment": "Bump backfill-logger to v5.2.0", | ||
"commit": "855bedee100eaa54032d85e7cd92f9205e914712" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Sep 2023 19:33:16 GMT", | ||
"tag": "backfill-cache_v5.6.4", | ||
"version": "5.6.4", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-cache", | ||
"commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1", | ||
"comment": "Unpin devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 13 Apr 2023 20:28:21 GMT", | ||
"tag": "backfill-cache_v5.6.4", | ||
"version": "5.6.4", | ||
"comments": { | ||
"patch": [ | ||
@@ -11,0 +53,0 @@ { |
# Change Log - backfill-cache | ||
This log was last generated on Thu, 13 Apr 2023 20:28:14 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Sep 2023 19:56:31 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 5.7.0 | ||
Tue, 05 Sep 2023 19:56:31 GMT | ||
### Minor changes | ||
- Require Node 14; add downlevel syntax compilation to ES2020 for Node 14 (elcraig@microsoft.com) | ||
- Bump backfill-config to v6.4.0 | ||
- Bump backfill-logger to v5.2.0 | ||
## 5.6.4 | ||
Thu, 13 Apr 2023 20:28:14 GMT | ||
Thu, 13 Apr 2023 20:28:21 GMT | ||
@@ -11,0 +21,0 @@ ### Patches |
{ | ||
"name": "backfill-cache", | ||
"version": "5.6.4", | ||
"version": "5.7.0", | ||
"description": "Backfill Cache Providers", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
"@rushstack/package-deps-hash": "^3.2.4", | ||
"backfill-config": "^6.3.1", | ||
"backfill-logger": "^5.1.3", | ||
"backfill-config": "^6.4.0", | ||
"backfill-logger": "^5.2.0", | ||
"execa": "^5.0.0", | ||
@@ -32,12 +32,15 @@ "find-up": "^5.0.0", | ||
"devDependencies": { | ||
"@types/fs-extra": "9.0.13", | ||
"@types/jest": "25.2.3", | ||
"@types/node": "14.18.36", | ||
"@types/tar-fs": "2.0.1", | ||
"backfill-utils-test": "^5.1.3", | ||
"backfill-utils-tsconfig": "^5.0.0", | ||
"jest": "25.5.4", | ||
"ts-jest": "25.5.1", | ||
"typescript": "4.1.2" | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^14.18.36", | ||
"@types/tar-fs": "^2.0.1", | ||
"backfill-utils-test": "*", | ||
"backfill-utils-tsconfig": "*", | ||
"jest": "^25.5.4", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "~4.1.2" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
} | ||
} |
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
64795
1067
0
Updatedbackfill-config@^6.4.0
Updatedbackfill-logger@^5.2.0