@elizaos/core 1.7.0 → 1.7.1-alpha.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/browser/index.browser.js +113 -111
- package/dist/browser/index.browser.js.map +25 -23
- package/dist/node/index.node.js +337 -67
- package/dist/node/index.node.js.map +24 -23
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.d.ts.map +1 -1
- package/dist/types/runtime.d.ts +1 -1
- package/dist/types/runtime.d.ts.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ The correct build is automatically selected based on your environment through pa
|
|
|
48
48
|
npm install buffer crypto-browserify stream-browserify events
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
The dual build system uses conditional exports in package.json to automatically select the appropriate build based on the runtime environment.
|
|
52
52
|
|
|
53
53
|
## Configuration
|
|
54
54
|
|