@fabriktor/fx 0.0.58 → 0.0.59

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.
@@ -429,7 +429,6 @@ export class FeedFX {
429
429
  stored = await this.storage_fx.downloadObjects({
430
430
  col: ColStorageFeed,
431
431
  owner_id: post_id,
432
- expire: false,
433
432
  });
434
433
  }
435
434
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabriktor/fx",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "![Fabriktor Logo](./img/fabriktor-character.gif)",
5
5
  "type": "module",
6
6
  "exports": {
@@ -17,7 +17,7 @@
17
17
  "typescript": "^6.0.3"
18
18
  },
19
19
  "dependencies": {
20
- "@fabriktor/client": "0.0.54",
21
- "@fabriktor/schema": "0.0.34"
20
+ "@fabriktor/client": "0.0.55",
21
+ "@fabriktor/schema": "0.0.36"
22
22
  }
23
23
  }