@26lights/orcha 0.7.15 → 0.7.17

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.
@@ -350,7 +350,7 @@ export type FeedListUpdateRemove = {
350
350
  };
351
351
  export type FeedListUpdateMoved = {
352
352
  moved: {
353
- element: FeedListUpdateType;
353
+ element: Activity;
354
354
  newIndex: number;
355
355
  oldIndex: number;
356
356
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.7.15",
7
+ "version": "0.7.17",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],