@nuxtjs/mdc 0.13.1 → 0.13.2

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/mdc",
3
3
  "configKey": "mdc",
4
- "version": "0.13.1",
4
+ "version": "0.13.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -259,6 +259,8 @@ const module = defineNuxtModule({
259
259
  },
260
260
  headings: options.headings
261
261
  });
262
+ nuxt.options.build.transpile ||= [];
263
+ nuxt.options.build.transpile.push("yaml");
262
264
  if (options.highlight) {
263
265
  addWasmSupport(nuxt);
264
266
  if (options.highlight?.noApiRoute !== true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/mdc",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Nuxt MDC module",
5
5
  "repository": "nuxt-modules/mdc",
6
6
  "license": "MIT",