@agentxm/extension-resolution 0.29.0 → 0.29.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.
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -4,23 +4,24 @@
|
|
|
4
4
|
"url": "https://github.com/agentxm/axm/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@agentxm/extension-content": "^0.29.
|
|
8
|
-
"@agentxm/extension-model": "^0.29.
|
|
9
|
-
"@agentxm/extension-sources": "^0.29.
|
|
10
|
-
"@agentxm/registry-protocol": "^0.29.
|
|
11
|
-
"@agentxm/workspace-state": "^0.29.
|
|
12
|
-
"effect": "4.0.0-rc.
|
|
7
|
+
"@agentxm/extension-content": "^0.29.2",
|
|
8
|
+
"@agentxm/extension-model": "^0.29.2",
|
|
9
|
+
"@agentxm/extension-sources": "^0.29.2",
|
|
10
|
+
"@agentxm/registry-protocol": "^0.29.2",
|
|
11
|
+
"@agentxm/workspace-state": "^0.29.2",
|
|
12
|
+
"effect": "4.0.0-rc.115",
|
|
13
13
|
"semver": "^7.8.5"
|
|
14
14
|
},
|
|
15
15
|
"description": "AXM extension resolution policy: what a configured or requested extension resolves to and whether that resolution may be accepted — release-age policy, version selection, configured-entry and Pack dependency resolution, workspace source authority, publisher-binding trust, and official AXM skill compatibility. Unstable and unsupported — use the axm.sh CLI.",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@agentxm/specification-metadata": "^0.29.
|
|
18
|
-
"@effect/platform-node": "4.0.0-rc.
|
|
19
|
-
"@effect/vitest": "4.0.0-rc.
|
|
17
|
+
"@agentxm/specification-metadata": "^0.29.2",
|
|
18
|
+
"@effect/platform-node": "4.0.0-rc.115",
|
|
19
|
+
"@effect/vitest": "4.0.0-rc.115",
|
|
20
|
+
"@fast-check/vitest": "^0.5.0",
|
|
20
21
|
"@types/semver": "^7.7.1",
|
|
21
22
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
22
23
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
23
|
-
"vitest": "^
|
|
24
|
+
"vitest": "^5.0.0"
|
|
24
25
|
},
|
|
25
26
|
"engines": {
|
|
26
27
|
"node": ">=22.19.0"
|
|
@@ -62,5 +63,5 @@
|
|
|
62
63
|
},
|
|
63
64
|
"sideEffects": false,
|
|
64
65
|
"type": "module",
|
|
65
|
-
"version": "0.29.
|
|
66
|
+
"version": "0.29.2"
|
|
66
67
|
}
|