@openuiai/next 15.6.0-bun.25 → 15.6.0-bun.27

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.
Files changed (33) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +3 -3
  3. package/dist/build/swc/index.js +1 -1
  4. package/dist/build/webpack-config.js +2 -2
  5. package/dist/client/app-bootstrap.js +1 -1
  6. package/dist/client/index.js +1 -1
  7. package/dist/compiled/next-server/server.runtime.prod.js +14 -0
  8. package/dist/compiled/next-server/server.runtime.prod.js.map +1 -0
  9. package/dist/esm/build/index.js +3 -3
  10. package/dist/esm/build/swc/index.js +1 -1
  11. package/dist/esm/build/webpack-config.js +2 -2
  12. package/dist/esm/client/app-bootstrap.js +1 -1
  13. package/dist/esm/client/index.js +1 -1
  14. package/dist/esm/lib/typescript/writeConfigurationDefaults.js +34 -0
  15. package/dist/esm/lib/typescript/writeConfigurationDefaults.js.map +1 -1
  16. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  17. package/dist/esm/server/lib/app-info-log.js +1 -1
  18. package/dist/esm/server/lib/start-server.js +1 -1
  19. package/dist/esm/server/require-hook.js +4 -1
  20. package/dist/esm/server/require-hook.js.map +1 -1
  21. package/dist/esm/shared/lib/canary-only.js +1 -1
  22. package/dist/lib/typescript/writeConfigurationDefaults.js +34 -0
  23. package/dist/lib/typescript/writeConfigurationDefaults.js.map +1 -1
  24. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  25. package/dist/server/lib/app-info-log.js +1 -1
  26. package/dist/server/lib/start-server.js +1 -1
  27. package/dist/server/require-hook.js +4 -1
  28. package/dist/server/require-hook.js.map +1 -1
  29. package/dist/shared/lib/canary-only.js +1 -1
  30. package/dist/telemetry/anonymous-meta.js +1 -1
  31. package/dist/telemetry/events/session-stopped.js +2 -2
  32. package/dist/telemetry/events/version.js +2 -2
  33. package/package.json +1 -1
package/dist/bin/next CHANGED
@@ -79,7 +79,7 @@ const program = new NextRootCommand();
79
79
  program.name('next').description('The Next.js CLI allows you to develop, build, start your application, and more.').configureHelp({
80
80
  formatHelp: (cmd, helper)=>(0, _formatclihelpoutput.formatCliHelpOutput)(cmd, helper),
81
81
  subcommandTerm: (cmd)=>`${cmd.name()} ${cmd.usage()}`
82
- }).helpCommand(false).helpOption('-h, --help', 'Displays this message.').version(`Next.js v${"15.6.0-bun.24"}`, '-v, --version', 'Outputs the Next.js version.');
82
+ }).helpCommand(false).helpOption('-h, --help', 'Displays this message.').version(`Next.js v${"15.6.0-bun.26"}`, '-v, --version', 'Outputs the Next.js version.');
83
83
  program.command('build').description('Creates an optimized production build of your application. The output displays information about each route.').argument('[directory]', `A directory on which to build the application. ${(0, _picocolors.italic)('If no directory is provided, the current directory will be used.')}`).option('-d, --debug', 'Enables a more verbose build output.').option('--debug-prerender', 'Enables debug mode for prerendering. Not for production use!').option('--no-lint', 'Disables linting.').option('--no-mangling', 'Disables mangling.').option('--profile', 'Enables production profiling for React.').option('--experimental-app-only', 'Builds only App Router routes.').option('--turbo', 'Starts development mode using Turbopack.').option('--turbopack', 'Starts development mode using Turbopack.').addOption(new _commander.Option('--experimental-build-mode [mode]', 'Uses an experimental build mode.').choices([
84
84
  'compile',
85
85
  'generate',
@@ -369,7 +369,7 @@ async function build(dir, reactProductionProfiling = false, debugOutput = false,
369
369
  const nextBuildSpan = (0, _trace.trace)('next-build', undefined, {
370
370
  buildMode: experimentalBuildMode,
371
371
  isTurboBuild: String(isTurbopack),
372
- version: "15.6.0-bun.24"
372
+ version: "15.6.0-bun.26"
373
373
  });
374
374
  _buildcontext.NextBuildContext.nextBuildSpan = nextBuildSpan;
375
375
  _buildcontext.NextBuildContext.dir = dir;
@@ -848,7 +848,7 @@ async function build(dir, reactProductionProfiling = false, debugOutput = false,
848
848
  // Files outside of the distDir can be "type": "module"
849
849
  await writeFileUtf8(_path.default.join(distDir, 'package.json'), '{"type": "commonjs"}');
850
850
  // These are written to distDir, so they need to come after creating and cleaning distDr.
851
- await (0, _builddiagnostics.recordFrameworkVersion)("15.6.0-bun.24");
851
+ await (0, _builddiagnostics.recordFrameworkVersion)("15.6.0-bun.26");
852
852
  await (0, _builddiagnostics.updateBuildDiagnostics)({
853
853
  buildStage: 'start'
854
854
  });
@@ -2493,7 +2493,7 @@ async function build(dir, reactProductionProfiling = false, debugOutput = false,
2493
2493
  distDir,
2494
2494
  config,
2495
2495
  staticPages,
2496
- nextVersion: "15.6.0-bun.24",
2496
+ nextVersion: "15.6.0-bun.26",
2497
2497
  tracingRoot: outputFileTracingRoot,
2498
2498
  hasNodeMiddleware,
2499
2499
  hasInstrumentationHook,
@@ -131,7 +131,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
131
131
  }
132
132
  return newObj;
133
133
  }
134
- const nextVersion = "15.6.0-bun.24";
134
+ const nextVersion = "15.6.0-bun.26";
135
135
  const ArchName = (0, _os.arch)();
136
136
  const PlatformName = (0, _os.platform)();
137
137
  function infoLog(...args) {
@@ -1678,7 +1678,7 @@ async function getBaseWebpackConfig(dir, { buildId, encryptionKey, config, compi
1678
1678
  isClient && new _copyfileplugin.CopyFilePlugin({
1679
1679
  // file path to build output of `@next/polyfill-nomodule`
1680
1680
  filePath: require.resolve('./polyfills/polyfill-nomodule'),
1681
- cacheKey: "15.6.0-bun.24",
1681
+ cacheKey: "15.6.0-bun.26",
1682
1682
  name: `static/chunks/polyfills${dev ? '' : '-[hash]'}.js`,
1683
1683
  minimize: false,
1684
1684
  info: {
@@ -1859,7 +1859,7 @@ async function getBaseWebpackConfig(dir, { buildId, encryptionKey, config, compi
1859
1859
  // - Next.js location on disk (some loaders use absolute paths and some resolve options depend on absolute paths)
1860
1860
  // - Next.js version
1861
1861
  // - next.config.js keys that affect compilation
1862
- version: `${__dirname}|${"15.6.0-bun.24"}|${configVars}`,
1862
+ version: `${__dirname}|${"15.6.0-bun.26"}|${configVars}`,
1863
1863
  cacheDirectory: _path.default.join(distDir, 'cache', 'webpack'),
1864
1864
  // For production builds, it's more efficient to compress all cache files together instead of compression each one individually.
1865
1865
  // So we disable compression here and allow the build runner to take care of compressing the cache as a whole.
@@ -15,7 +15,7 @@ Object.defineProperty(exports, "appBootstrap", {
15
15
  });
16
16
  const _assetprefix = require("./asset-prefix");
17
17
  const _setattributesfromprops = require("./set-attributes-from-props");
18
- const version = "15.6.0-bun.24";
18
+ const version = "15.6.0-bun.26";
19
19
  window.next = {
20
20
  version,
21
21
  appDir: true
@@ -61,7 +61,7 @@ const _hooksclientcontextsharedruntime = require("../shared/lib/hooks-client-con
61
61
  const _onrecoverableerror = require("./react-client-callbacks/on-recoverable-error");
62
62
  const _tracer = /*#__PURE__*/ _interop_require_default._(require("./tracing/tracer"));
63
63
  const _isnextroutererror = require("./components/is-next-router-error");
64
- const version = "15.6.0-bun.24";
64
+ const version = "15.6.0-bun.26";
65
65
  let router;
66
66
  const emitter = (0, _mitt.default)();
67
67
  const looseToArray = (input)=>[].slice.call(input);