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 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
@@ -5,5 +5,5 @@
5
5
  "nuxt": "^3.0.0",
6
6
  "bridge": false
7
7
  },
8
- "version": "3.0.0-beta.9"
8
+ "version": "3.0.0"
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-typed-router",
3
- "version": "3.0.0-beta.9",
4
- "description": "Provide autocompletion for paths, routes names and params in Nuxt apps",
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.4",
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.52.0",
85
- "@typescript-eslint/parser": "^5.52.0",
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.30.0",
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.4"
99
+ "vue-tsc": "^1.1.7"
100
100
  }
101
101
  }