godprotocol 1.2.23 → 1.2.24

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.
@@ -483,8 +483,8 @@ class Manager {
483
483
  address = `${acc}/${address}`;
484
484
 
485
485
  let folder = await this.ds.folder(address, {
486
+ ...options,
486
487
  account: acc,
487
- indexes: options.indexes,
488
488
  });
489
489
 
490
490
  return folder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "A distributed computing environment",
5
5
  "main": "Index.js",
6
6
  "scripts": {