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.
|
Binary file
|
|
@@ -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
|
}
|