Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
repository_dispatch:
types: [ pr-approved ]

env:
PNPM_VERSION: '10'

jobs:
build:
name: 🏗️ Build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

env:
NODE_VERSION: '20.x'
PNPM_VERSION: '10'

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
NODE_VERSION: '20.x'
PNPM_VERSION: '10'

permissions:
contents: read
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,31 +116,32 @@
},
"dependencies": {
"mime": "^4.0.7",
"zod": "^3.25.76"
"zod": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@eslint/js": "^9.34.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@stylistic/eslint-plugin": "^5.2.2",
"@types/node": "^20.19.9",
"@stylistic/eslint-plugin": "^5.2.3",
"@types/node": "^20.19.11",
"@types/sinon": "^17.0.4",
"dotenv": "^17.2.1",
"eslint": "^9.32.0",
"eslint": "^9.34.0",
"globals": "^16.3.0",
"jiti": "^2.5.1",
"prettier": "^3.6.2",
"prettier-plugin-jsdoc": "^1.3.3",
"rollup": "^4.46.0",
"rollup": "^4.48.0",
"rollup-plugin-esnext-to-nodenext": "^1.0.1",
"rollup-plugin-node-externals": "^8.0.1",
"rollup-plugin-node-externals": "^8.1.0",
"sinon": "^21.0.0",
"tslib": "^2.8.1",
"typedoc": "^0.28.7",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"typedoc": "^0.28.10",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vitest": "^3.2.4"
}
},
"packageManager": "[email protected]"
}
Loading
Loading