queueobj 12.0.16 → 12.0.17

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.
@@ -78,7 +78,6 @@ jobs:
78
78
  run: npm ls --depth=0 --dev && npm ls --depth=0 --prod
79
79
 
80
80
  - run: npm run build --if-present
81
- - run: npm test
82
81
  - run: npm run test_all
83
82
  - run: npm run test_bottom_one
84
83
  - run: npm run test_top_one
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": {
3
3
  "name": "Jim Manton"
4
4
  },
5
- "version": "12.0.16",
5
+ "version": "12.0.17",
6
6
  "bundleDependencies": false,
7
7
  "dependencies": {
8
8
  "chai": "^4.3.7",
package/test/package.js CHANGED
@@ -6,7 +6,7 @@ const packageMock = {
6
6
  "author": {
7
7
  "name": "Jim Manton"
8
8
  },
9
- "version": "12.0.16",
9
+ "version": "12.0.17",
10
10
  "bundleDependencies": false,
11
11
  "dependencies": {
12
12
  "chai": "^4.3.7",