@camunda8/orchestration-cluster-api 9.0.3 → 9.0.4
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/CHANGELOG.md +7 -0
- package/dist/{chunk-CSMB45H6.js → chunk-MGVNJ2ID.js} +2 -2
- package/dist/{chunk-CSMB45H6.js.map → chunk-MGVNJ2ID.js.map} +1 -1
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [9.0.4](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.3...v9.0.4) (2026-04-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add range constraint for main branch alpha prereleases ([91ad247](https://github.com/camunda/orchestration-cluster-api-js/commit/91ad247c0fbc691269175a8c82e0bb1c70b25876))
|
|
7
|
+
|
|
1
8
|
## [9.0.3](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.2...v9.0.3) (2026-04-14)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -4409,7 +4409,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
4411
|
// src/runtime/version.ts
|
|
4412
|
-
var packageVersion = "9.0.
|
|
4412
|
+
var packageVersion = "9.0.4";
|
|
4413
4413
|
|
|
4414
4414
|
// src/runtime/supportLogger.ts
|
|
4415
4415
|
var NoopSupportLogger = class {
|
|
@@ -16715,4 +16715,4 @@ export {
|
|
|
16715
16715
|
withTimeoutTE,
|
|
16716
16716
|
eventuallyTE
|
|
16717
16717
|
};
|
|
16718
|
-
//# sourceMappingURL=chunk-
|
|
16718
|
+
//# sourceMappingURL=chunk-MGVNJ2ID.js.map
|