@goodware/log
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -1,2 +0,2 @@ | ||
## 1.3.2 2021-03-22 | ||
## 1.3.3 2021-03-22 | ||
@@ -3,0 +3,0 @@ - Add logging level methods to Loggers (e.g., error) (API change) |
{ | ||
"name": "@goodware/log", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Batteries-included Winston3-based loggger with console, file, and AWS CloudWatch Logs transports", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -405,6 +405,5 @@ # @goodware/log: Winston3-based logging to console, file, and/or AWS CloudWatch Logs | ||
1. Change the version number in package.json and package-lock.json | ||
2. `npm run prepush` | ||
1. Change the version number in package.json | ||
2. `npm run prepub` | ||
3. Commit and push | ||
Then publish to npm: `npm run pub` | ||
4. Publish to npm: `npm run pub2` |
@@ -13,3 +13,2 @@ const deepmerge = require('deepmerge'); | ||
env, | ||
name: pack.name, | ||
version: pack.version, | ||
@@ -16,0 +15,0 @@ service: pack.name, |
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 not supported yet
Sorry, the diff of this file is too big to display
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
569293
3911
409