Skip to content

Commit c8a9af0

Browse files
committed
Removed dev package re-export from React-Native.
1 parent 0e0ef52 commit c8a9af0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

packages/react-native/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
},
4343
"dependencies": {
4444
"@powersync/common": "workspace:*",
45-
"@powersync/dev": "workspace:*",
4645
"@powersync/react": "workspace:*"
4746
},
4847
"devDependencies": {

packages/react-native/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Re export to only require one import in client side code
22
export * from '@powersync/common';
3-
export * from '@powersync/dev';
43
export * from '@powersync/react';
54

65
export * from './db/PowerSyncDatabase';

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)