backfill 6.1.10 → 6.1.11
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 +1 -1
- package/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - backfill
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 12 Oct 2021 19:45:
|
|
3
|
+
This log was last generated on Tue, 12 Oct 2021 19:45:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## 6.1.10
|
|
8
8
|
|
|
9
|
-
Tue, 12 Oct 2021 19:45:
|
|
9
|
+
Tue, 12 Oct 2021 19:45:45 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.
|
|
10
|
+
"version": "6.1.11",
|
|
11
11
|
"main": "lib/index.js",
|
|
12
12
|
"bin": {
|
|
13
13
|
"backfill": "./bin/backfill.js"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"anymatch": "^3.0.3",
|
|
23
23
|
"backfill-cache": "^5.3.0",
|
|
24
24
|
"backfill-config": "^6.2.0",
|
|
25
|
-
"backfill-hasher": "^6.2.
|
|
25
|
+
"backfill-hasher": "^6.2.7",
|
|
26
26
|
"backfill-logger": "^5.1.3",
|
|
27
27
|
"backfill-utils-dotenv": "^5.1.1",
|
|
28
28
|
"chokidar": "^3.2.1",
|