Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Downgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Gravity committed Apr 3, 2024
1 parent cb3d41c commit 46f766c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 35 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.1.0

Downgrade `p-retry` and `exit-hook` to enable CJS compatibility.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ send logs using the client [v2.LogsApi#submitLog](https://datadoghq.dev/datadog-
- Will retry failed sends.
- Can disable batch sending and always send for each log entry.

**Note: This transport only works in the main process. since the Datadog API client is not compatible with the renderer process.**
**Note: This transport only works in the main process since the Datadog API client is not compatible with the renderer process.**

# Table of Contents

Expand Down
47 changes: 16 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-log-transport-datadog",
"version": "1.0.1",
"version": "1.1.0",
"description": "Send logs to Datadog from electron-log in Electron.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@datadog/datadog-api-client": "^1.23.0",
"exit-hook": "^4.0.0",
"p-retry": "^6.2.0"
"exit-hook": "^2.2.1",
"p-retry": "^4.6.2"
},
"peerDependencies": {
"electron-log": "^5.1.2"
Expand Down

0 comments on commit 46f766c

Please sign in to comment.