backfill 6.2.1 → 6.2.2

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,34 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 21:29:14 GMT",
5
+ "date": "Wed, 15 Nov 2023 23:07:52 GMT",
6
+ "version": "6.2.2",
7
+ "tag": "backfill_v6.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "backfill",
13
+ "comment": "Bump backfill-cache to v5.8.0",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "backfill",
19
+ "comment": "Bump backfill-config to v6.4.2",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "backfill",
25
+ "comment": "Bump backfill-hasher to v6.5.2",
26
+ "commit": "not available"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 05 Sep 2023 21:29:30 GMT",
6
33
  "version": "6.2.1",
7
34
  "tag": "backfill_v6.2.1",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 21:29:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Nov 2023 23:07:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.2.2
8
+
9
+ Wed, 15 Nov 2023 23:07:52 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump backfill-cache to v5.8.0
14
+ - Bump backfill-config to v6.4.2
15
+ - Bump backfill-hasher to v6.5.2
16
+
7
17
  ## 6.2.1
8
18
 
9
- Tue, 05 Sep 2023 21:29:14 GMT
19
+ Tue, 05 Sep 2023 21:29:30 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Backfill CLI",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "anymatch": "^3.0.3",
23
- "backfill-cache": "^5.7.1",
24
- "backfill-config": "^6.4.1",
25
- "backfill-hasher": "^6.5.1",
23
+ "backfill-cache": "^5.8.0",
24
+ "backfill-config": "^6.4.2",
25
+ "backfill-hasher": "^6.5.2",
26
26
  "backfill-logger": "^5.2.1",
27
27
  "backfill-utils-dotenv": "^5.2.1",
28
28
  "chokidar": "^3.2.1",