You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pin keycloak-admin-client package version to 26.5.6 (#77)
* fix: pin OSL to stable/logic-operator v1.37.2
Made-with: Cursor
* fix: pin keycloak-admin-client to 26.5.6
Made-with: Cursor
* chore: update lockfile for keycloak-admin-client 26.5.6
Made-with: Cursor
* fix: add prepack script to build dist for git deps
Yarn 3 runs prepack before packing git dependencies. Without this,
installing from a git branch produces a package without dist/, causing
ERR_MODULE_NOT_FOUND for all exports.
Made-with: Cursor
* chore: remove SHA integrity hash from packageManager field
Made-with: Cursor
Copy file name to clipboardExpand all lines: docs/changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.26] - Current
5
+
## [1.1.27] - Current
6
+
7
+
### Fixed
8
+
9
+
-**Pin `@keycloak/keycloak-admin-client` to 26.5.6**: Version 26.6.0 has a broken postinstall script that fails in CI environments with a `packageManager` field. Pinned to last known-good version.
0 commit comments