@zhin.js/runtime 1.0.10 → 1.0.12

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.
@@ -8,7 +8,7 @@ const watchedExtensions = new Set([
8
8
  '.cjs', '.js', '.json', '.md', '.mjs', '.ts', '.tsx', '.yaml', '.yml',
9
9
  ]);
10
10
  const capabilityRoots = new Set([
11
- 'adapters', 'agents', 'commands', 'components', 'mcp', 'middlewares', 'pages', 'skills', 'tools',
11
+ 'adapters', 'agents', 'commands', 'components', 'handlers', 'mcp', 'middlewares', 'pages', 'skills', 'tools',
12
12
  ]);
13
13
  /**
14
14
  * Uses Node's native ESM/TypeScript loader and adds only cache busting and watch.
@@ -1,7 +1,7 @@
1
1
  import type { ChildPluginReference, PackageReference } from './manifest.js';
2
2
  /**
3
3
  * Package whose `zhin.features` define the Stable Feature composition
4
- * (adapter / command / component / middleware).
4
+ * (adapter / command / component / middleware / handler).
5
5
  *
6
6
  * Root inherits these when it depends on `@zhin.js/core` directly, or on the
7
7
  * `zhin.js` facade (which depends on `@zhin.js/core`).
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Package whose `zhin.features` define the Stable Feature composition
3
- * (adapter / command / component / middleware).
3
+ * (adapter / command / component / middleware / handler).
4
4
  *
5
5
  * Root inherits these when it depends on `@zhin.js/core` directly, or on the
6
6
  * `zhin.js` facade (which depends on `@zhin.js/core`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/runtime",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Static Plugin graph, generation transaction and HMR Root runtime for Zhin.js",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -18,22 +18,22 @@
18
18
  "dependencies": {
19
19
  "ajv": "8.18.0",
20
20
  "semver": "7.8.5",
21
- "@zhin.js/feature-kit": "1.0.9",
21
+ "@zhin.js/feature-kit": "1.0.11",
22
22
  "@zhin.js/plugin-runtime": "1.1.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^26.1.2",
26
26
  "typescript": "^6.0.3",
27
- "@zhin.js/adapter": "1.1.8",
28
- "@zhin.js/agent-feature": "1.0.9",
29
- "@zhin.js/command": "1.0.12",
30
- "@zhin.js/component": "1.0.9",
31
- "@zhin.js/layout": "1.0.9",
32
- "@zhin.js/mcp-feature": "1.0.9",
33
- "@zhin.js/page": "1.0.9",
34
- "@zhin.js/middleware": "1.0.9",
35
- "@zhin.js/skill": "1.0.9",
36
- "@zhin.js/tool": "1.0.9"
27
+ "@zhin.js/adapter": "1.1.10",
28
+ "@zhin.js/agent-feature": "1.0.11",
29
+ "@zhin.js/command": "1.0.14",
30
+ "@zhin.js/component": "1.0.11",
31
+ "@zhin.js/layout": "1.0.11",
32
+ "@zhin.js/mcp-feature": "1.0.11",
33
+ "@zhin.js/middleware": "1.0.11",
34
+ "@zhin.js/page": "1.0.11",
35
+ "@zhin.js/skill": "1.0.11",
36
+ "@zhin.js/tool": "1.0.11"
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",