@compiiile/compiiile 2.13.2 → 2.13.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,5 +1,5 @@
1
1
  {
2
2
  "_variables": {
3
- "lastUpdateCheck": 1722441683265
3
+ "lastUpdateCheck": 1724762294937
4
4
  }
5
5
  }
@@ -0,0 +1 @@
1
+ /// <reference types="astro/client" />
@@ -192,9 +192,10 @@
192
192
 
193
193
  img {
194
194
  max-width: 100%;
195
- margin: 0 auto;
195
+ margin: 20px auto;
196
196
  display: block;
197
197
  object-fit: contain;
198
+ height: auto;
198
199
  }
199
200
 
200
201
  a {
@@ -1 +1,2 @@
1
+ /// <reference path="../.astro/types.d.ts" />
1
2
  /// <reference types="astro/client" />
package/bin/config.js CHANGED
@@ -245,4 +245,4 @@ const run = async (astroConfig) => {
245
245
  }
246
246
  }
247
247
 
248
- export { astroConfig, run }
248
+ export { astroConfig, run, argv }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.13.2",
4
+ "version": "2.13.4",
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,11 +27,11 @@
27
27
  "@astrojs/vue": "^4.5.0",
28
28
  "@babel/core": "^7.0.0-0",
29
29
  "@babel/eslint-parser": "^7.22.15",
30
- "@compiiile/compiiile-pro": "^1.1.5",
30
+ "@compiiile/compiiile-pro": "^1.1.6",
31
31
  "@fontsource-variable/archivo": "^5.0.16",
32
32
  "@fontsource-variable/dm-sans": "^5.0.3",
33
33
  "@fontsource-variable/jetbrains-mono": "^5.0.18",
34
- "astro": "^4.12.3",
34
+ "astro": "^4.14.5",
35
35
  "astro-seo": "^0.8.4",
36
36
  "c12": "^1.11.1",
37
37
  "eslint": "^8.51.0",
@@ -50,12 +50,13 @@
50
50
  "reveal.js": "^5.1.0",
51
51
  "sass": "^1.66.1",
52
52
  "slugify": "^1.6.6",
53
+ "typescript": "^5.5.4",
53
54
  "uuid": "^9.0.1",
54
55
  "vfile-matter": "^5.0.0",
55
56
  "vite": "^5.3.5",
56
- "vue": "^3.4.35",
57
+ "vue": "^3.4.38",
57
58
  "yargs": "^17.7.2",
58
- "zod": "^3.22.3"
59
+ "zod": "^3.23.8"
59
60
  },
60
61
  "keywords": [
61
62
  "markdown",