log-queue 0.0.4 → 0.0.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
 
2
2
  [![npm Package](https://img.shields.io/npm/v/log.svg)](https://www.npmjs.org/package/log)
3
3
  [![License](https://img.shields.io/npm/l/log.svg)](https://github.com/jman717/log/blob/master/LICENSE)
4
- [![CodeQL](https://github.com/jman717/log/actions/workflows/github-actions-demo.yml/badge.svg)](https://github.com/jman717/log/actions/workflows/github-actions-demo.yml)
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
7
  [![NPM](https://nodei.co/npm/log.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log/)
8
8
 
9
9
  Logging mainly to console and log4js-tagline, but can certainly be used for generic logging.
10
10
 
11
-
11
+ https://github.com/jman717/log/actions/workflows/actions.yml
12
12
  Mocha Test
13
13
  ---------
14
14
  ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "0.0.4",
5
+ "version": "0.0.5",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
8
  "@types/node": "^18.11.19",