@alfabit/keycloak 0.0.23 → 0.0.24
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/package.json +5 -2
- package/src/env.d.ts +0 -13
- package/src/main.ts +0 -0
- package/src/vue-i18n.d.ts +0 -9
- package/src/vue-shim.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfabit/keycloak",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.24",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"main": "src/index.ts",
|
|
8
8
|
"files": [
|
|
9
|
-
"src
|
|
9
|
+
"src/api",
|
|
10
|
+
"src/composables",
|
|
11
|
+
"src/plugins",
|
|
12
|
+
"src/index.ts"
|
|
10
13
|
],
|
|
11
14
|
"scripts": {
|
|
12
15
|
"pub": "npm publish",
|
package/src/env.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="vite/client" />
|
|
2
|
-
|
|
3
|
-
interface ImportMetaEnv {
|
|
4
|
-
readonly [key: `VITE_${string}`]: string | number | boolean | undefined;
|
|
5
|
-
|
|
6
|
-
readonly VITE_PUBLIC_KEYCLOAK_URL: string;
|
|
7
|
-
readonly VITE_PUBLIC_KEYCLOAK_REALM: string;
|
|
8
|
-
readonly VITE_PUBLIC_KEYCLOAK_CLIENT_ID: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
interface ImportMeta {
|
|
12
|
-
readonly env: ImportMetaEnv;
|
|
13
|
-
}
|
package/src/main.ts
DELETED
|
File without changes
|
package/src/vue-i18n.d.ts
DELETED