@camunda8/orchestration-cluster-api 9.1.0 → 9.1.1

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [9.1.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.0...v9.1.1) (2026-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **docker:** resolve ambiguous numberOfReplicas config ([78a64bc](https://github.com/camunda/orchestration-cluster-api-js/commit/78a64bc33e4f19d3df40a16161d7f6288a30a5d6))
7
+
1
8
  # [9.1.0](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.4...v9.1.0) (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.1.0";
4412
+ var packageVersion = "9.1.1";
4413
4413
 
4414
4414
  // src/runtime/supportLogger.ts
4415
4415
  var NoopSupportLogger = class {
@@ -6386,7 +6386,7 @@ var CamundaClient = class {
6386
6386
  _schemasPromise = null;
6387
6387
  _loadSchemas() {
6388
6388
  if (!this._schemasPromise) {
6389
- this._schemasPromise = import("./zod.gen-J3DNBFMQ.js");
6389
+ this._schemasPromise = import("./zod.gen-BU5BWYUA.js");
6390
6390
  }
6391
6391
  return this._schemasPromise;
6392
6392
  }
@@ -16715,4 +16715,4 @@ export {
16715
16715
  withTimeoutTE,
16716
16716
  eventuallyTE
16717
16717
  };
16718
- //# sourceMappingURL=chunk-HITO27AC.js.map
16718
+ //# sourceMappingURL=chunk-ZHIFAOE5.js.map