@aimeloic/monkey-tester 3.0.16 → 3.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.
Files changed (2) hide show
  1. package/monkey.js +1 -2
  2. package/package.json +1 -1
package/monkey.js CHANGED
@@ -159,5 +159,4 @@ export function endtesterExpress() {
159
159
  };
160
160
  }
161
161
 
162
- export { endtesterExpress };
163
- // module.exports = { endtesterExpress };
162
+ // export { endtesterExpress };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aimeloic/monkey-tester",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "Auto route scanning visual runner dashboard.",
5
5
  "main": "index.js",
6
6
  "type": "module",