@zodic/shared 0.0.263 → 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.263",
3
+ "version": "0.0.265",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -431,11 +431,16 @@ export interface AstroKVData {
431
431
  sign: string;
432
432
  };
433
433
  features: {
434
- moon_phase: MoonPhase & {
434
+ moon_phase: Omit<
435
+ MoonPhase,
436
+ 'moon_phase_calc' | 'moon_phase_description' | 'moon_phase_name'
437
+ > & {
438
+ name: string;
435
439
  description: string | null;
436
440
  report: string | null;
437
441
  };
438
- hemisphere: Hemisphere & {
442
+ hemisphere: {
443
+ description: string | null;
439
444
  east_west: HemisphereDetail & {
440
445
  description: string | null;
441
446
  report: string | null;