@514labs/moose-lib 0.6.267-ci-3-g2d546d7e → 0.6.267-ci-5-gfe9b0c33
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/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +1 -1
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +1 -1
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +1 -1
package/dist/moose-runner.mjs
CHANGED
|
@@ -990,7 +990,7 @@ var runApis = async (config) => {
|
|
|
990
990
|
toClientConfig(config.clickhouseConfig)
|
|
991
991
|
);
|
|
992
992
|
console.log(
|
|
993
|
-
`${workerInfo} workerStart: ClickHouse
|
|
993
|
+
`${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
|
|
994
994
|
);
|
|
995
995
|
let publicKey;
|
|
996
996
|
if (config.jwtConfig?.secret) {
|