@authup/client-web-kit 1.0.0-beta.28 → 1.0.0-beta.29
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/components/entities/client-role/AClientRoleAssignments.d.ts +2 -0
- package/dist/components/entities/client-role/AClientRoleAssignments.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionCheck.d.ts +3 -3
- package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
- package/dist/components/utility/entity/record/module.d.ts.map +1 -1
- package/dist/core/permission-check/module.d.ts.map +1 -1
- package/dist/index.mjs +142 -119
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authup/client-web-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.29",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
},
|
|
56
56
|
"homepage": "https://github.com/authup/authup#readme",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@vueuse/integrations": "^14.1
|
|
58
|
+
"@vueuse/integrations": "^14.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@authup/access": "^1.0.0-beta.
|
|
62
|
-
"@authup/kit": "^1.0.0-beta.
|
|
63
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
64
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
65
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
66
|
-
"@authup/errors": "^1.0.0-beta.
|
|
67
|
-
"@authup/specs": "^1.0.0-beta.
|
|
68
|
-
"@ilingo/vuelidate": "^
|
|
61
|
+
"@authup/access": "^1.0.0-beta.29",
|
|
62
|
+
"@authup/kit": "^1.0.0-beta.29",
|
|
63
|
+
"@authup/core-kit": "^1.0.0-beta.29",
|
|
64
|
+
"@authup/core-http-kit": "^1.0.0-beta.29",
|
|
65
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.29",
|
|
66
|
+
"@authup/errors": "^1.0.0-beta.29",
|
|
67
|
+
"@authup/specs": "^1.0.0-beta.29",
|
|
68
|
+
"@ilingo/vuelidate": "^6.0.0",
|
|
69
69
|
"@posva/event-emitter": "^1.0.3",
|
|
70
|
-
"@types/node": "^25.
|
|
71
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
70
|
+
"@types/node": "^25.2.3",
|
|
71
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
72
72
|
"@vuecs/form-controls": "^2.4.2",
|
|
73
73
|
"@vuecs/list-controls": "^2.0.0",
|
|
74
74
|
"@vuecs/pagination": "^1.3.0",
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
"smob": "^1.5.0",
|
|
81
81
|
"socket.io-client": "^4.8.3",
|
|
82
82
|
"universal-cookie": "^8.0.1",
|
|
83
|
-
"vue": "^3.5.
|
|
84
|
-
"vue-tsc": "^3.2.
|
|
83
|
+
"vue": "^3.5.28",
|
|
84
|
+
"vue-tsc": "^3.2.4"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@authup/access": "^1.0.0-beta.
|
|
88
|
-
"@authup/kit": "^1.0.0-beta.
|
|
89
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
90
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
91
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
92
|
-
"@authup/errors": "^1.0.0-beta.
|
|
93
|
-
"@authup/specs": "^1.0.0-beta.
|
|
87
|
+
"@authup/access": "^1.0.0-beta.29",
|
|
88
|
+
"@authup/kit": "^1.0.0-beta.29",
|
|
89
|
+
"@authup/core-kit": "^1.0.0-beta.29",
|
|
90
|
+
"@authup/core-http-kit": "^1.0.0-beta.29",
|
|
91
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.29",
|
|
92
|
+
"@authup/errors": "^1.0.0-beta.29",
|
|
93
|
+
"@authup/specs": "^1.0.0-beta.29",
|
|
94
94
|
"@vuecs/form-controls": "^2.4.2",
|
|
95
95
|
"@vuecs/list-controls": "^2.0.0",
|
|
96
96
|
"@vuecs/pagination": "^1.3.0",
|