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.
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
[](https://www.npmjs.org/package/queueobj)
|
|
2
|
+
[](https://github.com/jman717/queueobj/blob/master/LICENSE)
|
|
3
|
+
[](https://github.com/jman717/queueobj/actions/workflows/github-actions-demo.yml)
|
|
4
|
+
[](https://github.com/jman717/queueobj/actions/workflows/node.js.yml)
|
|
5
|
+
|
|
6
|
+
[](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
|
-
[](https://nodei.co/npm/queueobj/)
|
|
18
|
-
|
|
19
21
|
Mocha Test
|
|
20
22
|
---------
|
|
21
23
|
```
|
package/package.json
CHANGED