@md-plugins/vite-md-plugin 0.1.0-alpha.21 → 0.1.0-alpha.22

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 +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -151,7 +151,7 @@ pnpm test
151
151
 
152
152
  ## Documentation
153
153
 
154
- In case this README falls out of date, please refer to the [documentation](https://md-plugins.netlify.app/vite-plugins/vitemdplugin/overview) for the latest information.
154
+ In case this README falls out of date, please refer to the [documentation](https://md-plugins.netlify.app/vite-plugins/vite-md-plugin/overview) for the latest information.
155
155
 
156
156
  ## License
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/vite-md-plugin",
3
- "version": "0.1.0-alpha.21",
3
+ "version": "0.1.0-alpha.22",
4
4
  "description": "A very opinionated Vite plugin for @md-plugins.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -36,18 +36,18 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "markdown-it": "^14.1.0",
39
- "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.21",
40
- "@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.21",
41
- "@md-plugins/md-plugin-containers": "0.1.0-alpha.21",
42
- "@md-plugins/md-plugin-headers": "0.1.0-alpha.21",
43
- "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.21",
44
- "@md-plugins/md-plugin-image": "0.1.0-alpha.21",
45
- "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.21",
46
- "@md-plugins/md-plugin-imports": "0.1.0-alpha.21",
47
- "@md-plugins/md-plugin-link": "0.1.0-alpha.21",
48
- "@md-plugins/md-plugin-table": "0.1.0-alpha.21",
49
- "@md-plugins/md-plugin-title": "0.1.0-alpha.21",
50
- "@md-plugins/shared": "0.1.0-alpha.21"
39
+ "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.22",
40
+ "@md-plugins/md-plugin-headers": "0.1.0-alpha.22",
41
+ "@md-plugins/md-plugin-image": "0.1.0-alpha.22",
42
+ "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.22",
43
+ "@md-plugins/md-plugin-containers": "0.1.0-alpha.22",
44
+ "@md-plugins/md-plugin-link": "0.1.0-alpha.22",
45
+ "@md-plugins/md-plugin-imports": "0.1.0-alpha.22",
46
+ "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.22",
47
+ "@md-plugins/md-plugin-table": "0.1.0-alpha.22",
48
+ "@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.22",
49
+ "@md-plugins/shared": "0.1.0-alpha.22",
50
+ "@md-plugins/md-plugin-title": "0.1.0-alpha.22"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/markdown-it": "^14.1.2",