@zodic/shared 0.0.400 → 0.0.401

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.400",
3
+ "version": "0.0.401",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -569,6 +569,7 @@ export type UserConceptData = {
569
569
  content: any[]; // From conceptsData.content (text, JSON-stringified array, parsed)
570
570
  images: {
571
571
  post: any[]; // From conceptsData.postImages (text, JSON-stringified array, parsed)
572
+ framed: string[]; // From conceptsData.framedImages (url text)
572
573
  reel: any[]; // From conceptsData.reelImages (text, JSON-stringified array, parsed)
573
574
  };
574
575
  combinationString: string; // e.g., "sagittarius-aquarius-libra"