queueobj 10.5.0 → 10.5.2

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.
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
+ # QueueObj [![CodeQL](https://github.com/queueobj/queueobj/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/queueobj/queueobj/actions/workflows/codeql-analysis.yml) [![Node.js CI](https://github.com/queueobj/queueobj/actions/workflows/node.js.yml/badge.svg)](https://github.com/queueobj/queueobj/actions/workflows/node.js.yml)
1
2
 
2
- # QueueObj
3
-
4
- [![NPM](https://nodei.co/npm/log4js-tagline.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log4js-tagline/)
3
+ [![NPM](https://nodei.co/npm/queueobj.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/queueobj/)
5
4
 
6
5
  Queue javascript objects dynamically then process the queue according to the appender.
7
6
 
@@ -18,7 +17,7 @@ Included tag appenders:
18
17
  Installation
19
18
  ---------
20
19
  ```
21
- npm install QueueObj
20
+ npm install queueobj
22
21
  ```
23
22
 
24
23
  Mocha Test
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "10.5.0",
5
+ "version": "10.5.2",
6
6
  "bundleDependencies": false,
7
7
  "dependencies": {
8
8
  "chai": "^4.3.7",
package/test/package.js CHANGED
@@ -6,7 +6,7 @@ const packageMock = {
6
6
  "author": {
7
7
  "name": "Jim Manton"
8
8
  },
9
- "version": "10.5.0",
9
+ "version": "10.5.2",
10
10
  "bundleDependencies": false,
11
11
  "dependencies": {
12
12
  "chai": "^4.3.7",