@qzsy/vinext 0.1.83 → 0.1.84

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.
@@ -19,8 +19,8 @@ import "./app-page-response.js";
19
19
  import { parseNextHttpErrorDigest } from "./next-error-digest.js";
20
20
  import { matchPrerenderRouteParamsPayload, readTrustedPrerenderRouteParams, serializePrerenderRouteParamsHeader } from "./prerender-route-params.js";
21
21
  import { getRenderedConcreteUrlPathsForRoute } from "./pregenerated-concrete-paths.js";
22
- import { pickRootParams, setRootParams } from "../shims/root-params.js";
23
22
  import { flattenErrorCauses } from "../utils/error-cause.js";
23
+ import { pickRootParams, setRootParams } from "../shims/root-params.js";
24
24
  import { createServerActionNotFoundResponse, getServerActionNotFoundMessage } from "./server-action-not-found.js";
25
25
  import { buildPageCacheTags } from "./implicit-tags.js";
26
26
  import { buildPostMwRequestContext } from "./app-post-middleware-context.js";
@@ -582,7 +582,7 @@ const Link = forwardRef(function Link({ href, as, replace = false, prefetch: pre
582
582
  const Router = window.next?.appDir === true ? void 0 : window.next?.router;
583
583
  await navigatePagesRouterLinkWithFallback({
584
584
  router: Router && "reload" in Router ? Router : void 0,
585
- loadRouter: async () => (await import("D:\\projects\\vinext\\node_modules\\.pnpm\\next@16.2.7_@opentelemetry+_a27effa3fabbfbd07255229e73bfb661\\node_modules\\next\\router.js")).default,
585
+ loadRouter: async () => (await import("./router.js")).default,
586
586
  navigation: {
587
587
  href: pagesHrefForLink,
588
588
  as: pagesAsForLink,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qzsy/vinext",
3
- "version": "0.1.83",
3
+ "version": "0.1.84",
4
4
  "description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
5
5
  "license": "MIT",
6
6
  "repository": {