next 15.4.2-canary.45 → 15.4.2-canary.46

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 (37) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +2 -2
  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-turbo.runtime.prod.js +1 -1
  8. package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js.map +1 -1
  9. package/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
  10. package/dist/compiled/next-server/pages-turbo.runtime.prod.js.map +1 -1
  11. package/dist/esm/build/index.js +2 -2
  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/lib/find-root.js +10 -9
  17. package/dist/esm/lib/find-root.js.map +1 -1
  18. package/dist/esm/server/config.js +1 -1
  19. package/dist/esm/server/config.js.map +1 -1
  20. package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
  21. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  22. package/dist/esm/server/lib/app-info-log.js +1 -1
  23. package/dist/esm/server/lib/start-server.js +1 -1
  24. package/dist/esm/shared/lib/canary-only.js +1 -1
  25. package/dist/lib/find-root.js +10 -9
  26. package/dist/lib/find-root.js.map +1 -1
  27. package/dist/server/config.js +1 -1
  28. package/dist/server/config.js.map +1 -1
  29. package/dist/server/dev/hot-reloader-turbopack.js +1 -1
  30. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  31. package/dist/server/lib/app-info-log.js +1 -1
  32. package/dist/server/lib/start-server.js +1 -1
  33. package/dist/shared/lib/canary-only.js +1 -1
  34. package/dist/telemetry/anonymous-meta.js +1 -1
  35. package/dist/telemetry/events/session-stopped.js +2 -2
  36. package/dist/telemetry/events/version.js +2 -2
  37. package/package.json +15 -15
@@ -11,11 +11,11 @@ Object.defineProperty(exports, "eventCliSessionStopped", {
11
11
  const EVENT_VERSION = 'NEXT_CLI_SESSION_STOPPED';
12
12
  function eventCliSessionStopped(event) {
13
13
  // This should be an invariant, if it fails our build tooling is broken.
14
- if (typeof "15.4.2-canary.45" !== 'string') {
14
+ if (typeof "15.4.2-canary.46" !== 'string') {
15
15
  return [];
16
16
  }
17
17
  const payload = {
18
- nextVersion: "15.4.2-canary.45",
18
+ nextVersion: "15.4.2-canary.46",
19
19
  nodeVersion: process.version,
20
20
  cliCommand: event.cliCommand,
21
21
  durationMilliseconds: event.durationMilliseconds,
@@ -36,12 +36,12 @@ function hasBabelConfig(dir) {
36
36
  function eventCliSession(dir, nextConfig, event) {
37
37
  var _nextConfig_experimental_staleTimes, _nextConfig_experimental_staleTimes1, _nextConfig_experimental_reactCompiler, _nextConfig_experimental_reactCompiler1;
38
38
  // This should be an invariant, if it fails our build tooling is broken.
39
- if (typeof "15.4.2-canary.45" !== 'string') {
39
+ if (typeof "15.4.2-canary.46" !== 'string') {
40
40
  return [];
41
41
  }
42
42
  const { images, i18n } = nextConfig || {};
43
43
  const payload = {
44
- nextVersion: "15.4.2-canary.45",
44
+ nextVersion: "15.4.2-canary.46",
45
45
  nodeVersion: process.version,
46
46
  cliCommand: event.cliCommand,
47
47
  isSrcDir: event.isSrcDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next",
3
- "version": "15.4.2-canary.45",
3
+ "version": "15.4.2-canary.46",
4
4
  "description": "The React Framework",
5
5
  "main": "./dist/server/next.js",
6
6
  "license": "MIT",
@@ -102,7 +102,7 @@
102
102
  ]
103
103
  },
104
104
  "dependencies": {
105
- "@next/env": "15.4.2-canary.45",
105
+ "@next/env": "15.4.2-canary.46",
106
106
  "@swc/helpers": "0.5.15",
107
107
  "caniuse-lite": "^1.0.30001579",
108
108
  "postcss": "8.4.31",
@@ -132,14 +132,14 @@
132
132
  },
133
133
  "optionalDependencies": {
134
134
  "sharp": "^0.34.3",
135
- "@next/swc-darwin-arm64": "15.4.2-canary.45",
136
- "@next/swc-darwin-x64": "15.4.2-canary.45",
137
- "@next/swc-linux-arm64-gnu": "15.4.2-canary.45",
138
- "@next/swc-linux-arm64-musl": "15.4.2-canary.45",
139
- "@next/swc-linux-x64-gnu": "15.4.2-canary.45",
140
- "@next/swc-linux-x64-musl": "15.4.2-canary.45",
141
- "@next/swc-win32-arm64-msvc": "15.4.2-canary.45",
142
- "@next/swc-win32-x64-msvc": "15.4.2-canary.45"
135
+ "@next/swc-darwin-arm64": "15.4.2-canary.46",
136
+ "@next/swc-darwin-x64": "15.4.2-canary.46",
137
+ "@next/swc-linux-arm64-gnu": "15.4.2-canary.46",
138
+ "@next/swc-linux-arm64-musl": "15.4.2-canary.46",
139
+ "@next/swc-linux-x64-gnu": "15.4.2-canary.46",
140
+ "@next/swc-linux-x64-musl": "15.4.2-canary.46",
141
+ "@next/swc-win32-arm64-msvc": "15.4.2-canary.46",
142
+ "@next/swc-win32-x64-msvc": "15.4.2-canary.46"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@ampproject/toolbox-optimizer": "2.8.3",
@@ -174,11 +174,11 @@
174
174
  "@jest/types": "29.5.0",
175
175
  "@mswjs/interceptors": "0.23.0",
176
176
  "@napi-rs/triples": "1.2.0",
177
- "@next/font": "15.4.2-canary.45",
178
- "@next/polyfill-module": "15.4.2-canary.45",
179
- "@next/polyfill-nomodule": "15.4.2-canary.45",
180
- "@next/react-refresh-utils": "15.4.2-canary.45",
181
- "@next/swc": "15.4.2-canary.45",
177
+ "@next/font": "15.4.2-canary.46",
178
+ "@next/polyfill-module": "15.4.2-canary.46",
179
+ "@next/polyfill-nomodule": "15.4.2-canary.46",
180
+ "@next/react-refresh-utils": "15.4.2-canary.46",
181
+ "@next/swc": "15.4.2-canary.46",
182
182
  "@opentelemetry/api": "1.6.0",
183
183
  "@playwright/test": "1.51.1",
184
184
  "@rspack/core": "1.4.5",