@use-tusk/drift-node-sdk 0.1.32 → 0.1.33
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -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
|
@@ -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.
|
|
40899
|
+
var version = "0.1.33";
|
|
40899
40900
|
|
|
40900
40901
|
//#endregion
|
|
40901
40902
|
//#region src/version.ts
|