@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.
@@ -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 "@confluentinc/kafka-javascript";
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 "@confluentinc/kafka-javascript";
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";