@md-plugins/vite-examples-plugin 1.0.0 → 1.1.0

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/index.d.mts CHANGED
@@ -22,10 +22,7 @@ import { Plugin } from "vite";
22
22
  /**
23
23
  * Creates the md-plugins examples plugin and configures its example source path.
24
24
  */
25
- declare function viteExamplesPlugin({
26
- isProd,
27
- path
28
- }: {
25
+ declare function viteExamplesPlugin({ isProd, path }: {
29
26
  isProd: boolean;
30
27
  path: string;
31
28
  }): Plugin;
package/dist/index.d.ts CHANGED
@@ -22,10 +22,7 @@ import { Plugin } from "vite";
22
22
  /**
23
23
  * Creates the md-plugins examples plugin and configures its example source path.
24
24
  */
25
- declare function viteExamplesPlugin({
26
- isProd,
27
- path
28
- }: {
25
+ declare function viteExamplesPlugin({ isProd, path }: {
29
26
  isProd: boolean;
30
27
  path: string;
31
28
  }): Plugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/vite-examples-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A Vite plugin for @md-plugins for handling imported examples in markdown files.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -41,7 +41,7 @@
41
41
  "tinyglobby": "^0.2.17"
42
42
  },
43
43
  "devDependencies": {
44
- "vite": "^8.1.3"
44
+ "vite": "^8.1.4"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "obuild && node ../../scripts/ensure-obuild-types.mjs",