@514labs/moose-lib 0.6.277 → 0.6.278
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 +1 -1
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs +1 -1
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/compilerPlugin.js +1 -1
- package/dist/compilerPlugin.js.map +1 -1
- package/dist/compilerPlugin.mjs +1 -1
- package/dist/compilerPlugin.mjs.map +1 -1
- package/dist/dmv2/index.js +1 -1
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs +1 -1
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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 +2 -2
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +2 -2
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +2 -2
package/dist/moose-runner.mjs
CHANGED
|
@@ -13,7 +13,7 @@ var __esm = (fn, res) => function __init() {
|
|
|
13
13
|
// src/commons.ts
|
|
14
14
|
import http from "http";
|
|
15
15
|
import { createClient } from "@clickhouse/client";
|
|
16
|
-
import { KafkaJS } from "@
|
|
16
|
+
import { KafkaJS } from "@514labs/kafka-javascript";
|
|
17
17
|
function isTruthy(value) {
|
|
18
18
|
if (!value) return false;
|
|
19
19
|
switch (value.trim().toLowerCase()) {
|
|
@@ -1859,7 +1859,7 @@ var runBlocks = async (config) => {
|
|
|
1859
1859
|
// src/streaming-functions/runner.ts
|
|
1860
1860
|
init_commons();
|
|
1861
1861
|
import { Readable as Readable2 } from "stream";
|
|
1862
|
-
import { KafkaJS as KafkaJS2 } from "@
|
|
1862
|
+
import { KafkaJS as KafkaJS2 } from "@514labs/kafka-javascript";
|
|
1863
1863
|
import { Buffer as Buffer2 } from "buffer";
|
|
1864
1864
|
import * as process3 from "process";
|
|
1865
1865
|
import * as http3 from "http";
|