@camunda8/orchestration-cluster-api 9.1.2 → 9.1.4
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 +17 -0
- package/dist/{chunk-WSCXETVI.js → chunk-4NRTES5E.js} +3 -3
- package/dist/{chunk-WSCXETVI.js.map → chunk-4NRTES5E.js.map} +1 -1
- package/dist/fp/index.cjs +13 -1
- 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-DcisxmIq.d.ts → index-CJBSKpFZ.d.ts} +21 -0
- package/dist/{index-BKWpoAzp.d.cts → index-DKqh2mnN.d.cts} +21 -0
- package/dist/index.cjs +14 -2
- 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/{zod.gen-BU5BWYUA.js → zod.gen-I6G7OTVZ.js} +13 -1
- package/dist/zod.gen-I6G7OTVZ.js.map +1 -0
- package/package.json +11 -8
- package/dist/zod.gen-BU5BWYUA.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [9.1.4](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.3...v9.1.4) (2026-07-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **ci:** pin @semantic-release/github to 11.x to unblock releases ([fd07350](https://github.com/camunda/orchestration-cluster-api-js/commit/fd07350832c2cd35341bb9e50070222905c77479))
|
|
7
|
+
* **ci:** pin @semantic-release/github to 11.x to unblock releases ([4a8b8ee](https://github.com/camunda/orchestration-cluster-api-js/commit/4a8b8eee9aa3972e9c64cbca22eb63c349074ade)), closes [#377](https://github.com/camunda/orchestration-cluster-api-js/issues/377)
|
|
8
|
+
|
|
9
|
+
## [9.1.3](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.2...v9.1.3) (2026-07-29)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **security:** harden generated buildClientParams against prototype pollution ([22f0f10](https://github.com/camunda/orchestration-cluster-api-js/commit/22f0f1045b7962a8c7bcd28b66818d48854c6abb))
|
|
15
|
+
* **security:** harden generated buildClientParams against prototype pollution ([5028bfc](https://github.com/camunda/orchestration-cluster-api-js/commit/5028bfc9552ca2d0ff1bb3e7fda8d3f445272086))
|
|
16
|
+
* **security:** scope the hardening check to the located initialiser ([57ebb73](https://github.com/camunda/orchestration-cluster-api-js/commit/57ebb731cfaf4b54155884f5debc6a761e8b9728))
|
|
17
|
+
|
|
1
18
|
## [9.1.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.1...v9.1.2) (2026-04-29)
|
|
2
19
|
|
|
3
20
|
|
|
@@ -4409,7 +4409,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
4411
|
// src/runtime/version.ts
|
|
4412
|
-
var packageVersion = "9.1.
|
|
4412
|
+
var packageVersion = "9.1.4";
|
|
4413
4413
|
|
|
4414
4414
|
// src/runtime/supportLogger.ts
|
|
4415
4415
|
var NoopSupportLogger = class {
|
|
@@ -6386,7 +6386,7 @@ var CamundaClient = class {
|
|
|
6386
6386
|
_schemasPromise = null;
|
|
6387
6387
|
_loadSchemas() {
|
|
6388
6388
|
if (!this._schemasPromise) {
|
|
6389
|
-
this._schemasPromise = import("./zod.gen-
|
|
6389
|
+
this._schemasPromise = import("./zod.gen-I6G7OTVZ.js");
|
|
6390
6390
|
}
|
|
6391
6391
|
return this._schemasPromise;
|
|
6392
6392
|
}
|
|
@@ -16719,4 +16719,4 @@ export {
|
|
|
16719
16719
|
withTimeoutTE,
|
|
16720
16720
|
eventuallyTE
|
|
16721
16721
|
};
|
|
16722
|
-
//# sourceMappingURL=chunk-
|
|
16722
|
+
//# sourceMappingURL=chunk-4NRTES5E.js.map
|