@elizaos/plugin-registry 2.0.3-beta.3 → 2.0.3-beta.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-registry",
3
- "version": "2.0.3-beta.3",
3
+ "version": "2.0.3-beta.4",
4
4
  "type": "module",
5
5
  "description": "Plugin registry plugin: consolidates plugin discovery, manifest reading, install/uninstall lifecycle, and HTTP routes for plugin management. Owns the cross-package plugin-routes (agent-tier) and plugins-routes (app-core compat-tier) surfaces and the install-orchestration helpers that forward into the agent runtime.",
6
6
  "main": "./dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "build:types": "tsc --noCheck -p tsconfig.build.json && node ../../packages/scripts/rewrite-dist-relative-imports-node-esm.mjs"
37
37
  },
38
38
  "dependencies": {
39
- "@elizaos/core": "2.0.3-beta.3",
40
- "@elizaos/shared": "2.0.3-beta.3",
41
- "@elizaos/vault": "2.0.3-beta.3"
39
+ "@elizaos/core": "2.0.3-beta.4",
40
+ "@elizaos/shared": "2.0.3-beta.4",
41
+ "@elizaos/vault": "2.0.3-beta.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "bun-types": "^1.3.12",
@@ -64,5 +64,5 @@
64
64
  "files": [
65
65
  "dist"
66
66
  ],
67
- "gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
67
+ "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
68
68
  }