Skip to content

Commit

Permalink
Merge pull request #26 from movie-web/dev
Browse files Browse the repository at this point in the history
Version 2.1.3: Push updates to support AWS
  • Loading branch information
binaryoverload authored Jan 6, 2024
2 parents 7dc9d18 + 8852fca commit 5a09e0c
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 307 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-proxy",
"private": true,
"version": "2.1.2",
"version": "2.1.3",
"scripts": {
"prepare": "nitropack prepare",
"dev": "nitropack dev",
Expand All @@ -15,9 +15,9 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"h3": "^1.9.0",
"h3": "^1.10.0",
"jose": "^5.2.0",
"nitropack": "latest"
"nitropack": "^2.8.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
Expand Down
Loading

0 comments on commit 5a09e0c

Please sign in to comment.