Skip to content

Commit c449a02

Browse files
committed
fix: export everything from api and subscriber
1 parent 4a32706 commit c449a02

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hackmd/y-socketio-redis",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Scalable Socket.IO provider for Yjs using redis",
55
"sideEffects": false,
66
"type": "module",

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
export * from './socketio.js'
22
export * from './server.js'
33
export * from './storage.js'
4+
export * from './api.js'
5+
export * from './subscriber.js'
46
export * from './y-socket-io/index.js'

src/y-socket-io/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './client.js'
2-
export * from './y-socket-io.js'
32
export * from './user.js'
3+
export { YSocketIO } from './y-socket-io.js'

0 commit comments

Comments
 (0)