@zodic/shared 0.0.267 → 0.0.268

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.267",
3
+ "version": "0.0.268",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -424,7 +424,7 @@ export type PlacementObject = {
424
424
  };
425
425
 
426
426
  export interface MoonPhaseKVData {
427
- moon_phase_id: string;
427
+ moon_phase_id: number;
428
428
  name: string;
429
429
  description: string | null;
430
430
  report: string | null;