@camunda8/orchestration-cluster-api 8.9.0-alpha.27 → 8.9.0-alpha.29
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 +19 -0
- package/dist/{chunk-4E4B3ZGA.js → chunk-MJVMJXVB.js} +2 -2
- package/dist/chunk-MJVMJXVB.js.map +1 -0
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.d.cts +1 -1
- package/dist/fp/index.d.ts +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/{index-DjG30vCI.d.ts → index-Bhbv6wlK.d.ts} +6 -6
- package/dist/{index-r6PrypEg.d.cts → index-BqP2_ep_.d.cts} +6 -6
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
- package/dist/chunk-4E4B3ZGA.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [8.9.0-alpha.29](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.28...v8.9.0-alpha.29) (2026-04-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* validate SDK_MODE against supported modes in benchmark scripts ([5aa1785](https://github.com/camunda/orchestration-cluster-api-js/commit/5aa1785eda4aa456a7350e33376a1122fec2269d))
|
|
7
|
+
|
|
8
|
+
# [8.9.0-alpha.28](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.27...v8.9.0-alpha.28) (2026-04-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* shorten discriminant labels for multi-entry operations ([701aed6](https://github.com/camunda/orchestration-cluster-api-js/commit/701aed6a471ef2b138380e34f14c1d0f4d3469c5))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* add imports field to operation-map entries ([a7ecf5f](https://github.com/camunda/orchestration-cluster-api-js/commit/a7ecf5fc68277565afecb2518de583e9f345de9b))
|
|
19
|
+
|
|
1
20
|
# [8.9.0-alpha.27](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.26...v8.9.0-alpha.27) (2026-04-02)
|
|
2
21
|
|
|
3
22
|
|
|
@@ -4412,7 +4412,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4412
4412
|
}
|
|
4413
4413
|
|
|
4414
4414
|
// src/runtime/version.ts
|
|
4415
|
-
var packageVersion = "8.9.0-alpha.
|
|
4415
|
+
var packageVersion = "8.9.0-alpha.29";
|
|
4416
4416
|
|
|
4417
4417
|
// src/runtime/supportLogger.ts
|
|
4418
4418
|
var NoopSupportLogger = class {
|
|
@@ -16680,4 +16680,4 @@ export {
|
|
|
16680
16680
|
withTimeoutTE,
|
|
16681
16681
|
eventuallyTE
|
|
16682
16682
|
};
|
|
16683
|
-
//# sourceMappingURL=chunk-
|
|
16683
|
+
//# sourceMappingURL=chunk-MJVMJXVB.js.map
|