@ginjou/nuxt 0.1.0-beta.1 → 0.1.0-beta.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.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ginjou",
3
3
  "configKey": "ginjou",
4
- "version": "0.1.0-beta.1",
4
+ "version": "0.1.0-beta.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -217,7 +217,7 @@ const module = defineNuxtModule({
217
217
  config.optimizeDeps.exclude ??= [];
218
218
  config.optimizeDeps.exclude.push(...[
219
219
  "@ginjou/core",
220
- "@ginjoy/vue",
220
+ "@ginjou/vue",
221
221
  "@ginjou/with-vue-router",
222
222
  "@ginjou/with-vue-i18n"
223
223
  ]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ginjou/nuxt",
3
3
  "type": "module",
4
- "version": "0.1.0-beta.1",
4
+ "version": "0.1.0-beta.2",
5
5
  "author": "zhong666 <hi@zhong666.me>",
6
6
  "license": "MIT",
7
7
  "repository": {