@openuiai/next 16.0.8 → 16.0.9

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.
@@ -128,7 +128,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
128
128
  }
129
129
  return newObj;
130
130
  }
131
- const nextVersion = "16.0.8";
131
+ const nextVersion = "16.0.0"; // Use official Next.js version for SWC binaries
132
132
  const ArchName = (0, _os.arch)();
133
133
  const PlatformName = (0, _os.platform)();
134
134
  function infoLog(...args) {
@@ -8,7 +8,7 @@ import { eventSwcLoadFailure } from '../../telemetry/events/swc-load-failure';
8
8
  import { patchIncorrectLockfile } from '../../lib/patch-incorrect-lockfile';
9
9
  import { downloadNativeNextSwc, downloadWasmSwc } from '../../lib/download-swc';
10
10
  import { getDefineEnv } from '../define-env';
11
- const nextVersion = "16.0.8";
11
+ const nextVersion = "16.0.0"; // Use official Next.js version for SWC binaries
12
12
  const ArchName = arch();
13
13
  const PlatformName = platform();
14
14
  function infoLog(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openuiai/next",
3
- "version": "16.0.8",
3
+ "version": "16.0.9",
4
4
  "description": "OpenNext.js - A development-focused fork of Next.js with Bun support",
5
5
  "main": "./dist/server/next.js",
6
6
  "license": "MIT",