@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.
@@ -132,7 +132,7 @@ var typiaJsonSchemas = (typeNode) => import_typescript.factory.createCallExpress
132
132
 
133
133
  // src/commons.ts
134
134
  var import_client = require("@clickhouse/client");
135
- var import_kafka_javascript = require("@confluentinc/kafka-javascript");
135
+ var import_kafka_javascript = require("@514labs/kafka-javascript");
136
136
  var { Kafka } = import_kafka_javascript.KafkaJS;
137
137
  function isTruthy(value) {
138
138
  if (!value) return false;