1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-gpio.git synced 2025-04-02 11:16:27 +00:00

Compare commits

...

6 commits

Author SHA1 Message Date
bot
7aeda9856a 1.1.15 2025-04-01 16:27:54 +00:00
renovate[bot]
5db0c8d7bc
chore(deps): update dependency @types/node to v22.13.16 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 16:27:30 +00:00
bot
3c824adddd 1.1.14 2025-04-01 06:12:05 +00:00
renovate[bot]
9580c7c4b9
chore(deps): update actions/cache digest to 5a3ec84 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 06:11:44 +00:00
bot
1d74ce1780 1.1.13 2025-03-01 15:20:31 +00:00
renovate[bot]
dd7c65e0a6
chore(deps): update dependency @types/node to v22.13.8 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-01 15:20:10 +00:00
4 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
with:
path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }}

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
with:
path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }}

View file

@ -1,6 +1,6 @@
{
"name": "node-web-gpio",
"version": "1.1.12",
"version": "1.1.15",
"description": "GPIO access with Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.10.3",
"@types/node": "22.13.16",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.3.3",

View file

@ -112,10 +112,10 @@
dependencies:
"@types/unist" "*"
"@types/node@22.10.3":
version "22.10.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10"
integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==
"@types/node@22.13.16":
version "22.13.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.16.tgz#802cff8e4c3b3fc7461c2adcc92d73d89779edad"
integrity sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w==
dependencies:
undici-types "~6.20.0"