@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.cjs
CHANGED
|
@@ -33082,7 +33082,7 @@ var SpanTransformer = class SpanTransformer {
|
|
|
33082
33082
|
submoduleName: submoduleName || "",
|
|
33083
33083
|
packageType: attributes[TdSpanAttributes.PACKAGE_TYPE] || PackageType.UNSPECIFIED,
|
|
33084
33084
|
environment,
|
|
33085
|
-
kind: span.kind,
|
|
33085
|
+
kind: mapOtToPb(span.kind),
|
|
33086
33086
|
inputSchema,
|
|
33087
33087
|
outputSchema,
|
|
33088
33088
|
inputSchemaHash,
|
|
@@ -40907,7 +40907,7 @@ var require_src = /* @__PURE__ */ __commonJS({ "node_modules/@opentelemetry/sdk-
|
|
|
40907
40907
|
//#endregion
|
|
40908
40908
|
//#region package.json
|
|
40909
40909
|
var import_src$1 = /* @__PURE__ */ __toESM(require_src(), 1);
|
|
40910
|
-
var version = "0.1.
|
|
40910
|
+
var version = "0.1.34";
|
|
40911
40911
|
|
|
40912
40912
|
//#endregion
|
|
40913
40913
|
//#region src/version.ts
|