@camunda8/orchestration-cluster-api 9.1.3 → 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 +8 -0
- package/dist/{chunk-UZY4K3NZ.js → chunk-4NRTES5E.js} +2 -2
- package/dist/{chunk-UZY4K3NZ.js.map → chunk-4NRTES5E.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -1
package/dist/fp/index.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -12651,7 +12651,7 @@ function createLogger(opts = {}) {
|
|
|
12651
12651
|
}
|
|
12652
12652
|
|
|
12653
12653
|
// src/runtime/version.ts
|
|
12654
|
-
var packageVersion = "9.1.
|
|
12654
|
+
var packageVersion = "9.1.4";
|
|
12655
12655
|
|
|
12656
12656
|
// src/runtime/supportLogger.ts
|
|
12657
12657
|
var NoopSupportLogger = class {
|