backfill 6.1.24 → 6.1.25

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,37 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 08 Dec 2022 00:58:29 GMT",
5
+ "date": "Thu, 08 Dec 2022 02:12:10 GMT",
6
+ "tag": "backfill_v6.1.25",
7
+ "version": "6.1.25",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "backfill",
13
+ "comment": "Bump backfill-hasher to v6.4.4",
14
+ "commit": "4c02fcb105332c3691e0e573c2f259baeb7447d1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 08 Dec 2022 01:16:15 GMT",
21
+ "tag": "backfill_v6.1.24",
22
+ "version": "6.1.24",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "renovate@whitesourcesoftware.com",
27
+ "package": "backfill",
28
+ "commit": "31c81223403c163d5078d7a9764ffa69c943ac41",
29
+ "comment": "Update devDependency @types/jest to v25.2.3"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 08 Dec 2022 00:58:32 GMT",
6
36
  "tag": "backfill_v6.1.24",
7
37
  "version": "6.1.24",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Thu, 08 Dec 2022 00:58:29 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Dec 2022 02:12:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.1.25
8
+
9
+ Thu, 08 Dec 2022 02:12:10 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump backfill-hasher to v6.4.4
14
+
7
15
  ## 6.1.24
8
16
 
9
- Thu, 08 Dec 2022 00:58:29 GMT
17
+ Thu, 08 Dec 2022 00:58:32 GMT
10
18
 
11
19
  ### Patches
12
20
 
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.24",
10
+ "version": "6.1.25",
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.6.2",
24
24
  "backfill-config": "^6.3.0",
25
- "backfill-hasher": "^6.4.3",
25
+ "backfill-hasher": "^6.4.4",
26
26
  "backfill-logger": "^5.1.3",
27
27
  "backfill-utils-dotenv": "^5.1.1",
28
28
  "chokidar": "^3.2.1",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/fs-extra": "9.0.11",
37
- "@types/jest": "25.2.1",
37
+ "@types/jest": "25.2.3",
38
38
  "@types/node": "14.14.41",
39
39
  "@types/yargs": "15.0.10",
40
40
  "backfill-utils-test": "^5.1.2",