all-the-package-repos 2.0.2178 → 2.0.2179

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": 38630335,
5
- "latest": 38696876,
4
+ "last": 38630336,
5
+ "latest": 38710995,
6
6
  "runs": {
7
- "total": 2179,
7
+ "total": 2180,
8
8
  "status": {
9
9
  "init": 1960,
10
10
  "timeout": 84,
11
- "killed": 133,
11
+ "killed": 134,
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": 7
28
+ "ignored": 8
29
29
  },
30
30
  "batch": {
31
31
  "status": "killed",
32
- "limit": 1,
33
- "since": 38630335,
34
- "index": 38630335,
35
- "until": 38630336,
36
- "started": "2025-02-21T00:18:50.850Z",
37
- "finished": "2025-02-21T06:03:50.883Z",
38
- "took_ms": 20700033,
32
+ "limit": 80659,
33
+ "since": 38630336,
34
+ "index": 38630336,
35
+ "until": 38710995,
36
+ "started": "2025-02-21T12:07:24.268Z",
37
+ "finished": "2025-02-21T17:52:24.372Z",
38
+ "took_ms": 20700104,
39
39
  "found": 0
40
40
  },
41
41
  "ignored": [
@@ -45,6 +45,7 @@
45
45
  21553560,
46
46
  21660508,
47
47
  38167386,
48
- 38630334
48
+ 38630334,
49
+ 38630335
49
50
  ]
50
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.2178",
3
+ "version": "2.0.2179",
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",