@makinzm/mille 0.0.7 → 0.0.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,7 @@ Requires Node.js ≥ 18. The npm package bundles `mille.wasm` (the compiled Rust
58
58
  ### go install
59
59
 
60
60
  ```sh
61
- go install github.com/makinzm/mille/packages/go@latest
61
+ go install github.com/makinzm/mille/packages/go/mille@latest
62
62
  ```
63
63
 
64
64
  The Go wrapper embeds `mille.wasm` (the compiled Rust core) and runs it via [wazero](https://wazero.io/) — a zero-dependency WebAssembly runtime. No network access or caching required; the binary is fully self-contained.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makinzm/mille",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Architecture Checker — Rust-based multi-language architecture linter",
5
5
  "main": "index.js",
6
6
  "bin": {