@514labs/moose-lib 0.6.276-ci-1-gfe86cd2c → 0.6.276-ci-3-g7a7bb18a
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 +2 -58
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs +2 -62
- 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 -5
- package/dist/compilerPlugin.mjs.map +1 -1
- package/dist/dmv2/index.js +2 -58
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs +2 -62
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/index.d.mts +2 -27
- package/dist/index.d.ts +2 -27
- package/dist/index.js +2 -64
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -65
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +77 -193
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +77 -197
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +2 -2
package/dist/compilerPlugin.mjs
CHANGED
|
@@ -97,11 +97,7 @@ var typiaJsonSchemas = (typeNode) => factory.createCallExpression(
|
|
|
97
97
|
|
|
98
98
|
// src/commons.ts
|
|
99
99
|
import { createClient } from "@clickhouse/client";
|
|
100
|
-
import {
|
|
101
|
-
KafkaConsumer,
|
|
102
|
-
KafkaJS,
|
|
103
|
-
CODES
|
|
104
|
-
} from "@confluentinc/kafka-javascript";
|
|
100
|
+
import { KafkaJS } from "@514labs/kafka-javascript";
|
|
105
101
|
var { Kafka } = KafkaJS;
|
|
106
102
|
function isTruthy(value) {
|
|
107
103
|
if (!value) return false;
|