core-3nweb-client-lib 0.43.11 → 0.43.12

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.
@@ -244,7 +244,7 @@ class FolderNode extends node_in_fs_1.NodeInFS {
244
244
  async listNonCurrent(flags) {
245
245
  const src = await this.getObjSrcOfVersion(flags);
246
246
  const { folderInfo } = await this.crypto.read(src);
247
- const lst = Object.values(folderInfo)
247
+ const lst = Object.values(folderInfo.nodes)
248
248
  .map(nodeInfoToListingEntry);
249
249
  return { lst, version: src.version };
250
250
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-3nweb-client-lib",
3
- "version": "0.43.11",
3
+ "version": "0.43.12",
4
4
  "description": "3NWeb client core library, embeddable into different environments",
5
5
  "main": "build/lib-index.js",
6
6
  "types": "build/lib-index.d.ts",