@agentxm/extension-publish 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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentxm/extension-publish",
3
- "version": "0.28.4-bootstrap.0",
3
+ "version": "0.28.4",
4
4
  "description": "AXM extension-publish feature: publish selection policy, publication validation, archive planning, authentication requirements, upload settlement, and recovery for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
5
5
  "type": "module",
6
6
  "license": "FSL-1.1-MIT",
@@ -37,11 +37,11 @@
37
37
  "dependencies": {
38
38
  "effect": "4.0.0-rc.112",
39
39
  "fflate": "^0.8.3",
40
- "@agentxm/extension-workspace": "^0.28.4-bootstrap.0",
41
- "@agentxm/registry-client": "^0.28.4-bootstrap.0",
42
- "@agentxm/registry-protocol": "^0.28.4-bootstrap.0",
43
- "@agentxm/workspace-operations": "^0.28.4-bootstrap.0",
44
- "@agentxm/extension-model": "^0.28.4-bootstrap.0"
40
+ "@agentxm/extension-model": "^0.28.4",
41
+ "@agentxm/registry-client": "^0.28.4",
42
+ "@agentxm/extension-workspace": "^0.28.4",
43
+ "@agentxm/registry-protocol": "^0.28.4",
44
+ "@agentxm/workspace-operations": "^0.28.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@effect/platform-node": "4.0.0-rc.112",