queueobj 14.1.1 → 14.1.3

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
@@ -38,26 +38,26 @@ General Setup Test
38
38
  ---------
39
39
  ```
40
40
  npm run test_files
41
- npm run test_all
42
- npm run test_top_one
43
- npm run test_bottom_one
44
- npm run test_func_all
45
- npm run test_status_matching
46
- npm run test_status_non_matching
47
- npm run test_name_matching
48
- npm run test_name_non_matching
49
- npm run test_version_matching
50
- npm run test_version_non_matching
51
- npm run test_json_all
52
- npm run test_json_top_one
53
- npm run test_json_bottom_one
54
- npm run test_json_func_all
55
- npm run test_json_status_matching
56
- npm run test_json_status_non_matching
57
- npm run test_json_version_matching
58
- npm run test_json_version_non_matching
59
- npm run test_json_name_matching
60
- npm run test_json_name_non_matching
41
+ npm run test_all
42
+ npm run test_top_one
43
+ npm run test_bottom_one
44
+ npm run test_func_all
45
+ npm run test_status_matching
46
+ npm run test_status_non_matching
47
+ npm run test_name_matching
48
+ npm run test_name_non_matching
49
+ npm run test_version_matching
50
+ npm run test_version_non_matching
51
+ npm run test_json_all
52
+ npm run test_json_top_one
53
+ npm run test_json_bottom_one
54
+ npm run test_json_func_all
55
+ npm run test_json_status_matching
56
+ npm run test_json_status_non_matching
57
+ npm run test_json_version_matching
58
+ npm run test_json_version_non_matching
59
+ npm run test_json_name_matching
60
+ npm run test_json_name_non_matching
61
61
 
62
62
  ```
63
63
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "14.1.1",
5
+ "version": "14.1.3",
6
6
  "bundleDependencies": [],
7
7
  "dependencies": {
8
8
  "base-queue": "^2.0.0",
package/test/package.js CHANGED
@@ -6,7 +6,7 @@ const packageMock = {
6
6
  "author": {
7
7
  "name": "Jim Manton"
8
8
  },
9
- "version": "14.1.1",
9
+ "version": "14.1.3",
10
10
  "bundleDependencies": [],
11
11
  "dependencies": {
12
12
  "base-queue": "^2.0.0",