@zodic/shared 0.0.260 → 0.0.261

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": "@zodic/shared",
3
- "version": "0.0.260",
3
+ "version": "0.0.261",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -432,10 +432,8 @@ export interface AstroKVData {
432
432
  };
433
433
  };
434
434
  elements: Elements & {
435
- elements: Element[];
436
435
  description: string | null;
437
436
  report: string | null;
438
- dominantElementId: number;
439
437
  };
440
438
  modes: Modes & {
441
439
  description: string | null;