next 15.4.2-canary.40 → 15.4.2-canary.41
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/bin/next +1 -1
- package/dist/build/index.js +2 -2
- package/dist/build/swc/index.js +1 -1
- package/dist/build/webpack/loaders/next-app-loader/index.js +5 -10
- package/dist/build/webpack/loaders/next-app-loader/index.js.map +1 -1
- package/dist/build/webpack-config.js +2 -2
- package/dist/client/app-bootstrap.js +1 -1
- package/dist/client/index.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages-api.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-api.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages-api.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-api.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages.runtime.prod.js.map +1 -1
- package/dist/esm/build/index.js +2 -2
- package/dist/esm/build/swc/index.js +1 -1
- package/dist/esm/build/webpack/loaders/next-app-loader/index.js +5 -10
- package/dist/esm/build/webpack/loaders/next-app-loader/index.js.map +1 -1
- package/dist/esm/build/webpack-config.js +2 -2
- package/dist/esm/client/app-bootstrap.js +1 -1
- package/dist/esm/client/index.js +1 -1
- package/dist/esm/server/config.js +8 -8
- package/dist/esm/server/config.js.map +1 -1
- package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
- package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/esm/server/lib/app-info-log.js +1 -1
- package/dist/esm/server/lib/start-server.js +1 -1
- package/dist/esm/shared/lib/canary-only.js +1 -1
- package/dist/server/config.js +8 -8
- package/dist/server/config.js.map +1 -1
- package/dist/server/dev/hot-reloader-turbopack.js +1 -1
- package/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/server/lib/app-info-log.js +1 -1
- package/dist/server/lib/start-server.js +1 -1
- package/dist/shared/lib/canary-only.js +1 -1
- package/dist/telemetry/anonymous-meta.js +1 -1
- package/dist/telemetry/events/session-stopped.js +2 -2
- package/dist/telemetry/events/version.js +2 -2
- package/dist/types.d.ts +4 -0
- package/package.json +15 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "next",
|
3
|
-
"version": "15.4.2-canary.
|
3
|
+
"version": "15.4.2-canary.41",
|
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.
|
105
|
+
"@next/env": "15.4.2-canary.41",
|
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.
|
136
|
-
"@next/swc-darwin-x64": "15.4.2-canary.
|
137
|
-
"@next/swc-linux-arm64-gnu": "15.4.2-canary.
|
138
|
-
"@next/swc-linux-arm64-musl": "15.4.2-canary.
|
139
|
-
"@next/swc-linux-x64-gnu": "15.4.2-canary.
|
140
|
-
"@next/swc-linux-x64-musl": "15.4.2-canary.
|
141
|
-
"@next/swc-win32-arm64-msvc": "15.4.2-canary.
|
142
|
-
"@next/swc-win32-x64-msvc": "15.4.2-canary.
|
135
|
+
"@next/swc-darwin-arm64": "15.4.2-canary.41",
|
136
|
+
"@next/swc-darwin-x64": "15.4.2-canary.41",
|
137
|
+
"@next/swc-linux-arm64-gnu": "15.4.2-canary.41",
|
138
|
+
"@next/swc-linux-arm64-musl": "15.4.2-canary.41",
|
139
|
+
"@next/swc-linux-x64-gnu": "15.4.2-canary.41",
|
140
|
+
"@next/swc-linux-x64-musl": "15.4.2-canary.41",
|
141
|
+
"@next/swc-win32-arm64-msvc": "15.4.2-canary.41",
|
142
|
+
"@next/swc-win32-x64-msvc": "15.4.2-canary.41"
|
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.
|
178
|
-
"@next/polyfill-module": "15.4.2-canary.
|
179
|
-
"@next/polyfill-nomodule": "15.4.2-canary.
|
180
|
-
"@next/react-refresh-utils": "15.4.2-canary.
|
181
|
-
"@next/swc": "15.4.2-canary.
|
177
|
+
"@next/font": "15.4.2-canary.41",
|
178
|
+
"@next/polyfill-module": "15.4.2-canary.41",
|
179
|
+
"@next/polyfill-nomodule": "15.4.2-canary.41",
|
180
|
+
"@next/react-refresh-utils": "15.4.2-canary.41",
|
181
|
+
"@next/swc": "15.4.2-canary.41",
|
182
182
|
"@opentelemetry/api": "1.6.0",
|
183
183
|
"@playwright/test": "1.51.1",
|
184
184
|
"@rspack/core": "1.4.5",
|