Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Oct 3, 2024
1 parent 3234f5d commit 4ed9a7b
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 67 deletions.
3 changes: 0 additions & 3 deletions demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"op-sqlite": {
"sqlcipher": true
},
"private": true
}
11 changes: 5 additions & 6 deletions packages/powersync-op-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@powersync/op-sqlite",
"version": "0.1.0",
"description": "Powersync",
"source": "./src/index.tsx",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/commonjs/src/index.d.ts",
"exports": {
".": {
"import": {
Expand Down Expand Up @@ -37,11 +38,9 @@
],
"scripts": {
"build": "bob build",
"example": "yarn workspace @powersync/op-sqlite-example",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"release": "release-it"
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib"
},
"keywords": [
"react-native",
Expand All @@ -63,7 +62,7 @@
},
"peerDependencies": {
"@op-engineering/op-sqlite": "8.0.3",
"@powersync/common": "workspace:^1.15.0",
"@powersync/common": "workspace:^1.18.0",
"react": "*",
"react-native": "*"
},
Expand Down Expand Up @@ -120,7 +119,7 @@
},
"codegenConfig": {
"name": "RNPowerSyncOpSqliteSpec",
"type": "all",
"type": "modules",
"jsSrcsDir": "src",
"outputDir": {
"ios": "ios/generated",
Expand Down
Loading

0 comments on commit 4ed9a7b

Please sign in to comment.