@zodic/shared 0.0.287 → 0.0.288

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.287",
3
+ "version": "0.0.288",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -547,7 +547,7 @@ export type ConceptProgress = {
547
547
  export type UserConceptData = {
548
548
  name: string; // From conceptsData.name (text, notNull)
549
549
  description: string; // From conceptsData.description (text, notNull)
550
- poem: string; // From conceptsData.poem (text, defaults to '[]', but assuming parsed as string)
550
+ poem: any[]; // From conceptsData.poem (text, defaults to '[]', but assuming parsed as string)
551
551
  content: any[]; // From conceptsData.content (text, JSON-stringified array, parsed)
552
552
  images: {
553
553
  post: any[]; // From conceptsData.postImages (text, JSON-stringified array, parsed)