Skip to content

Commit

Permalink
feat(server): support service, fix proxy access
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 26, 2024
1 parent fb6955e commit 7f795ab
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 210 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ export interface Login {
selfId?: string
hidden?: boolean
status: Status
features?: string[]
proxyUrls?: string[]
features: string[]
proxyUrls: string[]
}

export const enum Status {
Expand Down
5 changes: 1 addition & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "@satorijs/plugin-server",
"description": "Basic API server for Satori protocol",
"version": "2.6.0",
"version": "2.6.3",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.cjs",
Expand Down
Loading

0 comments on commit 7f795ab

Please sign in to comment.