From 576bad8220546727c778409551db28402ce206ec Mon Sep 17 00:00:00 2001 From: changepacks Date: Sun, 30 Aug 2026 04:17:28 +0000 Subject: [PATCH] Update Versions --- ...hangepack_log_fixBunIsolatedWasmResolution20260830.json | 7 ------- packages/next-plugin/package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .changepacks/changepack_log_fixBunIsolatedWasmResolution20260830.json diff --git a/.changepacks/changepack_log_fixBunIsolatedWasmResolution20260830.json b/.changepacks/changepack_log_fixBunIsolatedWasmResolution20260830.json deleted file mode 100644 index 75e4d676..00000000 --- a/.changepacks/changepack_log_fixBunIsolatedWasmResolution20260830.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "changes": { - "packages/next-plugin/package.json": "Patch" - }, - "note": "Resolve WASM from the plugin's physical install location in Bun isolated installs", - "date": "2026-08-30T03:43:34.977Z" -} diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 0e3b94d0..a500dc79 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.85", + "version": "1.0.86", "scripts": { "lint": "eslint", "build": "bun ../../node_modules/@typescript/native/bin/tsc && bun build --target node src/index.ts --production --env=disable --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --env=disable --outfile dist/index.mjs --format esm --packages external && bun build --target node src/loader.ts --production --env=disable --outfile dist/loader.cjs --format cjs --packages external && bun build --target node src/loader.ts --production --env=disable --outfile dist/loader.mjs --format esm --packages external && bun build --target node src/css-loader.ts --production --env=disable --outfile dist/css-loader.cjs --format cjs --packages external && bun build --target node src/css-loader.ts --production --env=disable --outfile dist/css-loader.mjs --format esm --packages external"