Skip to content

Commit

Permalink
Merge branch 'master' into shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Feb 25, 2025
2 parents 2c47319 + 0f909b4 commit db8cc59
Show file tree
Hide file tree
Showing 11 changed files with 1,677 additions and 1,601 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version:
- 18
- 22
- 23

steps:
- name: Checkout
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.3
version: 10.4.1
run_install: false

- name: Install Node.js
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random",
"version": "5.1.1",
"version": "5.2.0",
"description": "Seedable random number generator supporting many common distributions.",
"repository": "transitive-bullshit/random",
"author": "Travis Fischer <[email protected]>",
Expand All @@ -20,6 +20,7 @@
"files": [
"dist"
],
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
Expand All @@ -39,17 +40,17 @@
"devDependencies": {
"@fisch0920/eslint-config": "^1.4.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.8.7",
"@types/node": "^22.13.5",
"@types/seedrandom": "^3.0.8",
"del-cli": "^6.0.0",
"eslint": "^8.57.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.2",
"seedrandom": "^3.0.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"tsup": "^8.3.6",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vitest": "^3.0.6"
},
"keywords": [
"random",
Expand Down
Loading

0 comments on commit db8cc59

Please sign in to comment.