@mdream/vite 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -56,11 +56,11 @@ The plugin enables accessing any HTML path with a `.md` extension:
56
56
 
57
57
  ## Configuration Options
58
58
 
59
- ```typescript
59
+ ```ts
60
60
  interface ViteHtmlToMarkdownOptions {
61
61
  /**
62
62
  * Glob patterns to include HTML files for processing
63
- * @default ['**/*.html']
63
+ * @default ['**\/*.html']
64
64
  */
65
65
  include?: string[]
66
66
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mdream/vite",
3
3
  "type": "module",
4
- "version": "0.7.0",
4
+ "version": "0.7.2",
5
5
  "description": "Vite plugin for HTML to Markdown conversion with on-demand generation",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -35,14 +35,14 @@
35
35
  "dist"
36
36
  ],
37
37
  "peerDependencies": {
38
- "vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
38
+ "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "mdream": "0.7.0"
41
+ "mdream": "0.7.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^22.0.0",
45
- "vite": "^6.0.0"
44
+ "@types/node": "^24.0.12",
45
+ "vite": "^7.0.3"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "obuild",