@camunda8/orchestration-cluster-api 8.9.0-alpha.8 → 9.0.1
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 +276 -2
- package/README.md +551 -56
- package/dist/{chunk-XCRY6B3O.js → chunk-43TOWWPR.js} +2371 -8885
- package/dist/chunk-43TOWWPR.js.map +1 -0
- package/dist/chunk-DGUM43GV.js +11 -0
- package/dist/chunk-DGUM43GV.js.map +1 -0
- package/dist/{chunk-W6JB7JZH.js → chunk-KQ4UL2WX.js} +3 -17
- package/dist/chunk-KQ4UL2WX.js.map +1 -0
- package/dist/fp/index.cjs +13809 -12041
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.d.cts +2 -1
- package/dist/fp/index.d.ts +2 -1
- package/dist/fp/index.js +3 -2
- package/dist/{index-CILGs_2v.d.ts → index-B7HfPv-I.d.ts} +4388 -678
- package/dist/{index-m1kmSXSN.d.cts → index-C0kkfkPq.d.cts} +4388 -678
- package/dist/index.cjs +13815 -11744
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +336 -59
- package/dist/index.js.map +1 -1
- package/dist/logger.cjs +2 -2
- package/dist/logger.cjs.map +1 -1
- package/dist/logger.js +2 -1
- package/dist/threadWorkerEntry.cjs +146 -0
- package/dist/threadWorkerEntry.cjs.map +1 -0
- package/dist/threadWorkerEntry.js +144 -0
- package/dist/threadWorkerEntry.js.map +1 -0
- package/dist/zod.gen-J3DNBFMQ.js +8277 -0
- package/dist/zod.gen-J3DNBFMQ.js.map +1 -0
- package/package.json +38 -38
- package/dist/chunk-W6JB7JZH.js.map +0 -1
- package/dist/chunk-XCRY6B3O.js.map +0 -1
package/dist/fp/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-C0kkfkPq.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger-D-p21VHo.cjs';
|
|
4
|
+
import 'node:worker_threads';
|
package/dist/fp/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-B7HfPv-I.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger-D-p21VHo.js';
|
|
4
|
+
import 'node:worker_threads';
|
package/dist/fp/index.js
CHANGED
|
@@ -7,8 +7,9 @@ import {
|
|
|
7
7
|
isRight,
|
|
8
8
|
retryTE,
|
|
9
9
|
withTimeoutTE
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-43TOWWPR.js";
|
|
11
|
+
import "../chunk-KQ4UL2WX.js";
|
|
12
|
+
import "../chunk-DGUM43GV.js";
|
|
12
13
|
export {
|
|
13
14
|
classifyDomainError,
|
|
14
15
|
createCamundaFpClient,
|