@mmnto/pack-rust-architecture 1.45.0 → 1.46.0
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmnto/pack-rust-architecture",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Baseline architectural lessons for Rust + Bevy ECS consumers. ADR-097 Stage 1 pilot. Numeric safety, compile-time discipline, ECS hot-path patterns, schedule edges, determinism fixtures, test-vs-production parity.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@ast-grep/napi": "^0.42.0",
|
|
40
40
|
"@vscode/tree-sitter-wasm": "^0.3.1",
|
|
41
41
|
"vitest": "^3.0.0",
|
|
42
|
-
"@mmnto/totem": "1.
|
|
42
|
+
"@mmnto/totem": "1.46.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "node scripts/copy-wasm.cjs",
|