@magmonium/one 0.2.69 → 0.2.70

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmonium/one",
3
- "version": "0.2.69",
3
+ "version": "0.2.70",
4
4
  "description": "Magmonium One — Angular design-system primitives for mm Apps",
5
5
  "author": "magmonium",
6
6
  "license": "MIT",
@@ -628,7 +628,6 @@ type AppRelation = {
628
628
  app: string;
629
629
  type: AppRelationType;
630
630
  validTill: string | null;
631
- rating?: number;
632
631
  };
633
632
  interface AppContextRef {
634
633
  user: Signal<SharedUser | undefined>;