queueobj 15.0.0 → 15.0.2
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 -0
- package/README.md +2 -0
- package/package.json +1 -1
- package/test/package.js +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,8 @@ npm run test_name_matching
|
|
|
50
50
|
npm run test_name_non_matching
|
|
51
51
|
npm run test_version_matching
|
|
52
52
|
npm run test_version_non_matching
|
|
53
|
+
npm run test_http_all
|
|
54
|
+
npm run test_json_http_all
|
|
53
55
|
npm run test_json_all
|
|
54
56
|
npm run test_json_top_one
|
|
55
57
|
npm run test_json_bottom_one
|
package/package.json
CHANGED