site-config-stack 3.1.8 → 3.1.9

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.
package/dist/urls.cjs CHANGED
@@ -76,6 +76,9 @@ const fileExtensions = [
76
76
  "ts",
77
77
  "vue",
78
78
  "svelte",
79
+ "xsl",
80
+ "rss",
81
+ "atom",
79
82
  // Programming
80
83
  "php",
81
84
  "py",
package/dist/urls.mjs CHANGED
@@ -74,6 +74,9 @@ const fileExtensions = [
74
74
  "ts",
75
75
  "vue",
76
76
  "svelte",
77
+ "xsl",
78
+ "rss",
79
+ "atom",
77
80
  // Programming
78
81
  "php",
79
82
  "py",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "site-config-stack",
3
3
  "type": "module",
4
- "version": "3.1.8",
4
+ "version": "3.1.9",
5
5
  "description": "Shared site configuration utilities.",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",