nuxt-typed-router 3.6.3 → 3.6.5
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 +6 -2
- package/dist/module.mjs +1 -7
- package/dist/types.d.mts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +28 -28
package/dist/module.json
CHANGED
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
"name": "nuxt-typed-router",
|
|
3
3
|
"configKey": "nuxtTypedRouter",
|
|
4
4
|
"compatibility": {
|
|
5
|
-
"nuxt": "
|
|
5
|
+
"nuxt": ">=3.0.0",
|
|
6
6
|
"bridge": false
|
|
7
7
|
},
|
|
8
|
-
"version": "3.6.
|
|
8
|
+
"version": "3.6.5",
|
|
9
|
+
"builder": {
|
|
10
|
+
"@nuxt/module-builder": "0.7.1",
|
|
11
|
+
"unbuild": "unknown"
|
|
12
|
+
}
|
|
9
13
|
}
|
package/dist/module.mjs
CHANGED
|
@@ -1813,7 +1813,7 @@ const module = defineNuxtModule({
|
|
|
1813
1813
|
meta: {
|
|
1814
1814
|
name: "nuxt-typed-router",
|
|
1815
1815
|
configKey: "nuxtTypedRouter",
|
|
1816
|
-
compatibility: { nuxt: "
|
|
1816
|
+
compatibility: { nuxt: ">=3.0.0", bridge: false }
|
|
1817
1817
|
},
|
|
1818
1818
|
defaults: {
|
|
1819
1819
|
plugin: false,
|
|
@@ -1861,12 +1861,6 @@ const module = defineNuxtModule({
|
|
|
1861
1861
|
};
|
|
1862
1862
|
nuxt.hook("prepare:types", (options) => {
|
|
1863
1863
|
options.tsConfig.include?.unshift("./typed-router/typed-router.d.ts");
|
|
1864
|
-
if (moduleOptions.pathCheck) {
|
|
1865
|
-
options.tsConfig.vueCompilerOptions = {
|
|
1866
|
-
jsxTemplates: true,
|
|
1867
|
-
experimentalRfc436: true
|
|
1868
|
-
};
|
|
1869
|
-
}
|
|
1870
1864
|
if (moduleOptions.removeNuxtDefs) {
|
|
1871
1865
|
removeNuxtDefinitions({
|
|
1872
1866
|
autoImport: nuxt.options.imports.autoImport ?? true,
|
package/dist/types.d.mts
CHANGED
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-typed-router",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/module.cjs",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"prettier": "^2.5.x || 3.x"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@nuxt/kit": "^3.
|
|
66
|
+
"@nuxt/kit": "^3.12.1",
|
|
67
67
|
"chalk": "5.3.0",
|
|
68
68
|
"defu": "6.1.4",
|
|
69
69
|
"lodash-es": "4.17.21",
|
|
@@ -71,45 +71,45 @@
|
|
|
71
71
|
"mkdirp": "3.0.1",
|
|
72
72
|
"nanoid": "5.0.7",
|
|
73
73
|
"pathe": "1.1.2",
|
|
74
|
-
"prettier": "3.2
|
|
74
|
+
"prettier": "3.3.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@intlify/core-base": "9.
|
|
78
|
-
"@intlify/message-compiler": "9.
|
|
79
|
-
"@intlify/shared": "9.
|
|
77
|
+
"@intlify/core-base": "9.13.1",
|
|
78
|
+
"@intlify/message-compiler": "9.13.1",
|
|
79
|
+
"@intlify/shared": "9.13.1",
|
|
80
80
|
"@intlify/vue-i18n-bridge": "1.1.0",
|
|
81
81
|
"@intlify/vue-router-bridge": "1.1.0",
|
|
82
82
|
"@nuxt/content": "2.12.1",
|
|
83
|
-
"@nuxt/devtools": "1.
|
|
84
|
-
"@nuxt/module-builder": "0.
|
|
85
|
-
"@nuxt/schema": "3.
|
|
86
|
-
"@nuxt/test-utils": "3.
|
|
83
|
+
"@nuxt/devtools": "1.3.3",
|
|
84
|
+
"@nuxt/module-builder": "0.7.1",
|
|
85
|
+
"@nuxt/schema": "3.12.1",
|
|
86
|
+
"@nuxt/test-utils": "3.13.1",
|
|
87
87
|
"@nuxt/types": "2.17.3",
|
|
88
88
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
89
|
-
"@nuxtjs/i18n": "8.3.
|
|
90
|
-
"@nuxtjs/web-vitals": "0.2.
|
|
91
|
-
"@playwright/test": "1.
|
|
89
|
+
"@nuxtjs/i18n": "8.3.1",
|
|
90
|
+
"@nuxtjs/web-vitals": "0.2.7",
|
|
91
|
+
"@playwright/test": "1.44.1",
|
|
92
92
|
"@types/lodash-es": "4.17.12",
|
|
93
|
-
"@types/node": "20.
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
95
|
-
"@typescript-eslint/parser": "7.
|
|
96
|
-
"@vue/test-utils": "2.4.
|
|
97
|
-
"bumpp": "9.4.
|
|
93
|
+
"@types/node": "20.14.2",
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "7.13.0",
|
|
95
|
+
"@typescript-eslint/parser": "7.13.0",
|
|
96
|
+
"@vue/test-utils": "2.4.6",
|
|
97
|
+
"bumpp": "9.4.1",
|
|
98
98
|
"changelogithub": "0.13.7",
|
|
99
99
|
"cross-env": "7.0.3",
|
|
100
|
-
"eslint": "9.
|
|
100
|
+
"eslint": "9.4.0",
|
|
101
101
|
"eslint-config-prettier": "9.1.0",
|
|
102
|
-
"eslint-plugin-vue": "9.
|
|
103
|
-
"nuxt": "3.
|
|
102
|
+
"eslint-plugin-vue": "9.26.0",
|
|
103
|
+
"nuxt": "3.12.1",
|
|
104
104
|
"nuxt-seo-kit": "1.3.13",
|
|
105
|
-
"playwright": "1.
|
|
105
|
+
"playwright": "1.44.1",
|
|
106
106
|
"tsd": "0.31.0",
|
|
107
107
|
"typescript": "5.4.5",
|
|
108
|
-
"vitest": "1.
|
|
109
|
-
"vue": "3.4.
|
|
110
|
-
"vue-eslint-parser": "9.4.
|
|
111
|
-
"vue-i18n": "9.
|
|
112
|
-
"vue-router": "4.3.
|
|
113
|
-
"vue-tsc": "2.0.
|
|
108
|
+
"vitest": "1.6.0",
|
|
109
|
+
"vue": "3.4.27",
|
|
110
|
+
"vue-eslint-parser": "9.4.3",
|
|
111
|
+
"vue-i18n": "9.13.1",
|
|
112
|
+
"vue-router": "4.3.3",
|
|
113
|
+
"vue-tsc": "2.0.21"
|
|
114
114
|
}
|
|
115
115
|
}
|