@camunda8/orchestration-cluster-api 10.0.0-alpha.6 → 10.0.0-alpha.7
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-IWEXAQX4.js → chunk-BCNWWIBI.js} +2 -2
- package/dist/{chunk-IWEXAQX4.js.map → chunk-BCNWWIBI.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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [10.0.0-alpha.7](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.6...v10.0.0-alpha.7) (2026-05-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update docker-compose env vars for 8.10 config schema ([d343d56](https://github.com/camunda/orchestration-cluster-api-js/commit/d343d56a54d6b83246e3a2b26b6ce2469c2de77c))
|
|
7
|
+
|
|
1
8
|
# [10.0.0-alpha.6](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.5...v10.0.0-alpha.6) (2026-05-13)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -4481,7 +4481,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4481
4481
|
}
|
|
4482
4482
|
|
|
4483
4483
|
// src/runtime/version.ts
|
|
4484
|
-
var packageVersion = "10.0.0-alpha.
|
|
4484
|
+
var packageVersion = "10.0.0-alpha.7";
|
|
4485
4485
|
|
|
4486
4486
|
// src/runtime/supportLogger.ts
|
|
4487
4487
|
var NoopSupportLogger = class {
|
|
@@ -17185,4 +17185,4 @@ export {
|
|
|
17185
17185
|
withTimeoutTE,
|
|
17186
17186
|
eventuallyTE
|
|
17187
17187
|
};
|
|
17188
|
-
//# sourceMappingURL=chunk-
|
|
17188
|
+
//# sourceMappingURL=chunk-BCNWWIBI.js.map
|