zen-fs-config 0.3.15 → 0.3.16
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -974,7 +974,7 @@ var ConfigRepo = class {
|
|
|
974
974
|
this.fullFS,
|
|
975
975
|
replica.syncable,
|
|
976
976
|
{
|
|
977
|
-
direction: import_zen_fs_sync.SyncDirection.
|
|
977
|
+
direction: import_zen_fs_sync.SyncDirection.BiDirectional,
|
|
978
978
|
conflictStrategy: "source-wins"
|
|
979
979
|
// No filter = sync everything under root
|
|
980
980
|
},
|
package/dist/index.mjs
CHANGED