@site-index/core 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import { Artifact } from "./artifact.js";
2
2
  const XML_VERSION_DECLARATION = '<?xml version="1.0" encoding="UTF-8"?>';
3
- const SITEMAP_XML_NAMESPACE = "https://www.sitemaps.org/schemas/sitemap/0.9";
3
+ const SITEMAP_XML_NAMESPACE = "http://www.sitemaps.org/schemas/sitemap/0.9";
4
4
  function escapeXml(value) {
5
5
  return value
6
6
  .replaceAll("&", "&amp;")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@site-index/core",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Deterministic site-index pipeline: config, discovery, loading, validation, and artifact generation.",
5
5
  "keywords": [
6
6
  "site-index",