@zodic/shared 0.0.69 → 0.0.70

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.69",
3
+ "version": "0.0.70",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -104,10 +104,11 @@ export type KVArchetype = {
104
104
  description: string;
105
105
  content: string;
106
106
  leonardoPrompt: string;
107
- virtues: string;
107
+ virtues: string[];
108
108
  images: LeonardoImage[];
109
109
  status: 'idle' | 'generating' | 'completed';
110
110
  };
111
+
111
112
  export type KVConcept = {
112
113
  name: string;
113
114
  description: string;