svf-lib 1.0.1984 → 1.0.1986

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.
Binary file
@@ -403,7 +403,7 @@ public:
403
403
  }
404
404
 
405
405
  // when add a bug, also print it to terminal
406
- newBug->printBugToTerminal();
406
+ //newBug->printBugToTerminal();
407
407
  }
408
408
 
409
409
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1984",
3
+ "version": "1.0.1986",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {