Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulharter committed Dec 6, 2023
1 parent 854d5cc commit a166ab4
Show file tree
Hide file tree
Showing 18 changed files with 463 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .changeset/spicy-beans-build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@electric-sql/debug-toolbar": major
"@electric-sql/debug-toolbar": patch
"electric-sql": patch
---

Expand Down
5 changes: 0 additions & 5 deletions clients/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
"./wa-sqlite": "./dist/drivers/wa-sqlite/index.js",
"./config": "./dist/config/index.js",
"./debug": "./dist/util/debug/index.js",
"./satellite/mock": "./dist/satellite/mock.js",
"./satellite": "./dist/satellite/index.js",
".": "./dist/index.js",
"./*": "./dist/*/index.js"
},
Expand Down Expand Up @@ -111,9 +109,6 @@
],
"util": [
"./dist/util/index.d.ts"
],
"satellite/mock": [
"./dist/satellite/mock.d.ts"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions clients/typescript/src/satellite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
} from './shapes/types'
import { ShapeSubscription } from './process'
import { DbSchema } from '../client/model/schema'
export { MockRegistry } from './mock'

export { SatelliteProcess } from './process'
export { GlobalRegistry, globalRegistry } from './registry'
Expand Down
Loading

0 comments on commit a166ab4

Please sign in to comment.