all-the-package-repos 2.0.2292 → 2.0.2293

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": 64607633,
5
- "latest": 42081053,
4
+ "last": 64607634,
5
+ "latest": 42101784,
6
6
  "runs": {
7
- "total": 2236,
7
+ "total": 2237,
8
8
  "status": {
9
9
  "init": 2013,
10
10
  "timeout": 84,
11
- "killed": 134,
11
+ "killed": 135,
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": 6,
28
+ "ignored": 7,
29
29
  "notFound": 8
30
30
  },
31
31
  "batch": {
32
32
  "status": "killed",
33
- "limit": -22526580,
34
- "since": 64607633,
35
- "index": 64607633,
36
- "until": 42081053,
37
- "started": "2025-05-07T00:21:22.799Z",
38
- "finished": "2025-05-07T06:06:22.902Z",
39
- "took_ms": 20700103,
33
+ "limit": -22505850,
34
+ "since": 64607634,
35
+ "index": 64607634,
36
+ "until": 42101784,
37
+ "started": "2025-05-07T12:08:23.434Z",
38
+ "finished": "2025-05-07T17:53:23.516Z",
39
+ "took_ms": 20700082,
40
40
  "found": 0
41
41
  },
42
42
  "ignored": [
@@ -45,7 +45,8 @@
45
45
  20908815,
46
46
  21553560,
47
47
  21660508,
48
- 38167386
48
+ 38167386,
49
+ 64607633
49
50
  ],
50
51
  "notFound": [
51
52
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2292",
3
+ "version": "2.0.2293",
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",