@bayoudhi/moose-lib-serverless 0.7.7 → 0.7.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +11 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -277,7 +277,7 @@ __export(index_exports, {
|
|
|
277
277
|
});
|
|
278
278
|
module.exports = __toCommonJS(index_exports);
|
|
279
279
|
|
|
280
|
-
//
|
|
280
|
+
// node_modules/@514labs/moose-lib/dist/index.mjs
|
|
281
281
|
var import_fs = require("fs");
|
|
282
282
|
var import_path = __toESM(require("path"), 1);
|
|
283
283
|
var import_client = require("@clickhouse/client");
|