queueobj 12.0.6 → 12.0.8

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.
@@ -1,4 +1,4 @@
1
- name: GitHub Actions
1
+ name: GitHub Action
2
2
  run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3
3
  on: [push]
4
4
  jobs:
@@ -81,3 +81,4 @@ jobs:
81
81
  - run: npm test
82
82
  - run: npm run test_all
83
83
  - run: npm run test_bottom_one
84
+ - run: npm run test_top_one
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ [![npm Package](https://img.shields.io/npm/v/queueobj.svg)](https://www.npmjs.org/package/queueobj)
2
+ [![License](https://img.shields.io/npm/l/queueobj.svg)](https://github.com/jman717/queueobj/blob/master/LICENSE)
3
+ [![CodeQL](https://github.com/jman717/queueobj/actions/workflows/github-actions-demo.yml/badge.svg)](https://github.com/jman717/queueobj/actions/workflows/github-actions-demo.yml)
4
+ [![Node.js CI](https://github.com/jman717/queueobj/actions/workflows/node.js.yml/badge.svg)](https://github.com/jman717/queueobj/actions/workflows/node.js.yml)
5
+
6
+ [![NPM](https://nodei.co/npm/queueobj.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/queueobj/)
7
+
1
8
  Queue javascript objects dynamically then process the queue according to the appender.
2
9
 
3
10
  Included tag appenders:
@@ -11,11 +18,6 @@ Included tag appenders:
11
18
  * name - synchronous - queue and process all objects by name.
12
19
  * version - synchronous - queue and process all objects by version.
13
20
 
14
- Installation
15
- ---------
16
-
17
- [![NPM](https://nodei.co/npm/queueobj.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/queueobj/)
18
-
19
21
  Mocha Test
20
22
  ---------
21
23
  ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "12.0.6",
5
+ "version": "12.0.8",
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": "12.0.6",
9
+ "version": "12.0.8",
10
10
  "bundleDependencies": false,
11
11
  "dependencies": {
12
12
  "chai": "^4.3.7",