askhuman 0.10.1 → 0.11.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askhuman",
3
- "version": "0.10.1",
3
+ "version": "0.11.0",
4
4
  "description": "Human-in-the-loop interaction tool. The `AskHuman` CLI pops up a window (or uses Telegram / Slack / DingTalk / Feishu) to collect a human response and return it to the AI — usable standalone or as a dependency.",
5
5
  "license": "MIT",
6
6
  "author": "Naituw",
@@ -33,9 +33,9 @@
33
33
  "prompt"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@humaninloop/darwin-arm64": "0.10.1",
37
- "@humaninloop/darwin-x64": "0.10.1",
38
- "@humaninloop/win32-x64": "0.10.1",
39
- "@humaninloop/linux-x64": "0.10.1"
36
+ "@humaninloop/darwin-arm64": "0.11.0",
37
+ "@humaninloop/darwin-x64": "0.11.0",
38
+ "@humaninloop/win32-x64": "0.11.0",
39
+ "@humaninloop/linux-x64": "0.11.0"
40
40
  }
41
41
  }