@camunda8/orchestration-cluster-api 10.0.0-alpha.6 → 10.0.0-alpha.7
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 +7 -0
- package/dist/{chunk-IWEXAQX4.js → chunk-BCNWWIBI.js} +2 -2
- package/dist/{chunk-IWEXAQX4.js.map → chunk-BCNWWIBI.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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/fp/index.cjs
CHANGED
|
@@ -12776,7 +12776,7 @@ function createLogger(opts = {}) {
|
|
|
12776
12776
|
}
|
|
12777
12777
|
|
|
12778
12778
|
// src/runtime/version.ts
|
|
12779
|
-
var packageVersion = "10.0.0-alpha.
|
|
12779
|
+
var packageVersion = "10.0.0-alpha.7";
|
|
12780
12780
|
|
|
12781
12781
|
// src/runtime/supportLogger.ts
|
|
12782
12782
|
var NoopSupportLogger = class {
|