@camunda8/orchestration-cluster-api 10.0.0-alpha.16 → 10.0.0-alpha.17
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 +8 -0
- package/dist/{chunk-RTRUW7ZX.js → chunk-WN2SVG74.js} +2 -2
- package/dist/{chunk-RTRUW7ZX.js.map → chunk-WN2SVG74.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,11 @@
|
|
|
1
|
+
# [10.0.0-alpha.17](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.16...v10.0.0-alpha.17) (2026-07-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **gen:** forward-compatible generation for @hey-api/openapi-ts 0.97 ([ef36a46](https://github.com/camunda/orchestration-cluster-api-js/commit/ef36a4654eedb7bae905bd56a0b4854d6bbe7ebc))
|
|
7
|
+
* **gen:** forward-compatible generation for @hey-api/openapi-ts 0.97 ([47c7713](https://github.com/camunda/orchestration-cluster-api-js/commit/47c77131da1b51dffebd4745913252697169e5ff))
|
|
8
|
+
|
|
1
9
|
# [10.0.0-alpha.16](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.15...v10.0.0-alpha.16) (2026-07-27)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -6901,7 +6901,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
6901
6901
|
}
|
|
6902
6902
|
|
|
6903
6903
|
// src/runtime/version.ts
|
|
6904
|
-
var packageVersion = "10.0.0-alpha.
|
|
6904
|
+
var packageVersion = "10.0.0-alpha.17";
|
|
6905
6905
|
|
|
6906
6906
|
// src/runtime/supportLogger.ts
|
|
6907
6907
|
var NoopSupportLogger = class {
|
|
@@ -20433,4 +20433,4 @@ export {
|
|
|
20433
20433
|
withTimeoutTE,
|
|
20434
20434
|
eventuallyTE
|
|
20435
20435
|
};
|
|
20436
|
-
//# sourceMappingURL=chunk-
|
|
20436
|
+
//# sourceMappingURL=chunk-WN2SVG74.js.map
|