@blitzjs/config
Advanced tools
Comparing version 0.40.0-danger.3e267be38.2 to 0.40.0-danger.477e38912.5
@@ -1,3 +0,3 @@ | ||
import { NextConfig } from "next/dist/next-server/server/config"; | ||
declare type NextExperimental = NextConfig["experimental"]; | ||
import { NextConfig, NextConfigComplete } from "next/dist/server/config-shared"; | ||
declare type NextExperimental = NextConfigComplete["experimental"]; | ||
interface Experimental extends NextExperimental { | ||
@@ -4,0 +4,0 @@ isomorphicResolverImports?: boolean; |
{ | ||
"name": "@blitzjs/config", | ||
"version": "0.40.0-danger.3e267be38.2+3e267be38", | ||
"version": "0.40.0-danger.477e38912.5+477e38912", | ||
"description": "Loads the blitz app config", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "3e267be382245058d1c01a863a5d86f54789d874", | ||
"gitHead": "477e38912e431588d62d37b970fced7045dfe617", | ||
"dependencies": { | ||
@@ -31,0 +31,0 @@ "esbuild": "^0.11.12", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15308