@probelabs/visor 0.1.89 → 0.1.90
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/check-execution-engine.d.ts +3 -0
- package/dist/check-execution-engine.d.ts.map +1 -1
- package/dist/failure-condition-evaluator.d.ts +1 -0
- package/dist/failure-condition-evaluator.d.ts.map +1 -1
- package/dist/index.js +1624 -168
- package/dist/logger.d.ts.map +1 -1
- package/dist/providers/command-check-provider.d.ts +2 -0
- package/dist/providers/command-check-provider.d.ts.map +1 -1
- package/dist/sdk/{check-execution-engine-D6FPIIKR.mjs → check-execution-engine-Z2USLMN5.mjs} +2 -2
- package/dist/sdk/{chunk-N34GS4A5.mjs → chunk-N2PPFOSF.mjs} +1511 -246
- package/dist/sdk/chunk-N2PPFOSF.mjs.map +1 -0
- package/dist/sdk/sdk.js +1398 -143
- package/dist/sdk/sdk.js.map +1 -1
- package/dist/sdk/sdk.mjs +3 -1
- package/dist/sdk/sdk.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/sdk/chunk-N34GS4A5.mjs.map +0 -1
- /package/dist/sdk/{check-execution-engine-D6FPIIKR.mjs.map → check-execution-engine-Z2USLMN5.mjs.map} +0 -0
package/dist/sdk/sdk.mjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CheckExecutionEngine,
|
|
3
|
+
init_logger,
|
|
3
4
|
logger
|
|
4
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-N2PPFOSF.mjs";
|
|
5
6
|
import "./chunk-FIL2OGF6.mjs";
|
|
6
7
|
import {
|
|
7
8
|
ConfigMerger
|
|
@@ -963,6 +964,7 @@ var init_config_schema = __esm({
|
|
|
963
964
|
});
|
|
964
965
|
|
|
965
966
|
// src/config.ts
|
|
967
|
+
init_logger();
|
|
966
968
|
import * as yaml2 from "js-yaml";
|
|
967
969
|
import * as fs2 from "fs";
|
|
968
970
|
import * as path2 from "path";
|