queueobj 15.1.7 → 15.1.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.
@@ -22,7 +22,7 @@ jobs:
22
22
  strategy:
23
23
  matrix:
24
24
  os: [ubuntu-latest, windows-latest]
25
- node-version: [16.x, 18.x]
25
+ node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
26
26
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
27
27
 
28
28
  steps:
package/README.md CHANGED
@@ -30,12 +30,6 @@ Included tag appenders:
30
30
 
31
31
  ```
32
32
 
33
- Mocha Test
34
- ---------
35
- ```
36
- npm test
37
- ```
38
-
39
33
  General Setup Test
40
34
  ---------
41
35
  ```
@@ -71,7 +65,6 @@ npm run test_json_version_matching
71
65
  npm run test_json_version_non_matching
72
66
  npm run test_json_name_matching
73
67
  npm run test_json_name_non_matching
74
-
75
68
  ```
76
69
 
77
70
  Usage
package/package.json CHANGED
@@ -2,25 +2,21 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "15.1.7",
5
+ "version": "15.1.8",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
- "base-queue": "^3.0.3",
9
- "chai": "^5.3.3",
8
+ "base-queue": "^3.0.5",
10
9
  "colors": "^1.4.0",
11
10
  "diffler": "^2.0.4",
12
11
  "fs": "^0.0.1-security",
13
12
  "http": "^0.0.1-security",
14
- "log-queue": "^3.0.4",
15
- "mocha": "^10.8.2",
13
+ "log-queue": "^3.0.7",
16
14
  "typescript": "^5.9.3",
17
15
  "ts-node": "^8.10.2",
18
16
  "valid-path": "^2.1.0"
19
17
  },
20
18
  "scripts": {
21
- "start": "node app.ts",
22
- "test": "mocha",
23
- "ditched": "ditched -a",
19
+ "start": "node app.js",
24
20
  "test_files": "node ./tests/files",
25
21
  "test_all": "node ./tests/all",
26
22
  "test_top_one": "node ./tests/top_one",