all-the-package-repos 2.0.2213 → 2.0.2215

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": 3407718,
4
- "last": 38630353,
5
- "latest": 39232085,
4
+ "last": 38630354,
5
+ "latest": 39268455,
6
6
  "runs": {
7
- "total": 2214,
7
+ "total": 2216,
8
8
  "status": {
9
9
  "init": 1960,
10
10
  "timeout": 84,
11
- "killed": 168,
11
+ "killed": 170,
12
12
  "restart": 2
13
13
  }
14
14
  },
@@ -25,17 +25,17 @@
25
25
  "updates": 17523229,
26
26
  "deletes": 1991547,
27
27
  "invalid": 474453,
28
- "ignored": 25
28
+ "ignored": 26
29
29
  },
30
30
  "batch": {
31
31
  "status": "killed",
32
- "limit": 601732,
33
- "since": 38630353,
34
- "index": 38630353,
35
- "until": 39232085,
36
- "started": "2025-03-10T12:07:43.293Z",
37
- "finished": "2025-03-10T17:52:43.307Z",
38
- "took_ms": 20700014,
32
+ "limit": 638101,
33
+ "since": 38630354,
34
+ "index": 38630354,
35
+ "until": 39268455,
36
+ "started": "2025-03-11T12:07:55.814Z",
37
+ "finished": "2025-03-11T17:52:55.826Z",
38
+ "took_ms": 20700012,
39
39
  "found": 0
40
40
  },
41
41
  "ignored": [
@@ -63,6 +63,7 @@
63
63
  38630349,
64
64
  38630350,
65
65
  38630351,
66
- 38630352
66
+ 38630352,
67
+ 38630353
67
68
  ]
68
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2213",
3
+ "version": "2.0.2215",
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",