qwen-agent-server 0.11.1 → 0.11.2

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 (2) hide show
  1. package/dist/version.js +1 -1
  2. package/package.json +1 -1
package/dist/version.js CHANGED
@@ -9,5 +9,5 @@
9
9
  // Bump this in lockstep with .claude-plugin/plugin.json and
10
10
  // .claude-plugin/marketplace.json (metadata.version and plugins[0].version).
11
11
  // The version_consistency test enforces equality across all four sites.
12
- export const SUPERVISOR_VERSION = "0.11.1";
12
+ export const SUPERVISOR_VERSION = "0.11.2";
13
13
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qwen-agent-server",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "Stateful MCP supervisor exposing Qwen Code as a multi-backend agent — see docs/rdr/RDR-001",
5
5
  "type": "module",
6
6
  "license": "MIT",