@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.js
CHANGED
|
@@ -1003,7 +1003,7 @@ var runApis = async (config) => {
|
|
|
1003
1003
|
toClientConfig(config.clickhouseConfig)
|
|
1004
1004
|
);
|
|
1005
1005
|
console.log(
|
|
1006
|
-
`${workerInfo} workerStart: ClickHouse
|
|
1006
|
+
`${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
|
|
1007
1007
|
);
|
|
1008
1008
|
let publicKey;
|
|
1009
1009
|
if (config.jwtConfig?.secret) {
|