log-queue 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![CodeQL](https://github.com/jman717/log/actions/workflows/actions.yml/badge.svg)](https://github.com/jman717/log/actions/workflows/actions.yml)
5
5
  [![Node.js CI](https://github.com/jman717/log/actions/workflows/node.js.yml/badge.svg)](https://github.com/jman717/log/actions/workflows/node.js.yml)
6
6
 
7
- [![NPM](https://nodei.co/npm/log.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log/)
7
+ [![NPM](https://nodei.co/npm/log-queue.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log-queue/)
8
8
 
9
9
  Logging mainly to console and log4js-tagline, but can certainly be used for generic logging.
10
10
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "0.0.6",
5
+ "version": "0.0.7",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
8
  "@types/node": "^18.11.19",