@camunda8/orchestration-cluster-api 10.0.0-alpha.35 → 10.0.0-alpha.37
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 +14 -0
- package/dist/{CamundaClient-Dc_Mlc8U.d.ts → CamundaClient-BdKNRD2i.d.ts} +105 -272
- package/dist/{CamundaClient-4QsvzZPR.d.cts → CamundaClient-DKCeKUmK.d.cts} +105 -272
- package/dist/{chunk-2SYK2XZI.js → chunk-QMVXOINT.js} +3 -74
- package/dist/chunk-QMVXOINT.js.map +1 -0
- package/dist/effect/index.cjs +25 -150
- package/dist/effect/index.cjs.map +1 -1
- package/dist/effect/index.d.cts +1 -1
- package/dist/effect/index.d.ts +1 -1
- package/dist/effect/index.js +1 -1
- package/dist/index.cjs +26 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/threadWorkerEntry.cjs +9 -3
- package/dist/threadWorkerEntry.cjs.map +1 -1
- package/dist/threadWorkerEntry.js +9 -3
- package/dist/threadWorkerEntry.js.map +1 -1
- package/dist/{zod.gen-JARMY5IR.js → zod.gen-FH5QFVZD.js} +24 -78
- package/dist/zod.gen-FH5QFVZD.js.map +1 -0
- package/package.json +2 -2
- package/dist/chunk-2SYK2XZI.js.map +0 -1
- package/dist/zod.gen-JARMY5IR.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [10.0.0-alpha.37](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.36...v10.0.0-alpha.37) (2026-08-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **worker:** hand threaded handler modules to import() as file:// URLs ([#465](https://github.com/camunda/orchestration-cluster-api-js/issues/465)) ([8ef060e](https://github.com/camunda/orchestration-cluster-api-js/commit/8ef060e9ed39b33e5ef707520b8ced5d3713494e))
|
|
7
|
+
|
|
8
|
+
# [10.0.0-alpha.36](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.35...v10.0.0-alpha.36) (2026-08-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **examples:** update agent instance examples to the batched-history API ([#466](https://github.com/camunda/orchestration-cluster-api-js/issues/466)) ([cf1bcb4](https://github.com/camunda/orchestration-cluster-api-js/commit/cf1bcb4f32f9612ec69f96a6fa99ae207db38540))
|
|
14
|
+
|
|
1
15
|
# [10.0.0-alpha.35](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.34...v10.0.0-alpha.35) (2026-08-24)
|
|
2
16
|
|
|
3
17
|
|