@rljson/fs-agent 0.0.55 → 0.0.56

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
@@ -2049,6 +2049,9 @@ ${err.stack}` : String(err);
2049
2049
  connector.invalidateReceived(parentRef);
2050
2050
  }
2051
2051
  if (ref) {
2052
+ console.log(
2053
+ `[FsAgent] pushing ref=${ref.slice(0, 8)}… parent=${parentRef?.slice(0, 8) ?? "none"} files=${this._getFileContentMap(tree).size}`
2054
+ );
2052
2055
  await this._sendRef(
2053
2056
  connector,
2054
2057
  ref,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/fs-agent",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
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",