all-the-package-repos 2.0.2297 → 2.0.2298

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.
Files changed (2) hide show
  1. package/data/metadata.json +14 -13
  2. package/package.json +1 -1
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "error": true,
3
3
  "packages": 3454782,
4
- "last": 64607638,
5
- "latest": 42176918,
4
+ "last": 64607639,
5
+ "latest": 42192770,
6
6
  "runs": {
7
- "total": 2241,
7
+ "total": 2242,
8
8
  "status": {
9
9
  "init": 2013,
10
10
  "timeout": 84,
11
- "killed": 139,
11
+ "killed": 140,
12
12
  "restart": 2
13
13
  }
14
14
  },
@@ -25,18 +25,18 @@
25
25
  "updates": 18971370,
26
26
  "deletes": 2015256,
27
27
  "invalid": 511145,
28
- "ignored": 11,
28
+ "ignored": 12,
29
29
  "notFound": 8
30
30
  },
31
31
  "batch": {
32
32
  "status": "killed",
33
- "limit": -22430720,
34
- "since": 64607638,
35
- "index": 64607638,
36
- "until": 42176918,
37
- "started": "2025-05-09T12:07:45.423Z",
38
- "finished": "2025-05-09T17:52:45.471Z",
39
- "took_ms": 20700048,
33
+ "limit": -22414869,
34
+ "since": 64607639,
35
+ "index": 64607639,
36
+ "until": 42192770,
37
+ "started": "2025-05-10T00:20:03.995Z",
38
+ "finished": "2025-05-10T06:05:04.028Z",
39
+ "took_ms": 20700033,
40
40
  "found": 0
41
41
  },
42
42
  "ignored": [
@@ -50,7 +50,8 @@
50
50
  64607634,
51
51
  64607635,
52
52
  64607636,
53
- 64607637
53
+ 64607637,
54
+ 64607638
54
55
  ],
55
56
  "notFound": [
56
57
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2297",
3
+ "version": "2.0.2298",
4
4
  "description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
5
5
  "main": "data/packages.json",
6
6
  "repository": "https://github.com/nice-registry/all-the-package-repos",