@elizaos/rust 2.0.0-alpha.2 → 2.0.0-alpha.21
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/rust",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.21",
|
|
4
4
|
"description": "elizaOS Core - Rust runtime and types",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "pkg/node/elizaos.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": "cargo test",
|
|
29
29
|
"lint": "cargo clippy --lib --features native --fix --allow-dirty --allow-staged -- -D warnings && cargo fmt",
|
|
30
30
|
"lint:fix": "cargo clippy --all-targets --all-features --fix --allow-dirty",
|
|
31
|
-
"typecheck": "cargo check --lib --features native",
|
|
31
|
+
"typecheck": "export PATH=\"$HOME/.cargo/bin:$PATH\" && cargo check --lib --features native",
|
|
32
32
|
"example:native:basic": "cargo run --example basic_runtime --features native",
|
|
33
33
|
"example:native:handlers": "cargo run --example with_handlers --features native",
|
|
34
34
|
"example:wasm:basic": "bun run examples/wasm/basic.ts",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "dd83c65e58df52768d31b55abe591573407ab346"
|
|
46
46
|
}
|