@camunda8/orchestration-cluster-api 8.9.0-alpha.3 → 8.9.0-alpha.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/dist/{chunk-TDV2PIHJ.js → chunk-WTQY23BB.js} +2 -2
- package/dist/{chunk-TDV2PIHJ.js.map → chunk-WTQY23BB.js.map} +1 -1
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/index.cjs +43 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +43 -7
- package/dist/index.js.map +1 -1
- package/package.json +8 -9
|
@@ -12874,7 +12874,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
12874
12874
|
}
|
|
12875
12875
|
|
|
12876
12876
|
// src/runtime/version.ts
|
|
12877
|
-
var packageVersion = "8.9.0-alpha.
|
|
12877
|
+
var packageVersion = "8.9.0-alpha.4";
|
|
12878
12878
|
|
|
12879
12879
|
// src/runtime/supportLogger.ts
|
|
12880
12880
|
var NoopSupportLogger = class {
|
|
@@ -23541,4 +23541,4 @@ export {
|
|
|
23541
23541
|
withTimeoutTE,
|
|
23542
23542
|
eventuallyTE
|
|
23543
23543
|
};
|
|
23544
|
-
//# sourceMappingURL=chunk-
|
|
23544
|
+
//# sourceMappingURL=chunk-WTQY23BB.js.map
|