copilotkit 0.0.38 → 0.0.40

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.
@@ -1,5 +1,5 @@
1
1
  // src/utils/version.ts
2
- var LIB_VERSION = "0.0.38";
2
+ var LIB_VERSION = "0.0.40";
3
3
  export {
4
4
  LIB_VERSION
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/utils/version.ts"],"sourcesContent":["// This is auto generated!\nexport const LIB_VERSION = \"0.0.38\";\n"],"mappings":";AACO,IAAM,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/utils/version.ts"],"sourcesContent":["// This is auto generated!\nexport const LIB_VERSION = \"0.0.40\";\n"],"mappings":";AACO,IAAM,cAAc;","names":[]}
@@ -44,7 +44,6 @@
44
44
  "multiple": false,
45
45
  "options": [
46
46
  "langgraph",
47
- "crews",
48
47
  "flows",
49
48
  "mastra",
50
49
  "ag2"
@@ -139,6 +138,8 @@
139
138
  "LangGraph",
140
139
  "CrewAI",
141
140
  "Mastra",
141
+ "LlamaIndex",
142
+ "Agno",
142
143
  "AG2",
143
144
  "MCP",
144
145
  "Standard"
@@ -302,5 +303,5 @@
302
303
  ]
303
304
  }
304
305
  },
305
- "version": "0.0.38"
306
+ "version": "0.0.40"
306
307
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "copilotkit",
3
3
  "description": "CopilotKit CLI",
4
- "version": "0.0.38",
4
+ "version": "0.0.40",
5
5
  "author": "CopilotKit",
6
6
  "bin": {
7
7
  "copilotkit": "./bin/run.js",