@quereus/sync 0.8.0 → 1.0.2

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 +9 -5
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@quereus/sync",
3
- "version": "0.8.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
- "description": "Multi-master CRDT replication for Quereus - automatic sync with conflict resolution",
5
+ "description": "Fully opaque CRDT sync for Quereus - write normal SQL, get automatic multi-master replication with conflict resolution",
6
6
  "keywords": [
7
7
  "quereus",
8
8
  "sql",
@@ -11,8 +11,12 @@
11
11
  "crdt",
12
12
  "replication",
13
13
  "offline-first",
14
+ "local-first",
14
15
  "multi-master",
15
16
  "conflict-resolution",
17
+ "hybrid-logical-clock",
18
+ "column-level-lww",
19
+ "schema-sync",
16
20
  "plugin"
17
21
  ],
18
22
  "publisher": "Got Choices Foundation",
@@ -42,9 +46,9 @@
42
46
  "test:single": "cd ../.. && node --import ./packages/quereus-sync/register.mjs node_modules/mocha/bin/mocha.js --bail"
43
47
  },
44
48
  "peerDependencies": {
45
- "@quereus/isolation": "^0.3.0",
46
- "@quereus/quereus": "^0.18.0",
47
- "@quereus/store": "^0.7.0"
49
+ "@quereus/isolation": "^1.0.2",
50
+ "@quereus/quereus": "^1.0.2",
51
+ "@quereus/store": "^1.0.2"
48
52
  },
49
53
  "devDependencies": {
50
54
  "@quereus/quereus": "*",