@agentxm/workspace-lint 0.28.9 → 0.28.10

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 +8 -8
package/package.json CHANGED
@@ -4,17 +4,17 @@
4
4
  "url": "https://github.com/agentxm/axm/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@agentxm/extension-model": "^0.28.9",
8
- "@agentxm/extension-sources": "^0.28.9",
9
- "@agentxm/extension-workspace": "^0.28.9",
10
- "@agentxm/registry-protocol": "^0.28.9",
11
- "@agentxm/workspace-operations": "^0.28.9",
12
- "@agentxm/workspace-state": "^0.28.9",
7
+ "@agentxm/extension-model": "^0.28.10",
8
+ "@agentxm/extension-sources": "^0.28.10",
9
+ "@agentxm/extension-workspace": "^0.28.10",
10
+ "@agentxm/registry-protocol": "^0.28.10",
11
+ "@agentxm/workspace-operations": "^0.28.10",
12
+ "@agentxm/workspace-state": "^0.28.10",
13
13
  "effect": "4.0.0-rc.112"
14
14
  },
15
15
  "description": "AXM workspace-lint feature: workspace facts, lint rules, findings, normalization, and bounded fix planning for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
16
16
  "devDependencies": {
17
- "@agentxm/agent-integration": "^0.28.9",
17
+ "@agentxm/agent-integration": "^0.28.10",
18
18
  "@effect/platform-node": "4.0.0-rc.112",
19
19
  "@effect/vitest": "4.0.0-rc.112",
20
20
  "@types/bun": "^1.3.14",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "type": "module",
55
- "version": "0.28.9"
55
+ "version": "0.28.10"
56
56
  }