@elizaos/core 2.0.0-alpha.6 → 2.0.0-alpha.7

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.
@@ -53131,6 +53131,7 @@ setRequestContextManager(createNodeRequestContextManager());
53131
53131
  var isBrowser4 = false;
53132
53132
  var isNode3 = true;
53133
53133
  export {
53134
+ MAX_EMBEDDING_TOKENS,
53134
53135
  waitForServerReady,
53135
53136
  validateUuid,
53136
53137
  validatePlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/core",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",