@stephansama/catppuccin-xsl 1.1.5 → 1.1.6

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/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # @stephansama/catppuccin-xsl
1
+ <div align="center">
2
+
3
+ # [`@stephansama`](https://github.com/stephansama) / catppuccin-xsl
4
+
5
+ </div>
2
6
 
3
7
  [![Source code](https://img.shields.io/badge/Source-666666?style=flat&logo=github&label=Github&labelColor=211F1F)](https://github.com/stephansama/packages/tree/main/core/catppuccin-xsl)
4
8
  [![Documentation](https://img.shields.io/badge/Documentation-211F1F?style=flat&logo=Wikibooks&labelColor=211F1F)](https://packages.stephansama.info/api/@stephansama/catppuccin-xsl)
@@ -6,7 +6,7 @@ version is based on catppuccin&#x27;s
6
6
  frappe
7
7
 
8
8
  @stephansama/catppuccin-xsl
9
- v1.1.5
9
+ v1.1.6
10
10
  -
11
11
  2026
12
12
  --><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">
@@ -6,7 +6,7 @@ version is based on catppuccin&#x27;s
6
6
  macchiato
7
7
 
8
8
  @stephansama/catppuccin-xsl
9
- v1.1.5
9
+ v1.1.6
10
10
  -
11
11
  2026
12
12
  --><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">
@@ -6,7 +6,7 @@ version is based on catppuccin&#x27;s
6
6
  mocha
7
7
 
8
8
  @stephansama/catppuccin-xsl
9
- v1.1.5
9
+ v1.1.6
10
10
  -
11
11
  2026
12
12
  --><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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stephansama/catppuccin-xsl",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Catppuccin styles for various xsl formats",
5
5
  "keywords": [
6
6
  "catppuccin-xsl"
@@ -41,15 +41,15 @@
41
41
  "tsx": "4.21.0",
42
42
  "vite-tsconfig-paths": "5.1.4",
43
43
  "zod": "4.2.1",
44
- "@stephansama/typed-templates": "1.1.4"
44
+ "@stephansama/typed-templates": "1.1.5"
45
+ },
46
+ "engines": {
47
+ "node": ">=24"
45
48
  },
46
49
  "publishConfig": {
47
50
  "access": "public",
48
51
  "provenance": true
49
52
  },
50
- "engines": {
51
- "node": ">=24"
52
- },
53
53
  "scripts": {
54
54
  "audit": "tsx ./templates/schema.ts",
55
55
  "build": "pnpm run --sequential \"/^build:.*/\"",