endform 0.72.0 → 0.73.0

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/lib/index.d.ts +1 -0
  2. package/package.json +5 -5
package/lib/index.d.ts CHANGED
@@ -158,6 +158,7 @@ export interface EndformConfig {
158
158
  * by remote runners.
159
159
  *
160
160
  * Trace propagation becomes enabled when this parameter is set.
161
+ * All attempts export otel data to remotes by default when this is set
161
162
  *
162
163
  * @example
163
164
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "endform",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "description": "Endform CLI",
5
5
  "license": "UNLICENSED",
6
6
  "repository": "https://github.com/endformdev/npm",
@@ -21,9 +21,9 @@
21
21
  }
22
22
  },
23
23
  "optionalDependencies": {
24
- "endform-darwin-arm64": "0.72.0",
25
- "endform-darwin-x86": "0.72.0",
26
- "endform-linux-arm64": "0.72.0",
27
- "endform-linux-x86": "0.72.0"
24
+ "endform-darwin-arm64": "0.73.0",
25
+ "endform-darwin-x86": "0.73.0",
26
+ "endform-linux-arm64": "0.73.0",
27
+ "endform-linux-x86": "0.73.0"
28
28
  }
29
29
  }