@geml/logseq-sync 2.0.8 → 2.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.
- package/LICENSE +1 -2
- package/README.md +396 -369
- package/core/src/sync-engine.mjs +623 -460
- package/package.json +5 -1
- package/watcher/bin/logseq-sync.mjs +994 -918
package/LICENSE
CHANGED
|
@@ -23,6 +23,5 @@ SOFTWARE.
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
25
|
NOTE: This MIT license covers the *code* in this repository (geml-parser/,
|
|
26
|
-
integrations/geml-viewer/, integrations/geml-check-action/,
|
|
27
|
-
tooling). The *specification* documents are licensed separately under
|
|
26
|
+
integrations/geml-viewer/, integrations/geml-check-action/, playground/). The *specification* documents are licensed separately under
|
|
28
27
|
CC-BY-4.0 — see LICENSE-spec.md.
|