log-queue 0.0.4 → 0.0.6

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.
@@ -16,17 +16,3 @@ jobs:
16
16
  run: |
17
17
  ls ${{ github.workspace }}
18
18
  - run: echo "🍏 This job's status is ${{ job.status }}."
19
- Footer
20
- © 2023 GitHub, Inc.
21
- Footer navigation
22
- Terms
23
- Privacy
24
- Security
25
- Status
26
- Docs
27
- Contact GitHub
28
- Pricing
29
- API
30
- Training
31
- Blog
32
- About
package/README.md CHANGED
@@ -1,14 +1,13 @@
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
-
12
11
  Mocha Test
13
12
  ---------
14
13
  ```
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.6",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
8
  "@types/node": "^18.11.19",