Skip to content

Commit

Permalink
prepare express cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 18, 2023
1 parent 8ed72a8 commit 4969b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 135 deletions.
52 changes: 0 additions & 52 deletions packages/infra/_src/api/authorization.jwt.ts

This file was deleted.

15 changes: 3 additions & 12 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"express-jwt-authz": "^2.4.1",
"jwks-rsa": "2.1.4",
"jwt-decode": "^4.0.0",
"mongodb": "6.3.0",
Expand All @@ -43,6 +41,9 @@
"typescript": "npm:@effect-app/[email protected]",
"vitest": "^0.34.6"
},
"peerDependencies": {
"express": "^4.18.2"
},
"typesVersions": {
"*": {
"*": [
Expand Down Expand Up @@ -111,16 +112,6 @@
"default": "./_cjs/_global.schema.cjs"
}
},
"./api/authorization.jwt": {
"import": {
"types": "./dist/api/authorization.jwt.d.ts",
"default": "./dist/api/authorization.jwt.js"
},
"require": {
"types": "./dist/api/authorization.jwt.d.ts",
"default": "./_cjs/api/authorization.jwt.cjs"
}
},
"./api/codec": {
"import": {
"types": "./dist/api/codec.d.ts",
Expand Down
71 changes: 0 additions & 71 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 4969b09

Please sign in to comment.