@nuxtjs/mdc 0.13.0 → 0.13.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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/mdc",
3
3
  "configKey": "mdc",
4
- "version": "0.13.0",
4
+ "version": "0.13.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -188,7 +188,7 @@ const mdcRemarkHandlers = {
188
188
  },
189
189
  table: (state, node) => {
190
190
  visit(node, (node2) => {
191
- if (node2.type === "rehype-element") {
191
+ if (node2.type === mdcRemarkElementType) {
192
192
  node2.type = "element";
193
193
  }
194
194
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/mdc",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Nuxt MDC module",
5
5
  "repository": "nuxt-modules/mdc",
6
6
  "license": "MIT",
@@ -89,7 +89,7 @@
89
89
  "micromark-util-sanitize-uri": "^2.0.1",
90
90
  "ohash": "^1.1.4",
91
91
  "parse5": "^7.2.1",
92
- "pathe": "^2.0.1",
92
+ "pathe": "^2.0.2",
93
93
  "property-information": "^6.5.0",
94
94
  "rehype-external-links": "^3.0.0",
95
95
  "rehype-minify-whitespace": "^6.0.2",
@@ -128,7 +128,7 @@
128
128
  "rehype": "^13.0.2",
129
129
  "release-it": "^18.1.1",
130
130
  "typescript": "5.6.2",
131
- "vitest": "^2.1.8",
131
+ "vitest": "^3.0.1",
132
132
  "vue-tsc": "^2.2.0"
133
133
  },
134
134
  "resolutions": {