vite-plugin-storybook-nextjs 3.1.8 → 3.1.9--canary.83.82f0cfe.0
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/index.cjs +8 -0
- package/dist/index.js +8 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5018,6 +5018,14 @@ function VitePlugin({
|
|
|
5018
5018
|
"next/dist/client/head-manager",
|
|
5019
5019
|
"next/dist/client/components/is-next-router-error",
|
|
5020
5020
|
"next/dist/shared/lib/segment",
|
|
5021
|
+
"next/dist/shared/lib/app-router-context.shared-runtime.js",
|
|
5022
|
+
"next/dist/shared/lib/head-manager-context.shared-runtime.js",
|
|
5023
|
+
"next/dist/shared/lib/hooks-client-context.shared-runtime.js",
|
|
5024
|
+
"next/dist/shared/lib/router-context.shared-runtime.js",
|
|
5025
|
+
"next/dist/client/components/redirect-boundary.js",
|
|
5026
|
+
"next/dist/client/head-manager.js",
|
|
5027
|
+
"next/dist/client/components/is-next-router-error.js",
|
|
5028
|
+
"next/dist/shared/lib/segment.js",
|
|
5021
5029
|
"styled-jsx",
|
|
5022
5030
|
"styled-jsx/style",
|
|
5023
5031
|
"sb-original/image-context",
|
package/dist/index.js
CHANGED
|
@@ -4985,6 +4985,14 @@ function VitePlugin({
|
|
|
4985
4985
|
"next/dist/client/head-manager",
|
|
4986
4986
|
"next/dist/client/components/is-next-router-error",
|
|
4987
4987
|
"next/dist/shared/lib/segment",
|
|
4988
|
+
"next/dist/shared/lib/app-router-context.shared-runtime.js",
|
|
4989
|
+
"next/dist/shared/lib/head-manager-context.shared-runtime.js",
|
|
4990
|
+
"next/dist/shared/lib/hooks-client-context.shared-runtime.js",
|
|
4991
|
+
"next/dist/shared/lib/router-context.shared-runtime.js",
|
|
4992
|
+
"next/dist/client/components/redirect-boundary.js",
|
|
4993
|
+
"next/dist/client/head-manager.js",
|
|
4994
|
+
"next/dist/client/components/is-next-router-error.js",
|
|
4995
|
+
"next/dist/shared/lib/segment.js",
|
|
4988
4996
|
"styled-jsx",
|
|
4989
4997
|
"styled-jsx/style",
|
|
4990
4998
|
"sb-original/image-context",
|