@zodic/shared 0.0.323 → 0.0.324

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.323",
3
+ "version": "0.0.324",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -229,7 +229,7 @@ export type DominantSign = {
229
229
  export type ChatMessages = ChatMessage[];
230
230
  export type ChatMessage = {
231
231
  role: 'user' | 'assistant' | 'system';
232
- content: string;
232
+ content: any;
233
233
  };
234
234
 
235
235
  export interface Crown {