@rljson/fs-agent 0.0.41 → 0.0.42

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 (2) hide show
  1. package/dist/fs-agent.js +1 -3
  2. package/package.json +1 -1
package/dist/fs-agent.js CHANGED
@@ -1354,9 +1354,7 @@ ${err.stack}` : String(err);
1354
1354
  */
1355
1355
  async _sendRef(connector, ref, predecessorRefs) {
1356
1356
  connector.invalidateSent?.(ref);
1357
- if (this._resolveConflicts) {
1358
- connector.setPredecessors(predecessorRefs ?? []);
1359
- }
1357
+ connector.setPredecessors(predecessorRefs ?? []);
1360
1358
  await FsAgent._withRetry(
1361
1359
  async () => {
1362
1360
  if (connector.syncConfig?.requireAck) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/fs-agent",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Rljson fs-agent description",
5
5
  "homepage": "https://github.com/rljson/fs-agent",
6
6
  "bugs": "https://github.com/rljson/fs-agent/issues",