@stephansama/catppuccin-xsl 1.1.0 → 1.1.1
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/rss-frappe.xsl +1 -1
- package/dist/rss-macchiato.xsl +1 -1
- package/dist/rss-mocha.xsl +1 -1
- package/package.json +5 -5
package/dist/rss-frappe.xsl
CHANGED
|
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
|
|
|
4
4
|
|
|
5
5
|
This version is based on catppuccin's frappe
|
|
6
6
|
|
|
7
|
-
@stephansama/catppuccin-xsl v1.1.
|
|
7
|
+
@stephansama/catppuccin-xsl v1.1.1 - 2026
|
|
8
8
|
|
|
9
9
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
10
10
|
<xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
|
package/dist/rss-macchiato.xsl
CHANGED
|
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
|
|
|
4
4
|
|
|
5
5
|
This version is based on catppuccin's macchiato
|
|
6
6
|
|
|
7
|
-
@stephansama/catppuccin-xsl v1.1.
|
|
7
|
+
@stephansama/catppuccin-xsl v1.1.1 - 2026
|
|
8
8
|
|
|
9
9
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
10
10
|
<xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
|
package/dist/rss-mocha.xsl
CHANGED
|
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
|
|
|
4
4
|
|
|
5
5
|
This version is based on catppuccin's mocha
|
|
6
6
|
|
|
7
|
-
@stephansama/catppuccin-xsl v1.1.
|
|
7
|
+
@stephansama/catppuccin-xsl v1.1.1 - 2026
|
|
8
8
|
|
|
9
9
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
10
10
|
<xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stephansama/catppuccin-xsl",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Catppuccin styles for various xsl formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"catppuccin-xsl"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"minify": "14.0.0",
|
|
40
40
|
"tsx": "4.21.0",
|
|
41
41
|
"vite-tsconfig-paths": "^5.1.4",
|
|
42
|
-
"zod": "4.
|
|
42
|
+
"zod": "4.2.1",
|
|
43
43
|
"@stephansama/typed-templates": "1.1.0"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"build:rss": "tsx ./src/rss.ts",
|
|
55
55
|
"build:sitemap": "tsx ./src/sitemap.ts",
|
|
56
56
|
"dev": "pnpm run --parallel \"/^dev:.*/\"",
|
|
57
|
-
"dev:opml": "
|
|
58
|
-
"dev:rss": "
|
|
59
|
-
"dev:sitemap": "
|
|
57
|
+
"dev:opml": "tsx watch ./src/opml.ts",
|
|
58
|
+
"dev:rss": "tsx watch ./src/rss.ts",
|
|
59
|
+
"dev:sitemap": "tsx watch ./src/sitemap.ts"
|
|
60
60
|
}
|
|
61
61
|
}
|