queueobj 15.1.7 → 15.1.9
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/.github/workflows/node.js.yml +1 -1
- package/README.md +0 -7
- package/package.json +4 -11
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,18 @@
|
|
|
2
2
|
"author": {
|
|
3
3
|
"name": "Jim Manton"
|
|
4
4
|
},
|
|
5
|
-
"version": "15.1.
|
|
5
|
+
"version": "15.1.9",
|
|
6
6
|
"bundleDependencies": [],
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"base-queue": "^3.0.
|
|
9
|
-
"chai": "^5.3.3",
|
|
8
|
+
"base-queue": "^3.0.5",
|
|
10
9
|
"colors": "^1.4.0",
|
|
11
|
-
"diffler": "^2.0.4",
|
|
12
10
|
"fs": "^0.0.1-security",
|
|
13
11
|
"http": "^0.0.1-security",
|
|
14
|
-
"log-queue": "^3.0.
|
|
15
|
-
"mocha": "^10.8.2",
|
|
16
|
-
"typescript": "^5.9.3",
|
|
17
|
-
"ts-node": "^8.10.2",
|
|
12
|
+
"log-queue": "^3.0.7",
|
|
18
13
|
"valid-path": "^2.1.0"
|
|
19
14
|
},
|
|
20
15
|
"scripts": {
|
|
21
|
-
"start": "node app.
|
|
22
|
-
"test": "mocha",
|
|
23
|
-
"ditched": "ditched -a",
|
|
16
|
+
"start": "node app.js",
|
|
24
17
|
"test_files": "node ./tests/files",
|
|
25
18
|
"test_all": "node ./tests/all",
|
|
26
19
|
"test_top_one": "node ./tests/top_one",
|