@camunda8/orchestration-cluster-api 1.2.3 → 1.2.4-alpha.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 +15 -2
- package/README.md +1 -1
- package/dist/{chunk-C4KMECWH.js → chunk-RN36AHQS.js} +10010 -5970
- package/dist/chunk-RN36AHQS.js.map +1 -0
- package/dist/fp/index.cjs +9890 -5850
- 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-BozZ_h8n.d.ts → index--_MHI263.d.ts} +12165 -6854
- package/dist/{index-4i6euXtC.d.cts → index-DMLBPJ8A.d.cts} +12165 -6854
- package/dist/index.cjs +9534 -5490
- 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 +59 -57
- package/dist/index.js.map +1 -1
- package/package.json +10 -11
- package/dist/chunk-C4KMECWH.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
|
-
## [1.2.
|
|
1
|
+
## [1.2.4-alpha.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.2.3...v1.2.4-alpha.1) (2026-01-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- correctly type optional parameters ([8fef8c8](https://github.com/camunda/orchestration-cluster-api-js/commit/8fef8c8a4bc69a3dd86b76ac1e01431d97607050))
|
|
6
|
+
- enhance response validation error message ([d138134](https://github.com/camunda/orchestration-cluster-api-js/commit/d1381348f46c187e8321fdec088b7654b70c4fa8))
|
|
7
|
+
- handle multi-part spec ([86ac930](https://github.com/camunda/orchestration-cluster-api-js/commit/86ac930e3b599126cf5446bcaa323089049bb4ef))
|
|
8
|
+
- **spec:** prevent path-local $like refs breaking dts build ([3b75200](https://github.com/camunda/orchestration-cluster-api-js/commit/3b75200caeffb198f072668567cff7e34f5700f0))
|
|
2
9
|
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- build 8.9 from monorepo spec ([a80303d](https://github.com/camunda/orchestration-cluster-api-js/commit/a80303d3a54f2d6db77c428f46848f131bd8bf42))
|
|
13
|
+
- build from 8.9 spec ([e4ab53c](https://github.com/camunda/orchestration-cluster-api-js/commit/e4ab53cd253ca5d1fcf2d0bf0626c8d26c7da49c))
|
|
14
|
+
|
|
15
|
+
## [1.2.3](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.2.2...v1.2.3) (2025-12-05)
|
|
3
16
|
|
|
4
17
|
### Bug Fixes
|
|
5
18
|
|
|
6
|
-
|
|
19
|
+
- support fetchVariables in job worker ([b672d8d](https://github.com/camunda/orchestration-cluster-api-js/commit/b672d8d3ec499624a58d1db2b8e920f3ccc77ebc))
|
|
7
20
|
|
|
8
21
|
## [1.2.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v1.2.1...v1.2.2) (2025-12-01)
|
|
9
22
|
|
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ Controlled by `CAMUNDA_SDK_VALIDATION` (or `config` override). Grammar:
|
|
|
114
114
|
|
|
115
115
|
```
|
|
116
116
|
none | warn | strict | req:<mode>[,res:<mode>] | res:<mode>[,req:<mode>]
|
|
117
|
-
<mode> = none|warn|strict
|
|
117
|
+
<mode> = none|warn|strict|fanatical
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
Examples:
|