From 90fb515c3dedd21eb89c5e9ecf0e0fc1ed3e9dfb Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Thu, 2 Jan 2025 07:59:26 -0600 Subject: [PATCH 1/2] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e7fa9..39247a6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npx jsrepo add types/result | [utils/map-to-array](https://ieedan.github.io/std/functions/utils_map_to_array.mapToArray.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | | [utils/math](https://ieedan.github.io/std/modules/utils_math.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | | [utils/pad](https://ieedan.github.io/std/functions/utils_pad.leftPad.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | -| [utils/pad](https://ieedan.github.io/std/functions/utils_perishable_list.PerishableList.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | +| [utils/perishable-list](https://ieedan.github.io/std/functions/utils_perishable_list.PerishableList.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | | [utils/rand](https://ieedan.github.io/std/functions/utils_rang.rand.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | | [utils/sleep](https://ieedan.github.io/std/functions/utils_sleep.sleep.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | | [utils/stopwatch](https://ieedan.github.io/std/types/utils_stopwatch.Stopwatch.html) | ![Tests](https://raw.githubusercontent.com/ieedan/std/refs/heads/main/badges/coverage-total.svg) | From 1478493b7f5f1a6e3d21b908d43bbbebd11daba4 Mon Sep 17 00:00:00 2001 From: ieedan <117548273+ieedan@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:59:47 +0000 Subject: [PATCH 2/2] build `jsrepo-manifest.json` --- jsrepo-manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/jsrepo-manifest.json b/jsrepo-manifest.json index f6977f9..24c5599 100644 --- a/jsrepo-manifest.json +++ b/jsrepo-manifest.json @@ -157,6 +157,32 @@ "dependencies": [], "devDependencies": [] }, + { + "name": "perishable-list", + "directory": "src/utils", + "category": "utils", + "tests": true, + "subdirectory": false, + "list": true, + "files": ["perishable-list.ts", "perishable-list.test.ts"], + "localDependencies": [], + "_imports_": {}, + "dependencies": [], + "devDependencies": [] + }, + { + "name": "rand", + "directory": "src/utils", + "category": "utils", + "tests": true, + "subdirectory": false, + "list": true, + "files": ["rand.ts", "rand.test.ts"], + "localDependencies": [], + "_imports_": {}, + "dependencies": [], + "devDependencies": [] + }, { "name": "sleep", "directory": "src/utils",