@rljson/fs-agent 0.0.15 → 0.0.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.
Files changed (2) hide show
  1. package/dist/fs-agent.js +1 -0
  2. package/package.json +2 -2
package/dist/fs-agent.js CHANGED
@@ -1814,6 +1814,7 @@ ${err.stack}` : String(err);
1814
1814
  err
1815
1815
  );
1816
1816
  this._writeSyncError("syncFromDb/processRef", err);
1817
+ connector.invalidateReceived(treeRef);
1817
1818
  } else {
1818
1819
  if (pendingRef === null) {
1819
1820
  console.warn(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/fs-agent",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
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",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@rljson/bs": "^0.0.21",
54
- "@rljson/db": "^0.0.22",
54
+ "@rljson/db": "^0.0.23",
55
55
  "@rljson/hash": "^0.0.18",
56
56
  "@rljson/io": "^0.0.66",
57
57
  "@rljson/json": "^0.0.23",