backfill 6.1.23 → 6.1.24

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,22 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Sep 2022 00:00:19 GMT",
5
+ "date": "Thu, 08 Dec 2022 00:58:29 GMT",
6
+ "tag": "backfill_v6.1.24",
7
+ "version": "6.1.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "backfill",
13
+ "commit": "080fb1aa0570751e1e4d0429c1eb40e449621d4d",
14
+ "comment": "Add missing dependency on `find-up`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 17 Sep 2022 00:00:24 GMT",
6
21
  "tag": "backfill_v6.1.23",
7
22
  "version": "6.1.23",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Sat, 17 Sep 2022 00:00:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Dec 2022 00:58:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.1.24
8
+
9
+ Thu, 08 Dec 2022 00:58:29 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add missing dependency on `find-up` (elcraig@microsoft.com)
14
+
7
15
  ## 6.1.23
8
16
 
9
- Sat, 17 Sep 2022 00:00:19 GMT
17
+ Sat, 17 Sep 2022 00:00:24 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.23",
10
+ "version": "6.1.24",
11
11
  "main": "lib/index.js",
12
12
  "bin": {
13
13
  "backfill": "./bin/backfill.js"
@@ -27,21 +27,21 @@
27
27
  "backfill-utils-dotenv": "^5.1.1",
28
28
  "chokidar": "^3.2.1",
29
29
  "execa": "^4.0.0",
30
+ "find-up": "^5.0.0",
30
31
  "fs-extra": "^8.1.0",
31
32
  "globby": "^11.0.0",
32
33
  "yargs": "^16.1.1"
33
34
  },
34
35
  "devDependencies": {
35
- "@types/fs-extra": "^9.0.11",
36
- "@types/jest": "^25.2.1",
37
- "@types/node": "^14.14.41",
38
- "@types/yargs": "^15.0.10",
36
+ "@types/fs-extra": "9.0.11",
37
+ "@types/jest": "25.2.1",
38
+ "@types/node": "14.14.41",
39
+ "@types/yargs": "15.0.10",
39
40
  "backfill-utils-test": "^5.1.2",
40
41
  "backfill-utils-tsconfig": "^5.0.0",
41
- "find-up": "^5.0.0",
42
- "jest": "^25.5.4",
43
- "ts-jest": "^25.1.0",
44
- "ts-mockito": "^2.3.1",
42
+ "jest": "25.5.4",
43
+ "ts-jest": "25.1.0",
44
+ "ts-mockito": "2.6.1",
45
45
  "typescript": "4.1.2"
46
46
  }
47
47
  }