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 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.OneWay,
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
@@ -927,7 +927,7 @@ var ConfigRepo = class {
927
927
  this.fullFS,
928
928
  replica.syncable,
929
929
  {
930
- direction: SyncDirection.OneWay,
930
+ direction: SyncDirection.BiDirectional,
931
931
  conflictStrategy: "source-wins"
932
932
  // No filter = sync everything under root
933
933
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-fs-config",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Distributed config management library built on ZenFS, zen-fs-cache, and zen-fs-sync",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",