@powersync/capacitor 0.0.0-dev-20251030160931 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  _[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side._
8
8
 
9
- This package (`@powersync/capacitor`) is the PowerSync SDK for Capacitor apps. It wraps the [PowerSync Web SDK](https://www.npmjs.com/package/@powersync/web) and uses [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) as the database driver for Android and iOS.
9
+ This package (`@powersync/capacitor`) is the PowerSync SDK for Capacitor apps. It wraps the [PowerSync Web SDK](https://www.npmjs.com/package/@powersync/web) for Capacitor PWAs and uses [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) as the database driver for Android and iOS.
10
10
 
11
11
  ## Note: Alpha Release
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/capacitor",
3
- "version": "0.0.0-dev-20251030160931",
3
+ "version": "0.1.0",
4
4
  "description": "Adds PowerSync Capacitor support for iOS/Android",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@capacitor-community/sqlite": "^7.0.2",
54
- "@powersync/web": "^0.0.0-dev-20251030160931"
54
+ "@powersync/web": "^1.28.0"
55
55
  },
56
56
  "swiftlint": "@ionic/swiftlint-config",
57
57
  "capacitor": {
@@ -82,7 +82,6 @@
82
82
  "build:prod": "pnpm build",
83
83
  "clean": "rimraf ./dist",
84
84
  "watch": "tsc --watch",
85
- "test": "pnpm verify:android",
86
85
  "test:exports": "attw --pack ."
87
86
  }
88
87
  }