@highlight-run/node
Advanced tools
Comparing version 3.6.4 to 3.6.5
# @highlight-run/node | ||
## 3.6.5 | ||
### Patch Changes | ||
- bd5021a6c: remove @highlight-run/node dependency on highlight.run for types | ||
- 2fce77c13: fix opentelemetry auto instrumentation in next.js, update opentelemetry dependencies | ||
## 3.6.4 | ||
@@ -4,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { HighlightOptions } from 'highlight.run'; | ||
import type { HighlightOptions } from 'highlight.run'; | ||
export interface NodeOptions extends HighlightOptions { | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@highlight-run/node", | ||
"version": "3.6.4", | ||
"version": "3.6.5", | ||
"license": "Apache-2.0", | ||
@@ -27,14 +27,11 @@ "scripts": { | ||
}, | ||
"dependencies": { | ||
"highlight.run": "8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@opentelemetry/api": "^1.6.0", | ||
"@opentelemetry/auto-instrumentations-node": "^0.39.2", | ||
"@opentelemetry/core": "^1.17.1", | ||
"@opentelemetry/exporter-trace-otlp-proto": "^0.44.0", | ||
"@opentelemetry/resources": "^1.17.1", | ||
"@opentelemetry/sdk-node": "^0.44.0", | ||
"@opentelemetry/sdk-trace-base": "^1.17.1", | ||
"@opentelemetry/semantic-conventions": "^1.17.1", | ||
"@opentelemetry/api": "^1.7.0", | ||
"@opentelemetry/auto-instrumentations-node": "^0.40.1", | ||
"@opentelemetry/core": "^1.18.1", | ||
"@opentelemetry/exporter-trace-otlp-proto": "^0.45.1", | ||
"@opentelemetry/resources": "^1.18.1", | ||
"@opentelemetry/sdk-node": "^0.45.1", | ||
"@opentelemetry/sdk-trace-base": "^1.18.1", | ||
"@opentelemetry/semantic-conventions": "^1.18.1", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
@@ -49,2 +46,3 @@ "@rollup/plugin-json": "^6.0.1", | ||
"encoding": "^0.1.13", | ||
"highlight.run": "8.3.0", | ||
"jest": "^29.2.2", | ||
@@ -51,0 +49,0 @@ "rollup": "^4.1.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20138627
0
20
22
- Removedhighlight.run@8.3.0
- Removedhighlight.run@8.3.0(transitive)