@camunda8/orchestration-cluster-api 1.2.1 → 1.2.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 +8 -2
- package/dist/{chunk-GTPTQ4XZ.js → chunk-HAWDB7KV.js} +3 -3
- package/dist/chunk-HAWDB7KV.js.map +1 -0
- package/dist/fp/index.cjs +2 -2
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.d.cts +1 -1
- package/dist/fp/index.d.ts +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/{index-Db_9Eo8E.d.ts → index-Cp8OPyAq.d.ts} +6 -1
- package/dist/{index-C3uq_1nM.d.cts → index-WJHww8O1.d.cts} +6 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-GTPTQ4XZ.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
## [1.2.
|
|
1
|
+
## [1.2.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.2.1...v1.2.2) (2025-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* set default requestTimeout to 0 ([c18a22a](https://github.com/camunda/orchestration-cluster-api-js/commit/c18a22a0f5dacfcd6b16ac16d8260307a17f87d9))
|
|
2
7
|
|
|
8
|
+
## [1.2.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.2.0...v1.2.1) (2025-11-28)
|
|
3
9
|
|
|
4
10
|
### Bug Fixes
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
- add job.error method ([285e743](https://github.com/camunda/orchestration-cluster-api-js/commit/285e743a0d6f0020ba5b25bf7f048748edcd63b4))
|
|
7
13
|
|
|
8
14
|
# [1.2.0](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.1.5...v1.2.0) (2025-11-13)
|
|
9
15
|
|
|
@@ -113,7 +113,7 @@ var EventualConsistencyTimeoutError = class extends Error {
|
|
|
113
113
|
// src/runtime/jobWorker.ts
|
|
114
114
|
var JobActionReceipt = "JOB_ACTION_RECEIPT";
|
|
115
115
|
var _workerCounter = 0;
|
|
116
|
-
var DEFAULT_LONGPOLL_TIMEOUT =
|
|
116
|
+
var DEFAULT_LONGPOLL_TIMEOUT = 0;
|
|
117
117
|
var JobWorker = class {
|
|
118
118
|
_client;
|
|
119
119
|
_cfg;
|
|
@@ -9624,7 +9624,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
9624
9624
|
}
|
|
9625
9625
|
|
|
9626
9626
|
// src/runtime/version.ts
|
|
9627
|
-
var packageVersion = "1.2.
|
|
9627
|
+
var packageVersion = "1.2.2";
|
|
9628
9628
|
|
|
9629
9629
|
// src/runtime/supportLogger.ts
|
|
9630
9630
|
var NoopSupportLogger = class {
|
|
@@ -18880,4 +18880,4 @@ export {
|
|
|
18880
18880
|
withTimeoutTE,
|
|
18881
18881
|
eventuallyTE
|
|
18882
18882
|
};
|
|
18883
|
-
//# sourceMappingURL=chunk-
|
|
18883
|
+
//# sourceMappingURL=chunk-HAWDB7KV.js.map
|