autotel-vitest 0.4.53 → 0.4.55
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -35,7 +35,7 @@ const otelTestCollector = new autotel_test_span_collector.TestSpanCollector();
|
|
|
35
35
|
* parenting to the test span. Entering the context on this async resource
|
|
36
36
|
* instead is inherited by the test body and everything it awaits.
|
|
37
37
|
*
|
|
38
|
-
*
|
|
38
|
+
* Reads the context manager's private AsyncLocalStorage, since the
|
|
39
39
|
* OTel ContextManager interface has no callback-free entry point. Returns false
|
|
40
40
|
* on any manager that does not expose one, and the caller falls back to
|
|
41
41
|
* `context.with`.
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ const otelTestCollector = new TestSpanCollector();
|
|
|
34
34
|
* parenting to the test span. Entering the context on this async resource
|
|
35
35
|
* instead is inherited by the test body and everything it awaits.
|
|
36
36
|
*
|
|
37
|
-
*
|
|
37
|
+
* Reads the context manager's private AsyncLocalStorage, since the
|
|
38
38
|
* OTel ContextManager interface has no callback-free entry point. Returns false
|
|
39
39
|
* on any manager that does not expose one, and the caller falls back to
|
|
40
40
|
* `context.with`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autotel-vitest",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.55",
|
|
4
4
|
"description": "Vitest fixture for OpenTelemetry: one span per test so all instrumented code is filterable by test run",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"README.md"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"autotel": "7.
|
|
27
|
+
"autotel": "7.4.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"vitest": ">=4.1.10"
|