queueobj 14.0.5 → 14.0.7

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/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "14.0.5",
5
+ "version": "14.0.7",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
- "base-queue": "^1.0.2",
8
+ "base-queue": "^1.0.4",
9
9
  "chai": "^4.3.7",
10
10
  "colors": "^1.4.0",
11
11
  "diffler": "^2.0.4",
12
12
  "fs": "^0.0.1-security",
13
- "log-queue": "^2.0.1",
13
+ "log-queue": "^2.1.0",
14
14
  "mocha": "^10.2.0",
15
15
  "typescript": "^4.9.5",
16
16
  "valid-path": "^2.1.0"
package/test/package.js CHANGED
@@ -6,15 +6,15 @@ const packageMock = {
6
6
  "author": {
7
7
  "name": "Jim Manton"
8
8
  },
9
- "version": "14.0.5",
9
+ "version": "14.0.7",
10
10
  "bundleDependencies": [],
11
11
  "dependencies": {
12
- "base-queue": "^1.0.2",
12
+ "base-queue": "^1.0.4",
13
13
  "chai": "^4.3.7",
14
14
  "colors": "^1.4.0",
15
15
  "diffler": "^2.0.4",
16
16
  "fs": "^0.0.1-security",
17
- "log-queue": "^2.0.1",
17
+ "log-queue": "^2.1.0",
18
18
  "mocha": "^10.2.0",
19
19
  "typescript": "^4.9.5",
20
20
  "valid-path": "^2.1.0"
@@ -94,7 +94,7 @@ qRequire.init().process({
94
94
  appender: "json_status",
95
95
  exclude_logMsg: ["debug", "silly", "info"], /* default [] */
96
96
  process_objects: [file_object],
97
- include_names: ["all", "status"],
97
+ include_status: ["new", "done"],
98
98
  data_to_process_array: file_data
99
99
  }).then((success) => {
100
100
  qRequire.logMsg({ msg: `test success: json status matching objects processed with no errors`.success.italic.bold, type: "success" })
@@ -94,7 +94,7 @@ qRequire.init().process({
94
94
  appender: "json_status",
95
95
  exclude_logMsg: ["debug", "silly", "info"], /* default [] */
96
96
  process_objects: [file_object],
97
- exclude_names: ["all", "status"],
97
+ exclude_status: ["new", "done"],
98
98
  data_to_process_array: file_data
99
99
  }).then((success) => {
100
100
  qRequire.logMsg({ msg: `test success: json status non matching objects processed with no errors`.success.italic.bold, type: "success" })