@compiiile/compiiile 2.18.9 → 2.18.11

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/bin/config.js CHANGED
@@ -79,7 +79,8 @@ const astroConfig = {
79
79
  "@astrojs/internal-helpers",
80
80
  "mrmime",
81
81
  "zod",
82
- "entities"
82
+ "entities",
83
+ "piccolore"
83
84
  )
84
85
  }
85
86
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.18.9",
4
+ "version": "2.18.11",
5
5
  "description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
6
6
  "author": "AlbanCrepel <alban.crepel@gmail.com>",
7
7
  "license": "GPL-3.0-only",
@@ -27,6 +27,7 @@
27
27
  "@babel/core": "^7.28.5",
28
28
  "@babel/eslint-parser": "^7.28.5",
29
29
  "@babel/parser": "^7.28.5",
30
+ "@compiiile/compiiile-print": "^1.0.7",
30
31
  "@eslint/compat": "^1.4.1",
31
32
  "@eslint/js": "^9.39.2",
32
33
  "@fontsource-variable/archivo": "^5.2.8",
package/.compiiileignore DELETED
@@ -1 +0,0 @@
1
- # "test": "COMPIIILE_PRO_ENV=local compiiile-pro preview"