Skip to content

Commit e108ffd

Browse files
authored
jpgwire: Export socket adapter (#440)
1 parent e578245 commit e108ffd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/silly-actors-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/service-jpgwire': patch
3+
---
4+
5+
Export SocketAdapter class, the async socket wrapper for pgwire.

packages/jpgwire/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from './certs.js';
33
export * from './util.js';
44
export * from './metrics.js';
55
export * from './pgwire_types.js';
6+
export * from './socket_adapter.js';
67
export * from './structure_parser.js';

0 commit comments

Comments
 (0)