Skip to content

Commit

Permalink
Merge pull request #65 from hildjj/ranges
Browse files Browse the repository at this point in the history
Ranges as a hidden property on Uint8Arrays
  • Loading branch information
hildjj authored Feb 12, 2025
2 parents 3cf5ec7 + 8ac945d commit 2854d79
Show file tree
Hide file tree
Showing 25 changed files with 282 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: true
- name: Install pnpm
run: corepack enable
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
],
"license": "MIT",
"devDependencies": {
"@cto.af/eslint-config": "5.1.6",
"@cto.af/eslint-config": "5.1.9",
"c8": "10.1.3",
"eslint": "9.18.0",
"eslint-plugin-jsdoc": "50.6.2",
"eslint": "9.20.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-markdown": "5.1.0",
"package-extract": "2.3.0",
"rimraf": "^5.0.10",
"tsup": "8.3.5",
"typedoc": "0.27.6",
"typescript-eslint": "8.20.0"
"tsup": "8.3.6",
"typedoc": "0.27.7",
"typescript-eslint": "8.24.0"
},
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.3.0",
"engines": {
"node": ">=18"
"node": ">=18.7"
}
}
Loading

0 comments on commit 2854d79

Please sign in to comment.