@highlight-run/node
Advanced tools
Comparing version 3.6.2 to 3.6.3
# @highlight-run/node | ||
## 3.6.3 | ||
### Patch Changes | ||
- f966390c1: ensure compatibility for JS SDKs in ES and CJS environments | ||
- 66b94f3f7: change serialization for node to avoid reporting objects as the message | ||
- Updated dependencies [f966390c1] | ||
- highlight.run@8.2.3 | ||
## 3.6.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@highlight-run/node", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"typegen": "tsc -d --emitDeclarationOnly", | ||
"dev": "yarn build --watch", | ||
"build": "rollup --config rollup.config.mjs", | ||
"test": "jest" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"typegen": "tsc -d --emitDeclarationOnly", | ||
"dev": "yarn build --watch", | ||
"build": "rollup --config rollup.config.js", | ||
"test": "jest" | ||
}, | ||
"installConfig": { | ||
@@ -25,3 +28,3 @@ "hoistingLimits": "workspaces" | ||
"dependencies": { | ||
"highlight.run": "8.2.2" | ||
"highlight.run": "8.2.3" | ||
}, | ||
@@ -28,0 +31,0 @@ "devDependencies": { |
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
Sorry, the diff of this file is too big to display
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
20137280
16718
No
+ Addedhighlight.run@8.2.3(transitive)
- Removedhighlight.run@8.2.2(transitive)
Updatedhighlight.run@8.2.3