- Reverted PouchDB direct importing.

(I completely forgot why I webpacked.)
- Submodule re-init
This commit is contained in:
vorotamoroz
2022-04-30 01:11:17 +09:00
parent 9acf9fe093
commit 6f76f90075
13 changed files with 78 additions and 688 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
{
"name": "obsidian-livesync",
"version": "0.8.4",
"version": "0.8.5",
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
"main": "main.js",
"type": "module",
@@ -37,11 +37,6 @@
"diff-match-patch": "^1.0.5",
"esbuild": "0.13.12",
"esbuild-svelte": "^0.6.0",
"pouchdb-adapter-http": "^7.3.0",
"pouchdb-adapter-idb": "^7.3.0",
"pouchdb-core": "^7.3.0",
"pouchdb-mapreduce": "^7.3.0",
"pouchdb-replication": "^7.3.0",
"svelte-preprocess": "^4.10.2",
"xxhash-wasm": "^0.4.2"
}