nuxt-typed-router 3.0.5 → 3.0.7
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 +1 -1
- package/dist/module.mjs +2 -0
- package/package.json +19 -19
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1079,6 +1079,8 @@ function createDefinePageMetaFile() {
|
|
|
1079
1079
|
*/
|
|
1080
1080
|
validate?: (route: [T] extends [never] ? TypedRoute : TypedRouteFromName<T>) => boolean | Promise<boolean> | Partial<NuxtError> | Promise<Partial<NuxtError>>;
|
|
1081
1081
|
key?: false | string | ((route: [T] extends [never] ? TypedRoute : TypedRouteFromName<T>) => string);
|
|
1082
|
+
/** Allow types augmented by other modules */
|
|
1083
|
+
[key: string]: any;
|
|
1082
1084
|
}
|
|
1083
1085
|
|
|
1084
1086
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-typed-router",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/module.cjs",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
"main.d.ts"
|
|
15
|
+
"dist"
|
|
17
16
|
],
|
|
18
17
|
"scripts": {
|
|
19
18
|
"prepack": "nuxt-module-build",
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
"url": "https://github.com/victorgarciaesgi/nuxt-typed-router/issues"
|
|
61
60
|
},
|
|
62
61
|
"dependencies": {
|
|
63
|
-
"@nuxt/kit": "^3.
|
|
62
|
+
"@nuxt/kit": "^3.3.1",
|
|
64
63
|
"chalk": "^5.2.0",
|
|
65
64
|
"defu": "^6.1.2",
|
|
66
65
|
"lodash-es": "^4.17.21",
|
|
@@ -68,33 +67,34 @@
|
|
|
68
67
|
"mkdirp": "^2.1.5",
|
|
69
68
|
"nanoid": "^4.0.1",
|
|
70
69
|
"pathe": "1.1.0",
|
|
71
|
-
"prettier": "2.8.
|
|
70
|
+
"prettier": "2.8.6"
|
|
72
71
|
},
|
|
73
72
|
"devDependencies": {
|
|
74
73
|
"@nuxt/devtools": "^0.2.5",
|
|
75
74
|
"@nuxt/module-builder": "^0.2.1",
|
|
76
|
-
"@nuxt/test-utils": "^3.
|
|
77
|
-
"@nuxt/types": "^2.16.
|
|
75
|
+
"@nuxt/test-utils": "^3.3.1",
|
|
76
|
+
"@nuxt/types": "^2.16.3",
|
|
78
77
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
79
78
|
"@nuxtjs/i18n": "8.0.0-beta.9",
|
|
80
|
-
"@nuxtjs/web-vitals": "^0.2.
|
|
81
|
-
"@types/lodash-es": "^4.17.
|
|
82
|
-
"@types/node": "^18.
|
|
79
|
+
"@nuxtjs/web-vitals": "^0.2.4",
|
|
80
|
+
"@types/lodash-es": "^4.17.7",
|
|
81
|
+
"@types/node": "^18.15.5",
|
|
83
82
|
"@types/prettier": "^2.7.2",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
85
|
-
"@typescript-eslint/parser": "^5.
|
|
86
|
-
"@vue/test-utils": "^2.3.
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
84
|
+
"@typescript-eslint/parser": "^5.56.0",
|
|
85
|
+
"@vue/test-utils": "^2.3.2",
|
|
87
86
|
"bumpp": "9.0.0",
|
|
88
87
|
"changelogithub": "0.12.7",
|
|
89
88
|
"cross-env": "^7.0.3",
|
|
90
|
-
"eslint": "8.
|
|
91
|
-
"eslint-config-prettier": "^8.
|
|
89
|
+
"eslint": "8.36.0",
|
|
90
|
+
"eslint-config-prettier": "^8.8.0",
|
|
92
91
|
"eslint-plugin-vue": "^9.9.0",
|
|
93
|
-
"nuxt": "3.
|
|
92
|
+
"nuxt": "3.3.1",
|
|
93
|
+
"nuxt-seo-kit": "1.3.5",
|
|
94
94
|
"playwright": "1.31.2",
|
|
95
|
-
"tsd": "^0.
|
|
96
|
-
"typescript": "^
|
|
97
|
-
"vitest": "^0.29.
|
|
95
|
+
"tsd": "^0.28.0",
|
|
96
|
+
"typescript": "^5.0.2",
|
|
97
|
+
"vitest": "^0.29.7",
|
|
98
98
|
"vue-eslint-parser": "^9.1.0",
|
|
99
99
|
"vue-router": "^4.1.6",
|
|
100
100
|
"vue-tsc": "^1.1.7"
|