@aiao/rxdb-adapter-sqlite 0.0.17 → 0.0.18

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 +0 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -29,8 +29,3 @@ const db = await createRxdb({
29
29
  });
30
30
  ```
31
31
 
32
- ## 相关包
33
-
34
- - [@aiao/rxdb-adapter-pglite](../rxdb-adapter-pglite) - PGlite 适配器
35
- - [@aiao/rxdb-adapter-supabase](../rxdb-adapter-supabase) - Supabase 适配器
36
- - [@aiao/rxdb](../rxdb) - 核心库
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiao/rxdb-adapter-sqlite",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -31,11 +31,11 @@
31
31
  "comlink": "^4.4.2",
32
32
  "rxjs": "^7.8.2",
33
33
  "wa-sqlite": "https://codeload.github.com/rhashimoto/wa-sqlite/tar.gz/refs/tags/v1.0.9",
34
- "@aiao/rxdb": "0.0.17",
35
- "@aiao/utils": "0.0.17"
34
+ "@aiao/rxdb": "0.0.18",
35
+ "@aiao/utils": "0.0.18"
36
36
  },
37
37
  "devDependencies": {
38
38
  "ms": "^2.1.3",
39
- "@aiao/rxdb-test": "0.0.17"
39
+ "@aiao/rxdb-test": "0.0.18"
40
40
  }
41
41
  }