@netlify/plugin-nextjs
Advanced tools
Comparing version 5.3.2 to 5.3.3-canary-no-cache-fix.0
@@ -31,4 +31,4 @@ | ||
mkdir, | ||
readdir, | ||
readFile, | ||
readdir, | ||
readlink, | ||
@@ -44,3 +44,2 @@ symlink, | ||
import { RUN_CONFIG } from "../../run/constants.js"; | ||
import { logger } from "../../run/systemlog.cjs"; | ||
import { verifyNextVersion } from "../verification.js"; | ||
@@ -232,3 +231,3 @@ var tracer = wrapTracer(trace.getTracer("Next runtime")); | ||
if (!definition.dataRoute?.endsWith("/default.rsc")) { | ||
logger.log(`Unable to read cache tags for: ${path}`); | ||
console.log(`Unable to read cache tags for: ${path}`); | ||
} | ||
@@ -235,0 +234,0 @@ } |
@@ -19,3 +19,3 @@ import { | ||
const requestContext = createRequestContext(req.headers.get('x-next-debug-logging')) | ||
const requestContext = createRequestContext(req) | ||
const tracer = getTracer() | ||
@@ -22,0 +22,0 @@ |
@@ -16,3 +16,3 @@ import { | ||
} | ||
const requestContext = createRequestContext(req.headers.get('x-next-debug-logging')) | ||
const requestContext = createRequestContext(req) | ||
const tracer = getTracer() | ||
@@ -19,0 +19,0 @@ |
@@ -13,3 +13,3 @@ /** | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -90,3 +90,3 @@ │ Inlined/re-implemented types │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -109,3 +109,3 @@ │ packages/next/src/shared/lib/escape-regexp.ts │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -131,3 +131,3 @@ │ packages/next/src/shared/lib/router/utils/querystring.ts │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -163,3 +163,3 @@ │ packages/next/src/shared/lib/router/utils/parse-url.ts │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -400,3 +400,3 @@ │ packages/next/src/shared/lib/router/utils/prepare-destination.ts │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -413,3 +413,3 @@ │ packages/next/src/shared/lib/router/utils/is-dynamic.ts │ | ||
/* | ||
/* | ||
┌─────────────────────────────────────────────────────────────────────────┐ | ||
@@ -416,0 +416,0 @@ │ packages/next/shared/lib/router/utils/middleware-route-matcher.ts │ |
import type { Context } from '@netlify/edge-functions' | ||
import matchers from './matchers.json' assert { type: 'json' } | ||
import nextConfig from './next.config.json' assert { type: 'json' } | ||
import matchers from './matchers.json' with { type: 'json' } | ||
import nextConfig from './next.config.json' with { type: 'json' } | ||
@@ -6,0 +6,0 @@ import { InternalHeaders } from './lib/headers.ts' |
{ | ||
"name": "@netlify/plugin-nextjs", | ||
"version": "5.3.2", | ||
"version": "5.3.3-canary-no-cache-fix.0", | ||
"description": "Run Next.js seamlessly on Netlify", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5240645
137047
203
2