@privateaim/client-vue 0.8.34 → 0.8.37
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/index.mjs +37 -67
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/client-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.37",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "This package contains vue components.",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/PrivateAim/hub#readme",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@authup/client-web-kit": "^1.0.0-beta.
|
|
44
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
45
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
46
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
47
|
-
"@authup/kit": "^1.0.0-beta.
|
|
43
|
+
"@authup/client-web-kit": "^1.0.0-beta.36",
|
|
44
|
+
"@authup/core-http-kit": "^1.0.0-beta.36",
|
|
45
|
+
"@authup/core-kit": "^1.0.0-beta.36",
|
|
46
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.36",
|
|
47
|
+
"@authup/kit": "^1.0.0-beta.36",
|
|
48
48
|
"@ilingo/vuelidate": "^6.0.0",
|
|
49
|
-
"@privateaim/core-http-kit": "^0.8.
|
|
50
|
-
"@privateaim/core-kit": "^0.8.
|
|
51
|
-
"@privateaim/core-realtime-kit": "^0.7.
|
|
52
|
-
"@privateaim/kit": "^0.8.
|
|
53
|
-
"@privateaim/storage-kit": "^0.8.
|
|
54
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
49
|
+
"@privateaim/core-http-kit": "^0.8.37",
|
|
50
|
+
"@privateaim/core-kit": "^0.8.37",
|
|
51
|
+
"@privateaim/core-realtime-kit": "^0.7.38",
|
|
52
|
+
"@privateaim/kit": "^0.8.37",
|
|
53
|
+
"@privateaim/storage-kit": "^0.8.37",
|
|
54
|
+
"@privateaim/telemetry-kit": "^0.8.37",
|
|
55
55
|
"@tsdown/css": "^0.21.7",
|
|
56
56
|
"@types/node": "^25.6.0",
|
|
57
57
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
@@ -63,28 +63,28 @@
|
|
|
63
63
|
"@vuelidate/core": "^2.0.3",
|
|
64
64
|
"@vuelidate/validators": "^2.0.4",
|
|
65
65
|
"@vueuse/core": "^14.2.1",
|
|
66
|
-
"bootstrap-vue-next": "^0.44.
|
|
66
|
+
"bootstrap-vue-next": "^0.44.7",
|
|
67
67
|
"cross-env": "^10.1.0",
|
|
68
68
|
"pinia": "^3.0.3",
|
|
69
69
|
"rapiq": "^0.9.0",
|
|
70
70
|
"smob": "^1.6.1",
|
|
71
71
|
"socket.io-client": "^4.8.2",
|
|
72
72
|
"vue": "^3.5.32",
|
|
73
|
-
"vue-tsc": "^3.2.
|
|
73
|
+
"vue-tsc": "^3.2.7",
|
|
74
74
|
"vue3-form-wizard": "0.3.5"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@authup/client-web-kit": "^1.0.0-beta.
|
|
78
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
79
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
80
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
81
|
-
"@authup/kit": "^1.0.0-beta.
|
|
77
|
+
"@authup/client-web-kit": "^1.0.0-beta.36",
|
|
78
|
+
"@authup/core-http-kit": "^1.0.0-beta.36",
|
|
79
|
+
"@authup/core-kit": "^1.0.0-beta.36",
|
|
80
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.36",
|
|
81
|
+
"@authup/kit": "^1.0.0-beta.36",
|
|
82
82
|
"@ilingo/vuelidate": "^5.0.4",
|
|
83
|
-
"@privateaim/core-http-kit": "^0.8.
|
|
84
|
-
"@privateaim/core-kit": "^0.8.
|
|
85
|
-
"@privateaim/kit": "^0.8.
|
|
86
|
-
"@privateaim/storage-kit": "^0.8.
|
|
87
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
83
|
+
"@privateaim/core-http-kit": "^0.8.37",
|
|
84
|
+
"@privateaim/core-kit": "^0.8.37",
|
|
85
|
+
"@privateaim/kit": "^0.8.37",
|
|
86
|
+
"@privateaim/storage-kit": "^0.8.37",
|
|
87
|
+
"@privateaim/telemetry-kit": "^0.8.37",
|
|
88
88
|
"@vuecs/form-controls": "^2.5.0",
|
|
89
89
|
"@vuecs/link": "^1.0.1",
|
|
90
90
|
"@vuecs/list-controls": "^2.0.1",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@vuelidate/core": "^2.x",
|
|
94
94
|
"@vuelidate/validators": "^2.x",
|
|
95
95
|
"@vueuse/core": "^14.2.1",
|
|
96
|
-
"bootstrap-vue-next": "^0.44.
|
|
96
|
+
"bootstrap-vue-next": "^0.44.7",
|
|
97
97
|
"pinia": "^3.0.3",
|
|
98
98
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
99
99
|
"smob": "^1.4.x",
|