Compare commits

..

No commits in common. "f2854638dfb9072a7459a8e9fc8cfa1eddea45e2" and "8f7b6bd105e8d6fccf261da8f129a4071fcec8f8" have entirely different histories.

4 changed files with 16 additions and 16 deletions

View file

@ -16,10 +16,10 @@ jobs:
contents: write contents: write
packages: write packages: write
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with: with:
node-version: lts/* node-version: lts/*
cache: npm cache: npm

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: npm cache: npm
@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: denoland/setup-deno@v1 - uses: denoland/setup-deno@v1
with: with:
deno-version: latest deno-version: latest
@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2 - uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with: with:
bun-version: latest bun-version: latest

16
package-lock.json generated
View file

@ -11,9 +11,9 @@
"devDependencies": { "devDependencies": {
"@release-it/keep-a-changelog": "5.0.0", "@release-it/keep-a-changelog": "5.0.0",
"@types/node": "22.7.4", "@types/node": "22.7.4",
"pkgroll": "2.5.1", "pkgroll": "2.5.0",
"release-it": "17.6.0", "release-it": "17.6.0",
"tsx": "4.19.2", "tsx": "4.19.1",
"typescript": "5.6.2" "typescript": "5.6.2"
} }
}, },
@ -4142,9 +4142,9 @@
} }
}, },
"node_modules/pkgroll": { "node_modules/pkgroll": {
"version": "2.5.1", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/pkgroll/-/pkgroll-2.5.1.tgz", "resolved": "https://registry.npmjs.org/pkgroll/-/pkgroll-2.5.0.tgz",
"integrity": "sha512-rehzSpQ1T/gh+tlVSxlUeqUPR9W1ZtJXDG00cuussNeCPdS9w1Wv0MWxwL116HbugsTZTrd+lVem+ipinT2JUg==", "integrity": "sha512-nIbxukMp9i63is1Aq8wIHZcNcJyZJRZ340HF7yP3y+TBZ5P34ARI67dBChvCz4DKPaEZu8hRHM+mnDw3G471uA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5194,9 +5194,9 @@
"license": "0BSD" "license": "0BSD"
}, },
"node_modules/tsx": { "node_modules/tsx": {
"version": "4.19.2", "version": "4.19.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz", "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz",
"integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==", "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -46,9 +46,9 @@
"devDependencies": { "devDependencies": {
"@release-it/keep-a-changelog": "5.0.0", "@release-it/keep-a-changelog": "5.0.0",
"@types/node": "22.7.4", "@types/node": "22.7.4",
"pkgroll": "2.5.1", "pkgroll": "2.5.0",
"release-it": "17.6.0", "release-it": "17.6.0",
"tsx": "4.19.2", "tsx": "4.19.1",
"typescript": "5.6.2" "typescript": "5.6.2"
} }
} }