@camunda8/orchestration-cluster-api 10.0.0-alpha.8 → 10.0.0-alpha.9
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-A5RT7CYV.js → chunk-J347UUZV.js} +2 -2
- package/dist/{chunk-A5RT7CYV.js.map → chunk-J347UUZV.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 +1 -1
package/dist/fp/index.cjs
CHANGED
|
@@ -14837,7 +14837,7 @@ function createLogger(opts = {}) {
|
|
|
14837
14837
|
}
|
|
14838
14838
|
|
|
14839
14839
|
// src/runtime/version.ts
|
|
14840
|
-
var packageVersion = "10.0.0-alpha.
|
|
14840
|
+
var packageVersion = "10.0.0-alpha.9";
|
|
14841
14841
|
|
|
14842
14842
|
// src/runtime/supportLogger.ts
|
|
14843
14843
|
var NoopSupportLogger = class {
|