@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.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- 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,
|
|
@@ -33584,7 +33584,8 @@ var ApiSpanAdapter = class {
|
|
|
33584
33584
|
headers: {
|
|
33585
33585
|
"x-api-key": this.apiKey,
|
|
33586
33586
|
"x-td-skip-instrumentation": "true",
|
|
33587
|
-
"Content-Type": "application/protobuf"
|
|
33587
|
+
"Content-Type": "application/protobuf",
|
|
33588
|
+
Accept: "application/protobuf"
|
|
33588
33589
|
},
|
|
33589
33590
|
body: new Uint8Array(rustRequestBytes)
|
|
33590
33591
|
});
|
|
@@ -40906,7 +40907,7 @@ var require_src = /* @__PURE__ */ __commonJS({ "node_modules/@opentelemetry/sdk-
|
|
|
40906
40907
|
//#endregion
|
|
40907
40908
|
//#region package.json
|
|
40908
40909
|
var import_src$1 = /* @__PURE__ */ __toESM(require_src(), 1);
|
|
40909
|
-
var version = "0.1.
|
|
40910
|
+
var version = "0.1.34";
|
|
40910
40911
|
|
|
40911
40912
|
//#endregion
|
|
40912
40913
|
//#region src/version.ts
|