@factor/plugin-sitemap
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.20
@@ -35,3 +35,3 @@ export default Factor => { | ||
.map(({ type, permalink }) => { | ||
return Factor.$posts.getPermalink({ type, permalink, root: false }) | ||
return Factor.$posts.getPermalink({ postType, permalink, root: false }) | ||
}) | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "@factor/plugin-sitemap", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.20", | ||
"license": "GPL-2.0", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e2c60fdf9e1f43f53615d1258dfd66203577a103" | ||
"gitHead": "e11cbda7b934f3aedf067d0e1b642491bc5f753d" | ||
} |
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
21271