@privateaim/client-vue 0.8.39 → 0.8.42
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 +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -29
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.42",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "This package contains vue components.",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -44,62 +44,53 @@
|
|
|
44
44
|
"@authup/core-http-kit": "^1.0.0-beta.36",
|
|
45
45
|
"@authup/core-kit": "^1.0.0-beta.36",
|
|
46
46
|
"@authup/core-realtime-kit": "^1.0.0-beta.36",
|
|
47
|
-
"@authup/kit": "^1.0.0-beta.36",
|
|
48
47
|
"@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.
|
|
55
|
-
"@tsdown/css": "^0.
|
|
56
|
-
"@types/node": "^25.6.
|
|
48
|
+
"@privateaim/core-http-kit": "^0.8.42",
|
|
49
|
+
"@privateaim/core-kit": "^0.8.42",
|
|
50
|
+
"@privateaim/core-realtime-kit": "^0.7.43",
|
|
51
|
+
"@privateaim/kit": "^0.8.42",
|
|
52
|
+
"@privateaim/storage-kit": "^0.8.42",
|
|
53
|
+
"@privateaim/telemetry-kit": "^0.8.42",
|
|
54
|
+
"@tsdown/css": "^0.22.0",
|
|
55
|
+
"@types/node": "^25.6.2",
|
|
57
56
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
58
57
|
"@vuecs/form-controls": "^2.5.0",
|
|
59
58
|
"@vuecs/link": "^1.0.1",
|
|
60
59
|
"@vuecs/list-controls": "^2.0.1",
|
|
61
|
-
"@vuecs/pagination": "^1.3.1",
|
|
62
60
|
"@vuecs/timeago": "^1.1.2",
|
|
63
61
|
"@vuelidate/core": "^2.0.3",
|
|
64
62
|
"@vuelidate/validators": "^2.0.4",
|
|
65
|
-
"@vueuse/core": "^14.
|
|
66
|
-
"bootstrap-vue-next": "^0.
|
|
67
|
-
"cross-env": "^10.1.0",
|
|
68
|
-
"pinia": "^3.0.3",
|
|
63
|
+
"@vueuse/core": "^14.3.0",
|
|
64
|
+
"bootstrap-vue-next": "^0.45.2",
|
|
69
65
|
"rapiq": "^0.9.0",
|
|
70
66
|
"smob": "^1.6.1",
|
|
71
67
|
"socket.io-client": "^4.8.2",
|
|
72
68
|
"vue": "^3.5.32",
|
|
73
|
-
"vue-tsc": "^3.2.
|
|
74
|
-
"vue3-form-wizard": "0.3.5"
|
|
69
|
+
"vue-tsc": "^3.2.8"
|
|
75
70
|
},
|
|
76
71
|
"peerDependencies": {
|
|
77
72
|
"@authup/client-web-kit": "^1.0.0-beta.36",
|
|
78
73
|
"@authup/core-http-kit": "^1.0.0-beta.36",
|
|
79
74
|
"@authup/core-kit": "^1.0.0-beta.36",
|
|
80
75
|
"@authup/core-realtime-kit": "^1.0.0-beta.36",
|
|
81
|
-
"@authup/kit": "^1.0.0-beta.36",
|
|
82
76
|
"@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.
|
|
77
|
+
"@privateaim/core-http-kit": "^0.8.42",
|
|
78
|
+
"@privateaim/core-kit": "^0.8.42",
|
|
79
|
+
"@privateaim/kit": "^0.8.42",
|
|
80
|
+
"@privateaim/storage-kit": "^0.8.42",
|
|
81
|
+
"@privateaim/telemetry-kit": "^0.8.42",
|
|
88
82
|
"@vuecs/form-controls": "^2.5.0",
|
|
89
83
|
"@vuecs/link": "^1.0.1",
|
|
90
84
|
"@vuecs/list-controls": "^2.0.1",
|
|
91
|
-
"@vuecs/pagination": "^1.3.1",
|
|
92
85
|
"@vuecs/timeago": "^1.1.2",
|
|
93
86
|
"@vuelidate/core": "^2.x",
|
|
94
87
|
"@vuelidate/validators": "^2.x",
|
|
95
|
-
"@vueuse/core": "^14.
|
|
96
|
-
"bootstrap-vue-next": "^0.
|
|
97
|
-
"pinia": "^3.0.3",
|
|
88
|
+
"@vueuse/core": "^14.3.0",
|
|
89
|
+
"bootstrap-vue-next": "^0.45.2",
|
|
98
90
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
99
91
|
"smob": "^1.4.x",
|
|
100
92
|
"socket.io-client": "^4.8.2",
|
|
101
|
-
"vue": "^3.5.32"
|
|
102
|
-
"vue3-form-wizard": "^0.2.9"
|
|
93
|
+
"vue": "^3.5.32"
|
|
103
94
|
},
|
|
104
95
|
"publishConfig": {
|
|
105
96
|
"access": "public"
|