@camunda8/orchestration-cluster-api 10.0.0-alpha.8 → 10.0.0-alpha.9
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-A5RT7CYV.js → chunk-J347UUZV.js} +2 -2
- package/dist/{chunk-A5RT7CYV.js.map → chunk-J347UUZV.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,10 @@
|
|
|
1
|
+
# [10.0.0-alpha.9](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.8...v10.0.0-alpha.9) (2026-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* pass author-association to community notification workflow ([82e7f6e](https://github.com/camunda/orchestration-cluster-api-js/commit/82e7f6e5b34c60d122b93a302c84dda1fc28f6f9))
|
|
7
|
+
|
|
1
8
|
# [10.0.0-alpha.8](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.7...v10.0.0-alpha.8) (2026-06-04)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -6363,7 +6363,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
6363
6363
|
}
|
|
6364
6364
|
|
|
6365
6365
|
// src/runtime/version.ts
|
|
6366
|
-
var packageVersion = "10.0.0-alpha.
|
|
6366
|
+
var packageVersion = "10.0.0-alpha.9";
|
|
6367
6367
|
|
|
6368
6368
|
// src/runtime/supportLogger.ts
|
|
6369
6369
|
var NoopSupportLogger = class {
|
|
@@ -19123,4 +19123,4 @@ export {
|
|
|
19123
19123
|
withTimeoutTE,
|
|
19124
19124
|
eventuallyTE
|
|
19125
19125
|
};
|
|
19126
|
-
//# sourceMappingURL=chunk-
|
|
19126
|
+
//# sourceMappingURL=chunk-J347UUZV.js.map
|