-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
51 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill", | ||
"version": "6.2.2", | ||
"version": "6.2.3", | ||
"description": "Backfill CLI", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
}, | ||
"dependencies": { | ||
"anymatch": "^3.0.3", | ||
"backfill-cache": "^5.8.0", | ||
"backfill-cache": "^5.8.1", | ||
"backfill-config": "^6.4.2", | ||
"backfill-hasher": "^6.5.2", | ||
"backfill-logger": "^5.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "backfill-cache", | ||
"entries": [ | ||
{ | ||
"date": "Sat, 01 Jun 2024 08:03:35 GMT", | ||
"version": "5.8.1", | ||
"tag": "backfill-cache_v5.8.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "backfill-cache", | ||
"commit": "beb49445d5057dbdbf037b497fc66118955b3b62", | ||
"comment": "fix the mtime comparison to actually compare integers rather than references" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 15 Nov 2023 23:08:02 GMT", | ||
"version": "5.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Change Log - backfill-cache | ||
|
||
This log was last generated on Wed, 15 Nov 2023 23:08:02 GMT and should not be manually modified. | ||
This log was last generated on Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 5.8.1 | ||
|
||
Sat, 01 Jun 2024 08:03:35 GMT | ||
|
||
### Patches | ||
|
||
- fix the mtime comparison to actually compare integers rather than references ([email protected]) | ||
|
||
## 5.8.0 | ||
|
||
Wed, 15 Nov 2023 23:08:02 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill-cache", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"description": "Backfill Cache Providers", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|