diff --git a/data/metadata.json b/data/metadata.json index 58f87d862..284dc5e31 100644 --- a/data/metadata.json +++ b/data/metadata.json @@ -1,12 +1,12 @@ { - "error": true, + "error": false, "packages": 2497814, - "last": 25770530, - "latest": 25770651, + "last": 25770531, + "latest": 25782207, "runs": { - "total": 1094, + "total": 1095, "status": { - "init": 944, + "init": 945, "timeout": 79, "killed": 70, "restart": 1 @@ -20,23 +20,23 @@ "others": 23222 }, "stats": { - "changes": 14613329, + "changes": 14613330, "inserts": 3411468, - "updates": 9370451, + "updates": 9370452, "deletes": 1507293, "invalid": 324117, "ignored": 5 }, "batch": { - "status": "killed", - "limit": 13918, - "since": 25756733, - "index": 25770530, - "until": 25770651, - "started": "2023-08-22T00:12:53.544Z", - "finished": "2023-08-22T05:57:53.737Z", - "took_ms": 20700193, - "found": 10045 + "status": "init", + "limit": 1, + "since": 25770530, + "index": 25770531, + "until": 25770531, + "started": "2023-08-22T12:05:08.526Z", + "finished": "2023-08-22T12:05:27.860Z", + "took_ms": 19334, + "found": 1 }, "ignored": [ 20012191, diff --git a/package-lock.json b/package-lock.json index f7011e0ac..fd5c2d255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "all-the-package-repos", - "version": "2.0.1093", + "version": "2.0.1094", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "all-the-package-repos", - "version": "2.0.1093", + "version": "2.0.1094", "license": "MIT", "dependencies": { "count-array-values": "^1.2.1", diff --git a/package.json b/package.json index b70234b0e..de6e65311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-the-package-repos", - "version": "2.0.1093", + "version": "2.0.1094", "description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs", "main": "data/packages.json", "repository": "https://github.com/nice-registry/all-the-package-repos",