@openuiai/next 15.6.0-bun.29 → 15.6.0-bun.30

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 (31) 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/pages-api.runtime.prod.js +1 -1
  8. package/dist/compiled/next-server/pages-api.runtime.prod.js.map +1 -1
  9. package/dist/compiled/next-server/pages.runtime.prod.js +1 -1
  10. package/dist/compiled/next-server/pages.runtime.prod.js.map +1 -1
  11. package/dist/esm/build/index.js +3 -3
  12. package/dist/esm/build/swc/index.js +1 -1
  13. package/dist/esm/build/webpack-config.js +2 -2
  14. package/dist/esm/client/app-bootstrap.js +1 -1
  15. package/dist/esm/client/index.js +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/router-utils/typegen.js +5 -1
  19. package/dist/esm/server/lib/router-utils/typegen.js.map +1 -1
  20. package/dist/esm/server/lib/start-server.js +1 -1
  21. package/dist/esm/shared/lib/canary-only.js +1 -1
  22. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  23. package/dist/server/lib/app-info-log.js +1 -1
  24. package/dist/server/lib/router-utils/typegen.js +10 -1
  25. package/dist/server/lib/router-utils/typegen.js.map +1 -1
  26. package/dist/server/lib/start-server.js +1 -1
  27. package/dist/shared/lib/canary-only.js +1 -1
  28. package/dist/telemetry/anonymous-meta.js +1 -1
  29. package/dist/telemetry/events/session-stopped.js +2 -2
  30. package/dist/telemetry/events/version.js +2 -2
  31. package/package.json +1 -1
@@ -12,12 +12,12 @@ const EVENT_VERSION = 'NEXT_CLI_SESSION_STARTED';
12
12
  function eventCliSession(nextConfig, event) {
13
13
  var _nextConfig_experimental_staleTimes, _nextConfig_experimental_staleTimes1, _nextConfig_experimental_reactCompiler, _nextConfig_experimental_reactCompiler1;
14
14
  // This should be an invariant, if it fails our build tooling is broken.
15
- if (typeof "15.6.0-bun.28" !== 'string') {
15
+ if (typeof "15.6.0-bun.30" !== 'string') {
16
16
  return [];
17
17
  }
18
18
  const { images, i18n } = nextConfig || {};
19
19
  const payload = {
20
- nextVersion: "15.6.0-bun.28",
20
+ nextVersion: "15.6.0-bun.30",
21
21
  nodeVersion: process.version,
22
22
  cliCommand: event.cliCommand,
23
23
  isSrcDir: event.isSrcDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openuiai/next",
3
- "version": "15.6.0-bun.29",
3
+ "version": "15.6.0-bun.30",
4
4
  "description": "The React Framework - Self-Hosted First Fork with Full Bun Support",
5
5
  "main": "./dist/server/next.js",
6
6
  "license": "MIT",