@md-plugins/quasar-app-extension-vite-md-plugin 0.1.0-beta.13 → 0.1.0-beta.14

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 +7 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -90,6 +90,13 @@ The `viteMdPluginAppExt` extension can be customized through various options. He
90
90
 
91
91
  In case this README falls out of date, please refer to the [documentation](https://md-plugins.netlify.app/quasar-app-extensions/vite-md-plugin-app-ext/overview) for the latest information.
92
92
 
93
+ ## Support
94
+
95
+ If quasar-app-extension-vite-md-plugin is useful in your workflow and you want to support ongoing maintenance:
96
+
97
+ GitHub Sponsors: https://github.com/sponsors/hawkeye64
98
+ PayPal: https://paypal.me/hawkeye64
99
+
93
100
  ## License
94
101
 
95
102
  This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/quasar-app-extension-vite-md-plugin",
3
- "version": "0.1.0-beta.13",
3
+ "version": "0.1.0-beta.14",
4
4
  "description": "A Quasar app-ext for @md-plugins/viteMdPlugin",
5
5
  "keywords": [
6
6
  "app extension",
@@ -17,8 +17,8 @@
17
17
  "access": "public"
18
18
  },
19
19
  "devDependencies": {
20
- "@quasar/app-vite": "3.0.0-beta.30",
21
- "@md-plugins/vite-md-plugin": "0.1.0-beta.13"
20
+ "@quasar/app-vite": "3.0.0-beta.31",
21
+ "@md-plugins/vite-md-plugin": "0.1.0-beta.14"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@quasar/app-vite": ">=3.0.0-beta.30"