@agentxm/extension-sources 0.28.4-bootstrap.0 → 0.28.4
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentxm/extension-sources",
|
|
3
|
-
"version": "0.28.4
|
|
3
|
+
"version": "0.28.4",
|
|
4
4
|
"description": "AXM extension-source integration: source locator routing over the contract grammar, host providers for Registry, GitHub, GitLab, Bitbucket, Azure Repos, generic Git, and local paths, convention and manifest package discovery, identifier resolution, and shallow git acquisition for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "FSL-1.1-MIT",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"effect": "4.0.0-rc.112",
|
|
43
43
|
"semver": "^7.8.5",
|
|
44
44
|
"simple-git": "^3.36.0",
|
|
45
|
-
"@agentxm/extension-model": "^0.28.4
|
|
46
|
-
"@agentxm/registry-client": "^0.28.4
|
|
47
|
-
"@agentxm/registry-protocol": "^0.28.4
|
|
45
|
+
"@agentxm/extension-model": "^0.28.4",
|
|
46
|
+
"@agentxm/registry-client": "^0.28.4",
|
|
47
|
+
"@agentxm/registry-protocol": "^0.28.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@effect/platform-node": "4.0.0-rc.112",
|