next-multilingual
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -72,3 +72,12 @@ "use strict"; | ||
*/ | ||
exports.NON_ROUTABLE_PAGE_FILES = ['index', '_app', '_document', '_error', '404', '500']; | ||
exports.NON_ROUTABLE_PAGE_FILES = [ | ||
'index', | ||
'_app', | ||
'_document', | ||
'_error', | ||
'404', | ||
'404/index', | ||
'500', | ||
'500/index', | ||
]; | ||
/** | ||
@@ -75,0 +84,0 @@ * Get all possible permutations of the non-routable app-root-relative pages file paths. |
{ | ||
"name": "next-multilingual", | ||
"description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -120,3 +120,3 @@ "main": "lib/index.js", | ||
"@types/express": "^4.17.13", | ||
"@types/node": "^18.7.1", | ||
"@types/node": "^18.7.2", | ||
"@types/react": "^18.0.17", | ||
@@ -132,3 +132,3 @@ "@types/react-dom": "^18.0.6", | ||
"eslint": "^8.21.0", | ||
"eslint-config-next": "v12.2.4", | ||
"eslint-config-next": "v12.2.5", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -145,3 +145,3 @@ "eslint-import-resolver-node": "^0.3.6", | ||
"express": "^4.18.1", | ||
"next": "v12.2.4", | ||
"next": "v12.2.5", | ||
"prettier": "^2.7.1", | ||
@@ -148,0 +148,0 @@ "prettier-plugin-organize-imports": "^3.0.3", |
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
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
238472
3662