@rljson/fs-agent 0.0.32 → 0.0.33

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 -0
  2. package/package.json +1 -1
package/dist/fs-agent.js CHANGED
@@ -2323,6 +2323,7 @@ ${err.stack}` : String(err);
2323
2323
  return;
2324
2324
  } catch (err) {
2325
2325
  if (err instanceof MassDeleteRefusedError) {
2326
+ connector.invalidateReceived(treeRef);
2326
2327
  await this._readvertiseAfterRefusal(connector);
2327
2328
  return;
2328
2329
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/fs-agent",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
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",