@use-tusk/drift-node-sdk 0.1.32 → 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.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,
@@ -33573,7 +33573,8 @@ var ApiSpanAdapter = class {
33573
33573
  headers: {
33574
33574
  "x-api-key": this.apiKey,
33575
33575
  "x-td-skip-instrumentation": "true",
33576
- "Content-Type": "application/protobuf"
33576
+ "Content-Type": "application/protobuf",
33577
+ Accept: "application/protobuf"
33577
33578
  },
33578
33579
  body: new Uint8Array(rustRequestBytes)
33579
33580
  });
@@ -40895,7 +40896,7 @@ var require_src = /* @__PURE__ */ __commonJS({ "node_modules/@opentelemetry/sdk-
40895
40896
  //#endregion
40896
40897
  //#region package.json
40897
40898
  var import_src$1 = /* @__PURE__ */ __toESM(require_src(), 1);
40898
- var version = "0.1.32";
40899
+ var version = "0.1.34";
40899
40900
 
40900
40901
  //#endregion
40901
40902
  //#region src/version.ts