irises 1.0.9 → 1.0.11

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "irises",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "模块化、可解耦的 AI 聊天框架,支持多平台、多 LLM、工具调用",
5
5
  "license": "GPL-3.0-only",
6
6
  "bin": {
@@ -10,10 +10,10 @@
10
10
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
11
11
  },
12
12
  "optionalDependencies": {
13
- "irises-darwin-x64": "1.0.9",
14
- "irises-linux-x64": "1.0.9",
15
- "irises-darwin-arm64": "1.0.9",
16
- "irises-windows-x64": "1.0.9",
17
- "irises-linux-arm64": "1.0.9"
13
+ "irises-darwin-x64": "1.0.11",
14
+ "irises-linux-x64": "1.0.11",
15
+ "irises-darwin-arm64": "1.0.11",
16
+ "irises-windows-x64": "1.0.11",
17
+ "irises-linux-arm64": "1.0.11"
18
18
  }
19
19
  }