Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Jan 2, 2025
2 parents afb1427 + aca8bf4 commit 9ef8899
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
26 changes: 26 additions & 0 deletions jsrepo-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ef8899

Please sign in to comment.