@powersync/web 0.0.0-dev-20250728083821 → 0.0.0-dev-20250728125748

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/web",
3
- "version": "0.0.0-dev-20250728083821",
3
+ "version": "0.0.0-dev-20250728125748",
4
4
  "description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",
@@ -51,14 +51,14 @@
51
51
  "license": "Apache-2.0",
52
52
  "peerDependencies": {
53
53
  "@journeyapps/wa-sqlite": "^1.2.6",
54
- "@powersync/common": "0.0.0-dev-20250728083821"
54
+ "@powersync/common": "0.0.0-dev-20250728125748"
55
55
  },
56
56
  "dependencies": {
57
57
  "async-mutex": "^0.4.0",
58
58
  "bson": "^6.6.0",
59
59
  "comlink": "^4.4.2",
60
60
  "commander": "^12.1.0",
61
- "@powersync/common": "0.0.0-dev-20250728083821"
61
+ "@powersync/common": "0.0.0-dev-20250728125748"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@journeyapps/wa-sqlite": "^1.2.6",