We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4637a28 commit 1763633Copy full SHA for 1763633
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-shv",
3
- "version": "2.1.0",
+ "version": "3.0.0",
4
"description": "Vue support for libshv-js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -28,11 +28,11 @@
28
},
29
"dependencies": {
30
"@vueuse/core": "^13.5.0",
31
- "js-pkce": "^2.0.0",
32
- "libshv-js-zod": "^1.0.1"
+ "js-pkce": "^2.0.0"
33
34
"peerDependencies": {
35
- "vue": "^3.5.22"
+ "vue": "^3.5.22",
+ "libshv-js-zod": "^1.0.1"
36
37
"devDependencies": {
38
"@typescript-eslint/parser": "^8.38.0",
0 commit comments