@openuiai/next 16.0.8 → 16.0.10
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.
package/dist/build/swc/index.js
CHANGED
|
@@ -128,7 +128,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
|
|
|
128
128
|
}
|
|
129
129
|
return newObj;
|
|
130
130
|
}
|
|
131
|
-
const nextVersion = "16.0.
|
|
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.
|
|
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) {
|