File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @atproto/websocket" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.0.1 " ,
44 "license" : " MIT" ,
55 "description" : " Websocket utility library" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ COPY ./packages/sync ./packages/sync
2222COPY ./packages/syntax ./packages/syntax
2323COPY ./packages/lexicon ./packages/lexicon
2424COPY ./packages/repo ./packages/repo
25+ COPY ./packages/websocket ./packages/websocket
2526COPY ./packages/xrpc ./packages/xrpc
2627COPY ./packages/xrpc-server ./packages/xrpc-server
2728COPY ./packages/internal/fetch-node ./packages/internal/fetch-node
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ COPY ./packages/identity ./packages/identity
2121COPY ./packages/repo ./packages/repo
2222COPY ./packages/syntax ./packages/syntax
2323COPY ./packages/lexicon ./packages/lexicon
24+ COPY ./packages/websocket ./packages/websocket
2425COPY ./packages/xrpc ./packages/xrpc
2526COPY ./packages/xrpc-server ./packages/xrpc-server
2627COPY ./services/ozone ./services/ozone
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ COPY ./packages/lex-cli ./packages/lex-cli
2626COPY ./packages/lexicon ./packages/lexicon
2727COPY ./packages/lexicon-resolver ./packages/lexicon-resolver
2828COPY ./packages/repo ./packages/repo
29+ COPY ./packages/websocket ./packages/websocket
2930COPY ./packages/xrpc ./packages/xrpc
3031COPY ./packages/xrpc-server ./packages/xrpc-server
3132COPY ./packages/oauth/jwk ./packages/oauth/jwk
Original file line number Diff line number Diff line change 4242 { "path" : " ./packages/repo" },
4343 { "path" : " ./packages/sync" },
4444 { "path" : " ./packages/syntax" },
45+ { "path" : " ./packages/websocket" },
4546 { "path" : " ./packages/xrpc" },
4647 { "path" : " ./packages/xrpc-server" }
4748 ]
You can’t perform that action at this time.
0 commit comments