all-the-package-repos 2.0.2240 → 2.0.2242

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 +13 -12
  2. package/package.json +1 -1
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "error": true,
3
3
  "packages": 3407718,
4
- "last": 38630366,
5
- "latest": 40829441,
4
+ "last": 38630367,
5
+ "latest": 40869705,
6
6
  "runs": {
7
- "total": 2241,
7
+ "total": 2243,
8
8
  "status": {
9
9
  "init": 1960,
10
10
  "timeout": 84,
11
- "killed": 195,
11
+ "killed": 197,
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": 38
28
+ "ignored": 39
29
29
  },
30
30
  "batch": {
31
31
  "status": "killed",
32
32
  "limit": 1,
33
- "since": 38630366,
34
- "index": 38630366,
35
- "until": 38630367,
36
- "started": "2025-03-24T00:20:54.184Z",
37
- "finished": "2025-03-24T06:05:54.287Z",
38
- "took_ms": 20700103,
33
+ "since": 38630367,
34
+ "index": 38630367,
35
+ "until": 38630368,
36
+ "started": "2025-03-25T00:20:05.580Z",
37
+ "finished": "2025-03-25T06:05:05.670Z",
38
+ "took_ms": 20700090,
39
39
  "found": 0
40
40
  },
41
41
  "ignored": [
@@ -76,6 +76,7 @@
76
76
  38630362,
77
77
  38630363,
78
78
  38630364,
79
- 38630365
79
+ 38630365,
80
+ 38630366
80
81
  ]
81
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2240",
3
+ "version": "2.0.2242",
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",