backfill 6.1.17 → 6.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 May 2022 12:14:51 GMT",
5
+ "date": "Wed, 18 May 2022 12:15:03 GMT",
6
6
  "tag": "backfill_v6.1.17",
7
7
  "version": "6.1.17",
8
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Wed, 18 May 2022 12:14:51 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 May 2022 12:15:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 6.1.17
8
8
 
9
- Wed, 18 May 2022 12:14:51 GMT
9
+ Wed, 18 May 2022 12:15:03 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "type": "git",
8
8
  "url": "https://github.com/microsoft/backfill"
9
9
  },
10
- "version": "6.1.17",
10
+ "version": "6.1.18",
11
11
  "main": "lib/index.js",
12
12
  "bin": {
13
13
  "backfill": "./bin/backfill.js"
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "anymatch": "^3.0.3",
23
- "backfill-cache": "^5.6.0",
23
+ "backfill-cache": "^5.6.1",
24
24
  "backfill-config": "^6.3.0",
25
25
  "backfill-hasher": "^6.3.1",
26
26
  "backfill-logger": "^5.1.3",