@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.
@@ -61,7 +61,7 @@ var init_commons = __esm({
61
61
  "use strict";
62
62
  import_http = __toESM(require("http"));
63
63
  import_client = require("@clickhouse/client");
64
- import_kafka_javascript = require("@confluentinc/kafka-javascript");
64
+ import_kafka_javascript = require("@514labs/kafka-javascript");
65
65
  ({ Kafka } = import_kafka_javascript.KafkaJS);
66
66
  compilerLog = (message) => {
67
67
  if (!isTruthy(process.env.MOOSE_DISABLE_COMPILER_LOGS)) {
@@ -1871,7 +1871,7 @@ var runBlocks = async (config) => {
1871
1871
 
1872
1872
  // src/streaming-functions/runner.ts
1873
1873
  var import_node_stream2 = require("stream");
1874
- var import_kafka_javascript2 = require("@confluentinc/kafka-javascript");
1874
+ var import_kafka_javascript2 = require("@514labs/kafka-javascript");
1875
1875
  var import_node_buffer = require("buffer");
1876
1876
  var process3 = __toESM(require("process"));
1877
1877
  var http3 = __toESM(require("http"));