@keycloakify/angular 0.2.3 → 0.2.5

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.
Files changed (2) hide show
  1. package/bin/index.js +4 -2
  2. package/package.json +6 -6
package/bin/index.js CHANGED
@@ -12,7 +12,7 @@ import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
12
12
  /* harmony export */ qA: () => (/* binding */ THEME_TYPES),
13
13
  /* harmony export */ yp: () => (/* binding */ CUSTOM_HANDLER_ENV_NAMES)
14
14
  /* harmony export */ });
15
- /* unused harmony exports WELL_KNOWN_DIRECTORY_BASE_NAME, VITE_PLUGIN_SUB_SCRIPTS_ENV_NAMES, BUILD_FOR_KEYCLOAK_MAJOR_VERSION_ENV_NAME, CONTAINER_NAME, FALLBACK_LANGUAGE_TAG, KEYCLOAK_THEME */
15
+ /* unused harmony exports WELL_KNOWN_DIRECTORY_BASE_NAME, VITE_PLUGIN_SUB_SCRIPTS_ENV_NAMES, BUILD_FOR_KEYCLOAK_MAJOR_VERSION_ENV_NAME, CONTAINER_NAME, FALLBACK_LANGUAGE_TAG, KEYCLOAK_THEME, KEYCLOAKIFY_SPA_DEV_SERVER_PORT */
16
16
  const WELL_KNOWN_DIRECTORY_BASE_NAME = {
17
17
  KEYCLOAKIFY_DEV_RESOURCES: "keycloakify-dev-resources",
18
18
  RESOURCES_COMMON: "resources-common",
@@ -21,7 +21,8 @@ const WELL_KNOWN_DIRECTORY_BASE_NAME = {
21
21
  const THEME_TYPES = ["login", "account", "admin"];
22
22
  const VITE_PLUGIN_SUB_SCRIPTS_ENV_NAMES = {
23
23
  RUN_POST_BUILD_SCRIPT: "KEYCLOAKIFY_RUN_POST_BUILD_SCRIPT",
24
- RESOLVE_VITE_CONFIG: "KEYCLOAKIFY_RESOLVE_VITE_CONFIG"
24
+ RESOLVE_VITE_CONFIG: "KEYCLOAKIFY_RESOLVE_VITE_CONFIG",
25
+ READ_KC_CONTEXT_FROM_URL: "KEYCLOAKIFY_READ_KC_CONTEXT_FROM_URL"
25
26
  };
26
27
  const BUILD_FOR_KEYCLOAK_MAJOR_VERSION_ENV_NAME = "KEYCLOAKIFY_BUILD_FOR_KEYCLOAK_MAJOR_VERSION";
27
28
  const LOGIN_THEME_PAGE_IDS = [
@@ -78,6 +79,7 @@ const CUSTOM_HANDLER_ENV_NAMES = {
78
79
  BUILD_CONTEXT: "KEYCLOAKIFY_BUILD_CONTEXT"
79
80
  };
80
81
  const KEYCLOAK_THEME = "keycloak-theme";
82
+ const KEYCLOAKIFY_SPA_DEV_SERVER_PORT = "KEYCLOAKIFY_SPA_DEV_SERVER_PORT";
81
83
  //# sourceMappingURL=constants.js.map
82
84
 
83
85
  /***/ }),
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@keycloakify/angular",
3
3
  "type": "module",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
5
5
  "peerDependencies": {
6
- "keycloakify": "^11.3.16",
7
- "@angular/core": "^18.0.0",
8
- "@angular/common": "^18.0.0",
9
- "@angular/platform-browser": "^18.0.0"
6
+ "keycloakify": "^11.4.3",
7
+ "@angular/core": "^19.0.0",
8
+ "@angular/common": "^19.0.0",
9
+ "@angular/platform-browser": "^19.0.0"
10
10
  },
11
11
  "dependencies": {
12
- "tsafe": "^1.8.1",
12
+ "tsafe": "^1.8.5",
13
13
  "tslib": "^2.3.0"
14
14
  },
15
15
  "sideEffects": false,