nuxt-typed-router 3.0.0-beta.9 → 3.0.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 +1 -1
- package/dist/module.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
<br/>
|
|
31
31
|
<p align="center">
|
|
32
|
-
<img src="https://github.com/victorgarciaesgi/nuxt-typed-router/blob/master/.github/images/nuxt-router.gif?raw=true"/>
|
|
32
|
+
<img src="https://github.com/victorgarciaesgi/nuxt-typed-router/blob/master/.github/images/nuxt-typed-router.gif?raw=true"/>
|
|
33
33
|
</p>
|
|
34
34
|
<br/>
|
|
35
35
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-typed-router",
|
|
3
|
-
"version": "3.0.0
|
|
4
|
-
"description": "Provide autocompletion for paths,
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/module.cjs",
|
|
7
7
|
"types": "./dist/types.d.ts",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"prettier": "2.8.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@nuxt/devtools": "^0.1.
|
|
73
|
+
"@nuxt/devtools": "^0.1.6",
|
|
74
74
|
"@nuxt/module-builder": "^0.2.1",
|
|
75
75
|
"@nuxt/test-utils": "^3.2.2",
|
|
76
76
|
"@nuxt/types": "^2.16.0",
|
|
@@ -81,21 +81,21 @@
|
|
|
81
81
|
"@types/mkdirp": "^2.0.0",
|
|
82
82
|
"@types/node": "^18.14.0",
|
|
83
83
|
"@types/prettier": "^2.7.2",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
85
|
-
"@typescript-eslint/parser": "^5.
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
85
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
86
86
|
"@vue/test-utils": "^2.3.0",
|
|
87
87
|
"cross-env": "^7.0.3",
|
|
88
88
|
"eslint": "8.34.0",
|
|
89
89
|
"eslint-config-prettier": "^8.6.0",
|
|
90
90
|
"eslint-plugin-vue": "^9.9.0",
|
|
91
91
|
"nuxt": "3.2.2",
|
|
92
|
-
"playwright": "1.
|
|
92
|
+
"playwright": "1.31.0",
|
|
93
93
|
"standard-version": "^9.5.0",
|
|
94
94
|
"tsd": "^0.25.0",
|
|
95
95
|
"typescript": "^4.9.5",
|
|
96
96
|
"vitest": "^0.28.5",
|
|
97
97
|
"vue-eslint-parser": "^9.1.0",
|
|
98
98
|
"vue-router": "^4.1.6",
|
|
99
|
-
"vue-tsc": "^1.1.
|
|
99
|
+
"vue-tsc": "^1.1.7"
|
|
100
100
|
}
|
|
101
101
|
}
|