@elizaos/core 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/core",
3
- "version": "2.0.3-beta.3",
3
+ "version": "2.0.3-beta.4",
4
4
  "description": "Core runtime, plugin abstractions, and AgentRuntime for elizaOS — actions, providers, evaluators, services, models, and types.",
5
5
  "homepage": "https://github.com/elizaOS/eliza",
6
6
  "repository": {
@@ -141,9 +141,9 @@
141
141
  "@ai-sdk/provider": "3.0.10",
142
142
  "@ai-sdk/provider-utils": "4.0.26",
143
143
  "@bufbuild/protobuf": "^2.12.0",
144
- "@elizaos/contracts": "2.0.3-beta.3",
145
- "@elizaos/logger": "2.0.3-beta.3",
146
- "@elizaos/prompts": "2.0.3-beta.3",
144
+ "@elizaos/contracts": "2.0.3-beta.4",
145
+ "@elizaos/logger": "2.0.3-beta.4",
146
+ "@elizaos/prompts": "2.0.3-beta.4",
147
147
  "@noble/ciphers": "2.2.0",
148
148
  "@noble/hashes": "2.2.0",
149
149
  "@openrouter/ai-sdk-provider": "^2.0.0",
@@ -169,5 +169,5 @@
169
169
  "publishConfig": {
170
170
  "access": "public"
171
171
  },
172
- "gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
172
+ "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
173
173
  }