remix-sitemap
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -9,3 +9,3 @@ export interface RemixSitemapConfig { | ||
optionalSegments?: Record<string, string[]>; | ||
headers?: Headers; | ||
headers?: Headers | Record<string, string>; | ||
} | ||
@@ -12,0 +12,0 @@ export interface SitemapEntry { |
{ | ||
"name": "remix-sitemap", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"private": false, | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"prepublish": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"dev": "tsc -w" | ||
@@ -11,0 +11,0 @@ }, |
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
27182