From 6c01bddd0a1cd6ffb07572e5e3df5c12bcf3d2f2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 29 Aug 2026 18:32:55 +0000 Subject: [PATCH] chore: point @mat3ra/wode at 2026.8.29-0 Picks up the execution-unit flavor fix (wode#167): selecting a flavor now takes the input files of the flavor being switched to, instead of carrying over the previous flavor's script.py/requirements.txt and duplicating one of them into the slot a new flavor adds. Verified: npm test passes (8/8), npm run transpile passes, npm run build:standalone passes. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01XLzSAxuLPHXfvX7BWUsyJB --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9a9f2e..db7d7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@mat3ra/standata": "2026.8.18-0", "@mat3ra/tsconfig": "^2024.6.3-0", "@mat3ra/utils": "2026.8.18-1", - "@mat3ra/wode": "2026.8.18-0", + "@mat3ra/wode": "2026.8.29-0", "@mui/icons-material": "^5.11.9", "@mui/lab": "^5.0.0-alpha.120", "@mui/material": "^5.11.9", @@ -5339,9 +5339,9 @@ } }, "node_modules/@mat3ra/wode": { - "version": "2026.8.18-0", - "resolved": "https://registry.npmjs.org/@mat3ra/wode/-/wode-2026.8.18-0.tgz", - "integrity": "sha512-vLqHfFfl6KHUbYQ3zOY7UzyWUB0MJ+hcH0UpZPlLEjqRATobQ7+d5PV5B62+M7PaAFZtvWVWDzGohM89h1hTGg==", + "version": "2026.8.29-0", + "resolved": "https://registry.npmjs.org/@mat3ra/wode/-/wode-2026.8.29-0.tgz", + "integrity": "sha512-IkI5lhckbQAUBvb7gGfB6/96JhvyIFjvg58i3qNm+2pumWUuFcI4jaa4dcGaJSTLnYfU2vKwxkV3CoF7iUFEAA==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a050ee9..5b5c20e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@mat3ra/standata": "2026.8.18-0", "@mat3ra/tsconfig": "^2024.6.3-0", "@mat3ra/utils": "2026.8.18-1", - "@mat3ra/wode": "2026.8.18-0", + "@mat3ra/wode": "2026.8.29-0", "@mui/icons-material": "^5.11.9", "@mui/lab": "^5.0.0-alpha.120", "@mui/material": "^5.11.9",