@camunda8/orchestration-cluster-api 9.0.1 → 9.0.2
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/README.md +5 -0
- package/dist/{chunk-43TOWWPR.js → chunk-JW2DWK5R.js} +2 -2
- package/dist/{chunk-43TOWWPR.js.map → chunk-JW2DWK5R.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
|
+
## [9.0.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.1...v9.0.2) (2026-04-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **docs:** add npm badges to README ([8cf1f73](https://github.com/camunda/orchestration-cluster-api-js/commit/8cf1f738710c4831ea57a74e9a4e050a5b03e5bb))
|
|
7
|
+
|
|
1
8
|
## [9.0.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.0...v9.0.1) (2026-04-14)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Camunda 8 Orchestration Cluster TypeScript SDK
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@camunda8/orchestration-cluster-api)
|
|
4
|
+
[](https://www.npmjs.com/package/@camunda8/orchestration-cluster-api)
|
|
5
|
+
[](https://github.com/camunda/orchestration-cluster-api-js/blob/main/LICENSE)
|
|
6
|
+
[](https://github.com/camunda/orchestration-cluster-api-js/releases)
|
|
7
|
+
|
|
3
8
|
<!-- WARNING: The content and specific structure of this file drives Docusaurus generation in camunda-docs. Also, code examples are injected during build. Please refer to MAINTAINER.md before editing. -->
|
|
4
9
|
|
|
5
10
|
Type‑safe, promise‑based client for the Camunda 8 Orchestration Cluster REST API.
|
|
@@ -4412,7 +4412,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4412
4412
|
}
|
|
4413
4413
|
|
|
4414
4414
|
// src/runtime/version.ts
|
|
4415
|
-
var packageVersion = "9.0.
|
|
4415
|
+
var packageVersion = "9.0.2";
|
|
4416
4416
|
|
|
4417
4417
|
// src/runtime/supportLogger.ts
|
|
4418
4418
|
var NoopSupportLogger = class {
|
|
@@ -16721,4 +16721,4 @@ export {
|
|
|
16721
16721
|
withTimeoutTE,
|
|
16722
16722
|
eventuallyTE
|
|
16723
16723
|
};
|
|
16724
|
-
//# sourceMappingURL=chunk-
|
|
16724
|
+
//# sourceMappingURL=chunk-JW2DWK5R.js.map
|