@camunda8/orchestration-cluster-api 10.0.0-alpha.22 → 10.0.0-alpha.23
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 +10 -0
- package/dist/{chunk-5ZOC3HTJ.js → chunk-JF3QWFWZ.js} +2 -2
- package/dist/{chunk-5ZOC3HTJ.js.map → chunk-JF3QWFWZ.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,13 @@
|
|
|
1
|
+
# [10.0.0-alpha.23](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.22...v10.0.0-alpha.23) (2026-08-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **ci:** align the agent verify gate with the CI gates ([957083c](https://github.com/camunda/orchestration-cluster-api-js/commit/957083c96e14ad9012a5514f59ef0e147a1a4eba))
|
|
7
|
+
* **ci:** fail closed when the verify gate is empty ([35c6f05](https://github.com/camunda/orchestration-cluster-api-js/commit/35c6f059b021a4f688795e21994c9d9bac18da7c))
|
|
8
|
+
* **ci:** stop interpolating the issue body into an unquoted heredoc ([631ee22](https://github.com/camunda/orchestration-cluster-api-js/commit/631ee22057402027b543fe91904c561f2826b303))
|
|
9
|
+
* **ci:** tell the agent which commands actually gate its work ([de6e466](https://github.com/camunda/orchestration-cluster-api-js/commit/de6e4661794c6e3e2d80a7cf72efba76098c13f2))
|
|
10
|
+
|
|
1
11
|
# [10.0.0-alpha.22](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.21...v10.0.0-alpha.22) (2026-08-02)
|
|
2
12
|
|
|
3
13
|
|
|
@@ -4847,7 +4847,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4847
4847
|
}
|
|
4848
4848
|
|
|
4849
4849
|
// src/runtime/version.ts
|
|
4850
|
-
var packageVersion = "10.0.0-alpha.
|
|
4850
|
+
var packageVersion = "10.0.0-alpha.23";
|
|
4851
4851
|
|
|
4852
4852
|
// src/runtime/supportLogger.ts
|
|
4853
4853
|
var NoopSupportLogger = class {
|
|
@@ -19196,4 +19196,4 @@ export {
|
|
|
19196
19196
|
withTimeoutTE,
|
|
19197
19197
|
eventuallyTE
|
|
19198
19198
|
};
|
|
19199
|
-
//# sourceMappingURL=chunk-
|
|
19199
|
+
//# sourceMappingURL=chunk-JF3QWFWZ.js.map
|