nuxt-typed-router 3.2.0-beta.0 → 3.2.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/README.md +2 -2
- package/dist/module.json +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
<img src='https://img.shields.io/npm/l/nuxt-typed-router.svg'>
|
|
18
18
|
|
|
19
19
|
-----------
|
|
20
|
-
> ⚠️ Nuxt 3.4 introduced a breaking change in its router output
|
|
21
|
-
> Install `v3.1.4` of nuxt-typed-router if you're using this Nuxt version
|
|
20
|
+
> ⚠️ Nuxt 3.4 introduced a breaking change in its router output.
|
|
21
|
+
> Install a version superior > `v3.1.4` of nuxt-typed-router if you're using this Nuxt version
|
|
22
22
|
-----------
|
|
23
23
|
|
|
24
24
|
## Provide a type safe router to Nuxt with auto-generated typed definitions for route path, name and params
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-typed-router",
|
|
3
|
-
"version": "3.2.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/module.cjs",
|
|
@@ -59,44 +59,44 @@
|
|
|
59
59
|
"url": "https://github.com/victorgarciaesgi/nuxt-typed-router/issues"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@nuxt/kit": "^3.4.
|
|
62
|
+
"@nuxt/kit": "^3.4.2",
|
|
63
63
|
"chalk": "^5.2.0",
|
|
64
64
|
"defu": "^6.1.2",
|
|
65
65
|
"lodash-es": "^4.17.21",
|
|
66
66
|
"log-symbols": "^5.1.0",
|
|
67
|
-
"mkdirp": "^3.0.
|
|
67
|
+
"mkdirp": "^3.0.1",
|
|
68
68
|
"nanoid": "^4.0.2",
|
|
69
69
|
"pathe": "1.1.0",
|
|
70
|
-
"prettier": "2.8.
|
|
70
|
+
"prettier": "2.8.8"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@nuxt/devtools": "^0.4.
|
|
73
|
+
"@nuxt/devtools": "^0.4.2",
|
|
74
74
|
"@nuxt/module-builder": "^0.3.0",
|
|
75
|
-
"@nuxt/test-utils": "^3.4.
|
|
75
|
+
"@nuxt/test-utils": "^3.4.2",
|
|
76
76
|
"@nuxt/types": "^2.16.3",
|
|
77
77
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
78
78
|
"@nuxtjs/i18n": "8.0.0-beta.10",
|
|
79
79
|
"@nuxtjs/web-vitals": "^0.2.4",
|
|
80
80
|
"@types/lodash-es": "^4.17.7",
|
|
81
|
-
"@types/node": "^18.
|
|
81
|
+
"@types/node": "^18.16.1",
|
|
82
82
|
"@types/prettier": "^2.7.2",
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
84
|
-
"@typescript-eslint/parser": "^5.
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
84
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
85
85
|
"@vue/test-utils": "^2.3.2",
|
|
86
86
|
"bumpp": "9.1.0",
|
|
87
|
-
"changelogithub": "0.12.
|
|
87
|
+
"changelogithub": "0.12.9",
|
|
88
88
|
"cross-env": "^7.0.3",
|
|
89
|
-
"eslint": "8.
|
|
89
|
+
"eslint": "8.39.0",
|
|
90
90
|
"eslint-config-prettier": "^8.8.0",
|
|
91
|
-
"eslint-plugin-vue": "^9.
|
|
92
|
-
"nuxt": "3.4.
|
|
93
|
-
"nuxt-seo-kit": "1.3.
|
|
94
|
-
"playwright": "1.
|
|
91
|
+
"eslint-plugin-vue": "^9.11.0",
|
|
92
|
+
"nuxt": "3.4.2",
|
|
93
|
+
"nuxt-seo-kit": "1.3.7",
|
|
94
|
+
"playwright": "1.33.0",
|
|
95
95
|
"tsd": "^0.28.1",
|
|
96
96
|
"typescript": "^5.0.4",
|
|
97
97
|
"vitest": "^0.30.1",
|
|
98
98
|
"vue-eslint-parser": "^9.1.1",
|
|
99
99
|
"vue-router": "^4.1.6",
|
|
100
|
-
"vue-tsc": "^1.
|
|
100
|
+
"vue-tsc": "^1.6.0"
|
|
101
101
|
}
|
|
102
102
|
}
|