pino-slack-transport
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,4 +5,6 @@ # Changelog | ||
### [1.0.2](https://github.com/ChrisLahaye/pino-slack-transport/compare/v1.0.1...v1.0.2) (2021-10-19) | ||
### [1.0.1](https://github.com/ChrisLahaye/pino-slack-transport/compare/v1.0.0...v1.0.1) (2021-08-11) | ||
## 1.0.0 (2021-08-10) |
@@ -72,3 +72,3 @@ "use strict"; | ||
} | ||
yield node_fetch_1.default(webhookUrl, { | ||
yield (0, node_fetch_1.default)(webhookUrl, { | ||
agent, | ||
@@ -75,0 +75,0 @@ method: 'POST', |
{ | ||
"name": "pino-slack-transport", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "pino transport that sends logs to Slack", | ||
@@ -30,12 +30,12 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^16.4.13", | ||
"@types/node": "^16.11.1", | ||
"@types/node-fetch": "^2.5.12", | ||
"standard-version": "^9.3.1", | ||
"standard-version": "^9.3.2", | ||
"ts-standard": "^10.0.0", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.4.0" | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^2.6.1", | ||
"pino-abstract-transport": "^0.2.0" | ||
"node-fetch": "^2.6.5", | ||
"pino-abstract-transport": "^0.4.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # pino-slack-transport | ||
```ts | ||
```shell | ||
yarn install pino-slack-transport | ||
@@ -13,0 +13,0 @@ ``` |
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
13400
+ Addedduplexify@4.1.3(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpino-abstract-transport@0.4.0(transitive)
+ Addedstream-shift@1.0.3(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedpino-abstract-transport@0.2.0(transitive)
Updatednode-fetch@^2.6.5