diff --git a/package-lock.json b/package-lock.json index 6892da8b0..56cf85dc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -353,9 +353,9 @@ } }, "node_modules/@authup/kit": { - "version": "1.0.0-beta.18", - "resolved": "https://registry.npmjs.org/@authup/kit/-/kit-1.0.0-beta.18.tgz", - "integrity": "sha512-dVI+A8hzln+7hhOnQQzfvjhvnMC+our9G6djcQ4D95X4FDNs8e/mfDLJQWBfOrs4NksZR8rMyPIs1Ui5ldekgw==", + "version": "1.0.0-beta.19", + "resolved": "https://registry.npmjs.org/@authup/kit/-/kit-1.0.0-beta.19.tgz", + "integrity": "sha512-N50yYJI5QgpEf25YJmMxH/jGnWVe3OKHgJVD6zDe9INOI19FTnq16FbNAJgZ68DOAICe5mKsaeRjjkh0KNcDgg==", "dependencies": { "@ebec/http": "^2.3.0", "@posva/event-emitter": "^1.0.2", @@ -25654,7 +25654,7 @@ "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-realtime-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@ilingo/vuelidate": "^5.0.2", "@privateaim/core-http-kit": "^0.7.0", "@privateaim/core-kit": "^0.7.0", @@ -25722,13 +25722,13 @@ "version": "0.7.0", "license": "Apache-2.0", "devDependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@privateaim/core-kit": "^0.7.0", "hapic": "^2.5.1", "rapiq": "^0.9.0" }, "peerDependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@privateaim/core-kit": "^0.7.0", "hapic": "^2.5.1", "rapiq": "^0.9.0" @@ -25854,7 +25854,7 @@ "dependencies": { "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/core-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/server-core-plugin-http": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.3", @@ -25914,7 +25914,7 @@ "license": "Apache-2.0", "dependencies": { "@authup/core-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@ebec/http": "^2.3.0", "@privateaim/core-kit": "^0.7.0", "@privateaim/core-realtime-kit": "^0.7.0", @@ -25947,7 +25947,7 @@ "dependencies": { "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/core-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/server-core-plugin-http": "^1.0.0-beta.18", "@authup/server-core-plugin-kit": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", @@ -26011,7 +26011,7 @@ "license": "Apache-2.0", "dependencies": { "@authup/core-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@ebec/http": "^2.3.0", "@privateaim/messenger-kit": "^0.7.0", "@privateaim/server-kit": "^0.7.0", @@ -26054,7 +26054,7 @@ "dependencies": { "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-realtime-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/server-core-plugin-kit": "^1.0.0-beta.18", "@authup/server-core-plugin-socket-io": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", @@ -26077,7 +26077,7 @@ "dependencies": { "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/core-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/server-core-plugin-http": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", "@hapic/vault": "^2.3.3", diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index 999ae4870..916a367a0 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -46,7 +46,7 @@ "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/core-realtime-kit": "^1.0.0-beta.18", - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@ilingo/vuelidate": "^5.0.2", "@privateaim/core-kit": "^0.7.0", "@privateaim/kit": "^0.7.0", diff --git a/packages/core-http-kit/package.json b/packages/core-http-kit/package.json index 4011c638d..e8304f343 100644 --- a/packages/core-http-kit/package.json +++ b/packages/core-http-kit/package.json @@ -26,13 +26,13 @@ "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch" }, "devDependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@privateaim/core-kit": "^0.7.0", "hapic": "^2.5.1", "rapiq": "^0.9.0" }, "peerDependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@privateaim/core-kit": "^0.7.0", "hapic": "^2.5.1", "rapiq": "^0.9.0" diff --git a/packages/server-core-realtime/package.json b/packages/server-core-realtime/package.json index dba76cda1..2e4fd9807 100644 --- a/packages/server-core-realtime/package.json +++ b/packages/server-core-realtime/package.json @@ -12,7 +12,7 @@ "license": "Apache-2.0", "description": "This package contains the realtime application which connects the API with socket based clients.", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", "@privateaim/core-kit": "^0.7.0", diff --git a/packages/server-core/package.json b/packages/server-core/package.json index ee1b922f4..f7d87fa41 100644 --- a/packages/server-core/package.json +++ b/packages/server-core/package.json @@ -11,7 +11,7 @@ "description": "This package contains the server core service.", "main": "./dist/cli/index.js", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/server-core-plugin-http": "^1.0.0-beta.18", diff --git a/packages/server-http-kit/package.json b/packages/server-http-kit/package.json index 287be1cf3..85a3c6729 100644 --- a/packages/server-http-kit/package.json +++ b/packages/server-http-kit/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "description": "This package contains the realtime application which connects the API with socket based clients.", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/server-core-plugin-kit": "^1.0.0-beta.18", diff --git a/packages/server-messenger/package.json b/packages/server-messenger/package.json index d9b352603..e8915d347 100644 --- a/packages/server-messenger/package.json +++ b/packages/server-messenger/package.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "description": "This package contains the realtime application which connects the API with socket based clients.", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@ebec/http": "^2.3.0", "@privateaim/messenger-kit": "^0.7.0", diff --git a/packages/server-realtime-kit/package.json b/packages/server-realtime-kit/package.json index 1c2cf61d7..e99239394 100644 --- a/packages/server-realtime-kit/package.json +++ b/packages/server-realtime-kit/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "description": "This package contains the realtime application which connects the API with socket based clients.", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-realtime-kit": "^1.0.0-beta.18", "@authup/server-core-plugin-kit": "^1.0.0-beta.18", diff --git a/packages/server-storage/package.json b/packages/server-storage/package.json index 34c29dc41..855d8cc8a 100644 --- a/packages/server-storage/package.json +++ b/packages/server-storage/package.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "description": "", "dependencies": { - "@authup/kit": "^1.0.0-beta.18", + "@authup/kit": "^1.0.0-beta.19", "@authup/core-kit": "^1.0.0-beta.18", "@authup/core-http-kit": "^1.0.0-beta.18", "@authup/server-core-plugin-http": "^1.0.0-beta.18",