@zodic/shared 0.0.301 → 0.0.302

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.301",
3
+ "version": "0.0.302",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -585,3 +585,10 @@ export type UserProfile = {
585
585
  creditsBalance: number;
586
586
  language: string;
587
587
  };
588
+
589
+ export interface Composition {
590
+ sun: ZodiacSignSlug;
591
+ ascendant: ZodiacSignSlug;
592
+ moon: ZodiacSignSlug;
593
+ indexesToGenerate?: number[];
594
+ }
@@ -196,12 +196,7 @@ export const influenceMap: Record<Planet, Record<ZodiacSignSlug, Trait>> = {
196
196
  },
197
197
  };
198
198
 
199
- export interface Composition {
200
- sun: ZodiacSignSlug;
201
- ascendant: ZodiacSignSlug;
202
- moon: ZodiacSignSlug;
203
- indexesToGenerate?: number[];
204
- }
199
+
205
200
 
206
201
  export function generateArchetypePrompt(compositions: Composition[]): string {
207
202
  const promptHeader = `You are a creative writer specializing in astrology, archetypes, and symbolic storytelling.