@stainlessdev/xray-core 0.5.0 → 0.5.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
@@ -915,7 +915,7 @@ function createSpanProcessor(mode, exporter) {
915
915
  }
916
916
  function sdkVersion() {
917
917
  if (true) {
918
- return "0.4.0";
918
+ return "0.5.0";
919
919
  }
920
920
  return "unknown";
921
921
  }
package/dist/index.js CHANGED
@@ -856,7 +856,7 @@ function createSpanProcessor(mode, exporter) {
856
856
  }
857
857
  function sdkVersion() {
858
858
  if (true) {
859
- return "0.4.0";
859
+ return "0.5.0";
860
860
  }
861
861
  return "unknown";
862
862
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainlessdev/xray-core",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Core instrumentation for Stainless X-ray request logging",
5
5
  "files": [
6
6
  "dist"