all-the-package-repos 2.0.2184 → 2.0.2185

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": 38630338,
5
- "latest": 38769715,
4
+ "last": 38630339,
5
+ "latest": 38783178,
6
6
  "runs": {
7
- "total": 2185,
7
+ "total": 2186,
8
8
  "status": {
9
9
  "init": 1960,
10
10
  "timeout": 84,
11
- "killed": 139,
11
+ "killed": 140,
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": 10
28
+ "ignored": 11
29
29
  },
30
30
  "batch": {
31
31
  "status": "killed",
32
- "limit": 1,
33
- "since": 38630338,
34
- "index": 38630338,
35
- "until": 38630339,
36
- "started": "2025-02-24T00:19:45.550Z",
37
- "finished": "2025-02-24T06:04:45.654Z",
38
- "took_ms": 20700104,
32
+ "limit": 152839,
33
+ "since": 38630339,
34
+ "index": 38630339,
35
+ "until": 38783178,
36
+ "started": "2025-02-24T12:07:34.538Z",
37
+ "finished": "2025-02-24T17:52:34.641Z",
38
+ "took_ms": 20700103,
39
39
  "found": 0
40
40
  },
41
41
  "ignored": [
@@ -48,6 +48,7 @@
48
48
  38630334,
49
49
  38630335,
50
50
  38630336,
51
- 38630337
51
+ 38630337,
52
+ 38630338
52
53
  ]
53
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2184",
3
+ "version": "2.0.2185",
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",