@anfenn/dync 1.0.5 → 1.0.6

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 +33 -2
package/package.json CHANGED
@@ -1,9 +1,40 @@
1
1
  {
2
2
  "name": "@anfenn/dync",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "Write once, run IndexedDB & SQLite with sync anywhere - React, React Native, Expo, Capacitor, Electron & Node.js",
6
- "keywords": [],
6
+ "keywords": [
7
+ "offline-first",
8
+ "sync",
9
+ "sync engine",
10
+ "react",
11
+ "react native",
12
+ "expo",
13
+ "capacitor",
14
+ "electron",
15
+ "indexeddb",
16
+ "sqlite",
17
+ "wa-sqlite",
18
+ "dexie",
19
+ "local-first",
20
+ "offline",
21
+ "db",
22
+ "database",
23
+ "pwa",
24
+ "progressive web app",
25
+ "cross-platform",
26
+ "data-sync",
27
+ "crud",
28
+ "conflict-resolution",
29
+ "live-query",
30
+ "reactive",
31
+ "supabase",
32
+ "firebase",
33
+ "database abstraction layer",
34
+ "sql",
35
+ "nosql",
36
+ "encrypted"
37
+ ],
7
38
  "license": "MIT",
8
39
  "author": "Adam Fennell",
9
40
  "repository": {