@nuvin/nuvin-core 1.4.3 → 1.4.4

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/dist/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.4.3",
3
- "commit": "7d26216"
2
+ "version": "1.4.4",
3
+ "commit": "a070d52"
4
4
  }
package/dist/index.d.ts CHANGED
@@ -833,6 +833,7 @@ type ConversationMetadata = {
833
833
  toolCallCount?: number;
834
834
  totalTimeMs?: number;
835
835
  totalPrice?: number;
836
+ summarizedFrom?: string;
836
837
  };
837
838
  type Conversation = {
838
839
  messages: Message[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvin/nuvin-core",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",