@zodic/shared 0.0.264 → 0.0.265

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.264",
3
+ "version": "0.0.265",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -439,7 +439,8 @@ export interface AstroKVData {
439
439
  description: string | null;
440
440
  report: string | null;
441
441
  };
442
- hemisphere: Hemisphere & {
442
+ hemisphere: {
443
+ description: string | null;
443
444
  east_west: HemisphereDetail & {
444
445
  description: string | null;
445
446
  report: string | null;