@agentscope-ai/chat 1.1.25 → 1.1.26

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/chat",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": [
@@ -103,10 +103,10 @@
103
103
  "use-stick-to-bottom": "^1.1.1",
104
104
  "uuid": "^11.0.5",
105
105
  "xstate": "^5.19.4",
106
- "zustand": "^5.0.3"
106
+ "zustand": "^5.0.3",
107
+ "vite": "^5.4.11"
107
108
  },
108
109
  "devDependencies": {
109
- "vite": "^5.4.11",
110
110
  "@agentscope-ai/dumi-theme-spark": "0.0.98",
111
111
  "@alibot/dumi-plugin-api-parser": "1.0.3",
112
112
  "@alibot/dumi-plugin-llms": "1.0.4",