@use-tusk/drift-node-sdk 0.1.33 → 0.1.34
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/instrumentation-manifest.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33071,7 +33071,7 @@ var SpanTransformer = class SpanTransformer {
|
|
|
33071
33071
|
submoduleName: submoduleName || "",
|
|
33072
33072
|
packageType: attributes[TdSpanAttributes.PACKAGE_TYPE] || PackageType.UNSPECIFIED,
|
|
33073
33073
|
environment,
|
|
33074
|
-
kind: span.kind,
|
|
33074
|
+
kind: mapOtToPb(span.kind),
|
|
33075
33075
|
inputSchema,
|
|
33076
33076
|
outputSchema,
|
|
33077
33077
|
inputSchemaHash,
|
|
@@ -40896,7 +40896,7 @@ var require_src = /* @__PURE__ */ __commonJS({ "node_modules/@opentelemetry/sdk-
|
|
|
40896
40896
|
//#endregion
|
|
40897
40897
|
//#region package.json
|
|
40898
40898
|
var import_src$1 = /* @__PURE__ */ __toESM(require_src(), 1);
|
|
40899
|
-
var version = "0.1.
|
|
40899
|
+
var version = "0.1.34";
|
|
40900
40900
|
|
|
40901
40901
|
//#endregion
|
|
40902
40902
|
//#region src/version.ts
|