@agentxm/extension-materialization 0.29.1 → 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.
Files changed (1) hide show
  1. package/package.json +16 -15
package/package.json CHANGED
@@ -4,26 +4,27 @@
4
4
  "url": "https://github.com/agentxm/axm/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@agentxm/agent-integration": "^0.29.1",
8
- "@agentxm/extension-content": "^0.29.1",
9
- "@agentxm/extension-model": "^0.29.1",
10
- "@agentxm/extension-resolution": "^0.29.1",
11
- "@agentxm/extension-sources": "^0.29.1",
12
- "@agentxm/registry-client": "^0.29.1",
13
- "@agentxm/workspace-operations": "^0.29.1",
14
- "@agentxm/workspace-projection": "^0.29.1",
15
- "@agentxm/workspace-state": "^0.29.1",
16
- "@agentxm/workspace-transactions": "^0.29.1",
7
+ "@agentxm/agent-integration": "^0.29.2",
8
+ "@agentxm/extension-content": "^0.29.2",
9
+ "@agentxm/extension-model": "^0.29.2",
10
+ "@agentxm/extension-resolution": "^0.29.2",
11
+ "@agentxm/extension-sources": "^0.29.2",
12
+ "@agentxm/registry-client": "^0.29.2",
13
+ "@agentxm/workspace-operations": "^0.29.2",
14
+ "@agentxm/workspace-projection": "^0.29.2",
15
+ "@agentxm/workspace-state": "^0.29.2",
16
+ "@agentxm/workspace-transactions": "^0.29.2",
17
17
  "@napi-rs/keyring": "^1.3.0",
18
- "effect": "4.0.0-rc.112"
18
+ "effect": "4.0.0-rc.115"
19
19
  },
20
20
  "description": "AXM extension materialization: the per-extension-type manager contract and implementations, canonical package staging, registry materialization, and the install/uninstall/authored closure recipes for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
21
21
  "devDependencies": {
22
- "@effect/platform-node": "4.0.0-rc.112",
23
- "@effect/vitest": "4.0.0-rc.112",
22
+ "@effect/platform-node": "4.0.0-rc.115",
23
+ "@effect/vitest": "4.0.0-rc.115",
24
+ "@fast-check/vitest": "^0.5.0",
24
25
  "@typescript/native": "npm:typescript@^7.0.2",
25
26
  "typescript": "npm:@typescript/typescript6@^6.0.2",
26
- "vitest": "^4.1.10",
27
+ "vitest": "^5.0.0",
27
28
  "yaml": "^2.9.0"
28
29
  },
29
30
  "engines": {
@@ -66,5 +67,5 @@
66
67
  },
67
68
  "sideEffects": false,
68
69
  "type": "module",
69
- "version": "0.29.1"
70
+ "version": "0.29.2"
70
71
  }