Skip to content

Commit

Permalink
express dependency for http-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 2, 2024
1 parent a3b5085 commit e8c4a63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
10 changes: 1 addition & 9 deletions packages/modules/packages/bridge/packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@xyo-network/node-model": "workspace:^",
"@xyo-network/payload-model": "workspace:^",
"async-mutex": "^0.5.0",
"express": "^4.19.2",
"http-status-codes": "^2.3.0",
"lru-cache": "^11.0.0"
},
Expand All @@ -45,19 +46,10 @@
"@xyo-network/node-model": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"express": "^4.19.2",
"get-port-please": "^3.1.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"peerDependencies": {
"express": "^4"
},
"peerDependenciesMeta": {
"express": {
"optional": true
}
},
"description": "Primary SDK for using XYO Protocol 2.0",
"exports": {
".": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4683,11 +4683,6 @@ __metadata:
lru-cache: "npm:^11.0.0"
tslib: "npm:^2.6.3"
typescript: "npm:^5.5.4"
peerDependencies:
express: ^4
peerDependenciesMeta:
express:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e8c4a63

Please sign in to comment.