@nuxtify/pages 0.4.6 → 0.5.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/module.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@nuxtify/pages",
3
- "version": "0.4.6",
3
+ "version": "0.5.0",
4
4
  "configKey": "nuxtifyPages",
5
5
  "compatibility": {
6
- "nuxt": ">=3.16.0",
7
- "bridge": false
6
+ "nuxt": ">=4.0.0"
8
7
  },
9
8
  "builder": {
10
9
  "@nuxt/module-builder": "1.0.2",
package/dist/module.mjs CHANGED
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, useLogger, addLayout, addComponentsDi
2
2
  import { defu } from 'defu';
3
3
 
4
4
  const name = "@nuxtify/pages";
5
- const version = "0.4.6";
5
+ const version = "0.5.0";
6
6
 
7
7
  const module$1 = defineNuxtModule().with({
8
8
  meta: {
@@ -10,8 +10,7 @@ const module$1 = defineNuxtModule().with({
10
10
  version,
11
11
  configKey: "nuxtifyPages",
12
12
  compatibility: {
13
- nuxt: ">=3.16.0",
14
- bridge: false
13
+ nuxt: ">=4.0.0"
15
14
  }
16
15
  },
17
16
  moduleDependencies: {
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  submitUrl: {
3
3
  type: StringConstructor;
4
4
  required: true;
@@ -91,4 +91,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
91
  appendButtonIcon: string;
92
92
  prependButtonIcon: string;
93
93
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
94
+ declare const _default: typeof __VLS_export;
94
95
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,9 +1,10 @@
1
- declare var __VLS_26: {};
1
+ declare var __VLS_34: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_26) => any;
3
+ default?: (props: typeof __VLS_34) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
- import { useNuxtifyConfig, useServerSeoMeta } from "#imports";
2
+ import { useNuxtifyConfig, useSeoMeta } from "#imports";
3
3
  const nuxtifyConfig = useNuxtifyConfig();
4
- useServerSeoMeta({
4
+ useSeoMeta({
5
5
  title: `${nuxtifyConfig.brand?.name}`,
6
6
  description: `This is the ${nuxtifyConfig.brand?.name} home page.`
7
7
  });
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtify/pages",
3
- "version": "0.4.6",
3
+ "version": "0.5.0",
4
4
  "description": "Nuxtify pages module powered by Nuxt and Vuetify.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://nuxtify.dev",
@@ -44,23 +44,23 @@
44
44
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
45
45
  },
46
46
  "dependencies": {
47
- "@nuxtify/core": "^0.1.11",
47
+ "@nuxtify/core": "^0.2.1",
48
48
  "defu": "^6.1.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@nuxt/devtools": "^2.7.0",
51
+ "@nuxt/devtools": "^3.1.1",
52
52
  "@nuxt/eslint": "^1.12.1",
53
53
  "@nuxt/eslint-config": "^1.4.1",
54
- "@nuxt/kit": "^3.20.2",
54
+ "@nuxt/kit": "^4.2.2",
55
55
  "@nuxt/module-builder": "^1.0.2",
56
- "@nuxt/schema": "^3.20.2",
56
+ "@nuxt/schema": "^4.2.2",
57
57
  "@nuxt/test-utils": "^3.23.0",
58
58
  "@types/node": "^22.19.7",
59
59
  "changelogen": "^0.6.2",
60
60
  "eslint": "^9.39.2",
61
- "nuxt": "^3.20.2",
61
+ "nuxt": "^4.2.2",
62
62
  "typescript": "^5.9.3",
63
63
  "vitest": "^3.2.4",
64
- "vue-tsc": "^2.2.12"
64
+ "vue-tsc": "^3.2.2"
65
65
  }
66
66
  }