backfill 6.1.26 → 6.1.27

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,52 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 08 Dec 2022 02:52:04 GMT",
5
+ "date": "Thu, 13 Apr 2023 20:28:14 GMT",
6
+ "tag": "backfill_v6.1.27",
7
+ "version": "6.1.27",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "backfill",
13
+ "comment": "Bump backfill-cache to v5.6.4",
14
+ "commit": "78f5bf22ecbbd90a0a654fb2a55405883fdb433e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 12 Jan 2023 22:25:00 GMT",
21
+ "tag": "backfill_v6.1.26",
22
+ "version": "6.1.26",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "email not defined",
27
+ "package": "backfill",
28
+ "commit": "344d9c595c09a7e4e1d1ac8d6636e033b0f68c1d",
29
+ "comment": "Update devDependency @types/yargs to v15.0.15"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 30 Dec 2022 05:14:35 GMT",
36
+ "tag": "backfill_v6.1.26",
37
+ "version": "6.1.26",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "email not defined",
42
+ "package": "backfill",
43
+ "commit": "96510e9fba86065f54a7ae47408a5646629502db",
44
+ "comment": "Update devDependency @types/node to v14.18.36"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 08 Dec 2022 02:52:13 GMT",
6
51
  "tag": "backfill_v6.1.26",
7
52
  "version": "6.1.26",
8
53
  "comments": {
@@ -17,25 +62,25 @@
17
62
  "author": "beachball",
18
63
  "package": "backfill",
19
64
  "comment": "Bump backfill-cache to v5.6.3",
20
- "commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928"
65
+ "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
21
66
  },
22
67
  {
23
68
  "author": "beachball",
24
69
  "package": "backfill",
25
70
  "comment": "Bump backfill-config to v6.3.1",
26
- "commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928"
71
+ "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
27
72
  },
28
73
  {
29
74
  "author": "beachball",
30
75
  "package": "backfill",
31
76
  "comment": "Bump backfill-hasher to v6.4.5",
32
- "commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928"
77
+ "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
33
78
  },
34
79
  {
35
80
  "author": "beachball",
36
81
  "package": "backfill",
37
82
  "comment": "Bump backfill-utils-test to v5.1.3",
38
- "commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928"
83
+ "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
39
84
  }
40
85
  ]
41
86
  }
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 02:52:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Apr 2023 20:28:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.1.27
8
+
9
+ Thu, 13 Apr 2023 20:28:14 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump backfill-cache to v5.6.4
14
+
7
15
  ## 6.1.26
8
16
 
9
- Thu, 08 Dec 2022 02:52:04 GMT
17
+ Thu, 08 Dec 2022 02:52:13 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.1.26",
3
+ "version": "6.1.27",
4
4
  "description": "Backfill CLI",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "anymatch": "^3.0.3",
23
- "backfill-cache": "^5.6.3",
23
+ "backfill-cache": "^5.6.4",
24
24
  "backfill-config": "^6.3.1",
25
25
  "backfill-hasher": "^6.4.5",
26
26
  "backfill-logger": "^5.1.3",
@@ -35,8 +35,8 @@
35
35
  "devDependencies": {
36
36
  "@types/fs-extra": "9.0.13",
37
37
  "@types/jest": "25.2.3",
38
- "@types/node": "14.18.34",
39
- "@types/yargs": "15.0.14",
38
+ "@types/node": "14.18.36",
39
+ "@types/yargs": "15.0.15",
40
40
  "backfill-utils-test": "^5.1.3",
41
41
  "backfill-utils-tsconfig": "^5.0.0",
42
42
  "jest": "25.5.4",