@interopio/otel 0.0.216 → 0.0.217

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 +2 -0
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -1663,6 +1663,8 @@ export namespace IOInsights {
1663
1663
  definitiveInstance?: boolean;
1664
1664
 
1665
1665
  platformInstance?: boolean;
1666
+
1667
+ registerControlMethods?: boolean;
1666
1668
 
1667
1669
  requestSettings?: boolean;
1668
1670
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.216",
3
+ "version": "0.0.217",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",