@mmnto/pack-rust-architecture 1.53.2 → 1.53.4

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 +3 -3
package/README.md CHANGED
@@ -68,4 +68,4 @@ This pack is the first non-trivial consumer of the ADR-097 § 10 Pack v0.1 subst
68
68
 
69
69
  ## License
70
70
 
71
- MIT. Same as the Totem monorepo.
71
+ Apache-2.0. Same as the Totem monorepo.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mmnto/pack-rust-architecture",
3
- "version": "1.53.2",
3
+ "version": "1.53.4",
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
- "license": "MIT",
6
+ "license": "Apache-2.0",
7
7
  "main": "./register.cjs",
8
8
  "repository": {
9
9
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "@ast-grep/napi": "^0.42.0",
41
41
  "@vscode/tree-sitter-wasm": "^0.3.1",
42
42
  "vitest": "^3.0.0",
43
- "@mmnto/totem": "1.53.2"
43
+ "@mmnto/totem": "1.53.4"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "node scripts/copy-wasm.cjs",