Skip to content

Commit

Permalink
fix: rollback mime to 3.0 for cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wayjam committed Dec 9, 2024
1 parent b0a8fc4 commit 27b5c54
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
draft: ${{ inputs.dry_run }}

Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pnpm-lock.yaml
src/
.travis.yml
.github/
eslint.config.mjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"author": "WayJam So",
"license": "MIT",
"devDependencies": {
"@types/mime": "^3.0.4",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
Expand All @@ -44,9 +45,9 @@
"@aws-sdk/lib-storage": "^3.705.0",
"@aws-sdk/s3-request-presigner": "^3.705.0",
"@smithy/node-http-handler": "^3.3.1",
"file-type": "^16.5.4",
"file-type": ">16.5.0 <17.0.0",
"hpagent": "^1.2.0",
"mime": "^4.0.4",
"mime": ">=3.0.0 <4.0.0",
"picgo": "^1.5.8"
},
"pnpm": {
Expand Down
34 changes: 21 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27b5c54

Please sign in to comment.