@rljson/fs-agent 0.0.30 → 0.0.31

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 +3 -0
  2. package/package.json +1 -1
package/dist/fs-agent.js CHANGED
@@ -1930,6 +1930,9 @@ ${err.stack}` : String(err);
1930
1930
  }
1931
1931
  this._lastSentRef = ref;
1932
1932
  this._lastSentContentKey = contentKey;
1933
+ if (parentRef && parentRef !== ref) {
1934
+ connector.invalidateReceived(parentRef);
1935
+ }
1933
1936
  if (ref) {
1934
1937
  await this._sendRef(
1935
1938
  connector,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/fs-agent",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
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",