@elizaos/rust 2.0.0-alpha.3 → 2.0.0-alpha.31
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.31",
|
|
4
4
|
"description": "elizaOS Core - Rust runtime and types",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "pkg/node/elizaos.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"build": "./build.sh",
|
|
26
26
|
"build:native": "cargo build --release",
|
|
27
27
|
"build:wasm": "wasm-pack build --target web --out-dir pkg/web --no-default-features --features wasm && wasm-pack build --target nodejs --out-dir pkg/node --no-default-features --features wasm",
|
|
28
|
-
"test": "cargo test",
|
|
28
|
+
"test": "cargo test && (bun run test:wasm || echo '[WARN] WASM tests skipped - requires wasm-pack build')",
|
|
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
31
|
"typecheck": "cargo check --lib --features native",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "84135db9a4dbe69c3f6ce2066de35346b2d629b6"
|
|
46
46
|
}
|