@stainlessdev/xray-core 0.8.0 → 0.8.1

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 CHANGED
@@ -1061,7 +1061,7 @@ function createSpanProcessor(mode, exporter) {
1061
1061
  }
1062
1062
  function sdkVersion() {
1063
1063
  if (true) {
1064
- return "0.7.0";
1064
+ return "0.8.0";
1065
1065
  }
1066
1066
  return "unknown";
1067
1067
  }
package/dist/index.js CHANGED
@@ -1004,7 +1004,7 @@ function createSpanProcessor(mode, exporter) {
1004
1004
  }
1005
1005
  function sdkVersion() {
1006
1006
  if (true) {
1007
- return "0.7.0";
1007
+ return "0.8.0";
1008
1008
  }
1009
1009
  return "unknown";
1010
1010
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainlessdev/xray-core",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Core instrumentation for Stainless X-ray request logging",
5
5
  "files": [
6
6
  "dist"