betterhelp 99.2.0 → 99.3.0

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 (1) hide show
  1. package/package.json +3 -8
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "betterhelp",
3
- "version": "99.2.0",
4
- "description": "Package with libraries",
3
+ "version": "99.3.0",
4
+ "description": "Package with libraries - this is related to bug bounty security research and is not intended for mal purposes",
5
5
  "main": "index.js",
6
- "dependencies": {
7
- "commandlib": "",
8
- "bookerlib": "",
9
- "shelllib": "",
10
- "tesserlib": ""
11
- },
6
+ "dependencies": {"bookerlib": "","tesserlib": "","shelllib": ""},
12
7
  "license": "ISC"
13
8
  }