@zodic/shared 0.0.414 → 0.0.415

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.414",
3
+ "version": "0.0.415",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -479,7 +479,8 @@ export interface FeaturesKVData {
479
479
  }
480
480
 
481
481
  export interface NatalChartKVData {
482
- wheelUrl: string;
482
+ wheelUrl?: string;
483
+ wheelData: AstroEngineWheelData;
483
484
  placements: Array<PlacementObject>;
484
485
  ascendant: {
485
486
  sign: string;