@elizaos/core 1.3.1 → 1.4.2
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/README.md +1 -1
- package/dist/index.d.ts +1975 -21
- package/dist/index.js +4899 -116
- package/package.json +2 -15
- package/dist/chunk-2HSL25IJ.js +0 -40
- package/dist/chunk-JX2SRFHQ.js +0 -59
- package/dist/chunk-P3YTG22Y.js +0 -6353
- package/dist/chunk-R5U7XKVJ.js +0 -16
- package/dist/chunk-U2ADTLZY.js +0 -50
- package/dist/chunk-WO7Z3GE6.js +0 -158
- package/dist/chunk-YIBXLDIR.js +0 -42
- package/dist/index-BHW44X0A.d.ts +0 -112
- package/dist/index-DQlJZj2X.d.ts +0 -3066
- package/dist/specs/v1/actionExample.d.ts +0 -41
- package/dist/specs/v1/actionExample.js +0 -13
- package/dist/specs/v1/index.d.ts +0 -11
- package/dist/specs/v1/index.js +0 -81
- package/dist/specs/v1/messages.d.ts +0 -32
- package/dist/specs/v1/messages.js +0 -18
- package/dist/specs/v1/posts.d.ts +0 -10
- package/dist/specs/v1/posts.js +0 -12
- package/dist/specs/v1/provider.d.ts +0 -21
- package/dist/specs/v1/provider.js +0 -10
- package/dist/specs/v1/runtime.d.ts +0 -146
- package/dist/specs/v1/runtime.js +0 -12
- package/dist/specs/v1/state.d.ts +0 -21
- package/dist/specs/v1/state.js +0 -9
- package/dist/specs/v1/templates.d.ts +0 -42
- package/dist/specs/v1/templates.js +0 -11
- package/dist/specs/v1/types.d.ts +0 -1261
- package/dist/specs/v1/types.js +0 -33
- package/dist/specs/v1/uuid.d.ts +0 -27
- package/dist/specs/v1/uuid.js +0 -14
- package/dist/specs/v2/index.d.ts +0 -2
- package/dist/specs/v2/index.js +0 -169
- package/dist/types-DIUaglro.d.ts +0 -1964
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ For detailed instructions on creating and registering plugins and actions, refer
|
|
|
158
158
|
|
|
159
159
|
### Running Tests
|
|
160
160
|
|
|
161
|
-
The `@elizaos/core` package uses **
|
|
161
|
+
The `@elizaos/core` package uses **bun:test** for testing.
|
|
162
162
|
|
|
163
163
|
1. **Prerequisites**:
|
|
164
164
|
|