@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 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
- For more details on the dual build system, see [BUILD_SYSTEM.md](./BUILD_SYSTEM.md).
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