@interopio/otel 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/insights.d.ts +1 -1
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -1862,7 +1862,7 @@ export namespace IOInsights {
1862
1862
  *
1863
1863
  * @default true
1864
1864
  */
1865
- allowRoot?: boolean;
1865
+ canBeRoot?: boolean;
1866
1866
 
1867
1867
  /**
1868
1868
  * If `true`, requests to the OTEL Collector endpoints will not be instrumented.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",