chore(micron-parser-go): update version to v1.0.4 in integrity.json and related script

This commit is contained in:
Ivan
2026-05-03 10:32:17 -05:00
parent 42de432099
commit 87f4c73275
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
{
"version": "v1.0.3",
"wasm": "sha384-UTy7QMULnY7BvB4K66L00C+5o23/jZVGd9klogT4FFU7tU1AxwkLRXZYDiLeTdP+",
"version": "v1.0.4",
"wasm": "sha384-yfOVcfwRqbegeAnDNdC6z83Z7eGPBKJ78L2iNNrqSzhVfl/uYomk2KfvA3t2JyCS",
"wasmExec": "sha384-PWCs+V4BDf9yY1yjkD/p+9xNEs4iEbuvq+HezAOJiY3XL5GI6VyJXMsvnjiwNbce"
}
+1 -1
View File
@@ -2,4 +2,4 @@
* Micron-Parser-Go release tag for default WASM URL (scripts/fetch-micron-wasm.mjs)
* and build-time tooltip copy (VITE_MICRON_PARSER_GO_RELEASE).
*/
export const MICRON_PARSER_GO_RELEASE_TAG = "v1.0.3";
export const MICRON_PARSER_GO_RELEASE_TAG = "v1.0.4";