@sapphire/phisherman 1.4.2-next.6b2c3aa.0 → 1.4.2-next.6ecbf3f.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -96,7 +96,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
96
96
  <tr>
97
97
  <td align="center"><a href="https://github.com/Nytelife26"><img src="https://avatars1.githubusercontent.com/u/22531310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler J Russell</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Nytelife26" title="Documentation">📖</a></td>
98
98
  <td align="center"><a href="https://github.com/Alcremie"><img src="https://avatars0.githubusercontent.com/u/54785334?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivan Lieder</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Alcremie" title="Code">💻</a> <a href="https://github.com/sapphiredev/utilities/issues?q=author%3AAlcremie" title="Bug reports">🐛</a></td>
99
- <td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=RealShadowNova" title="Code">💻</a></td>
99
+ <td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=RealShadowNova" title="Code">💻</a> <a href="#tool-RealShadowNova" title="Tools">🔧</a></td>
100
100
  <td align="center"><a href="https://github.com/Vetlix"><img src="https://avatars.githubusercontent.com/u/31412314?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vetlix</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Vetlix" title="Code">💻</a></td>
101
101
  <td align="center"><a href="https://github.com/ethamitc"><img src="https://avatars.githubusercontent.com/u/27776796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ethan Mitchell</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ethamitc" title="Documentation">📖</a></td>
102
102
  <td align="center"><a href="https://github.com/noftaly"><img src="https://avatars.githubusercontent.com/u/34779161?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elliot</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=noftaly" title="Code">💻</a></td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/phisherman",
3
- "version": "1.4.2-next.6b2c3aa.0",
3
+ "version": "1.4.2-next.6ecbf3f.0",
4
4
  "description": "Wrapper around phisherman to easily check and report domains",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -16,12 +16,13 @@
16
16
  "scripts": {
17
17
  "lint": "eslint src --ext ts --fix",
18
18
  "build": "tsup",
19
+ "docs": "typedoc-json-parser",
19
20
  "prepack": "yarn build",
20
21
  "bump": "cliff-jumper",
21
22
  "check-update": "cliff-jumper --dry-run"
22
23
  },
23
24
  "dependencies": {
24
- "@sapphire/fetch": "^2.4.2-next.6b2c3aa.0"
25
+ "@sapphire/fetch": "^2.4.2-next.6ecbf3f.0"
25
26
  },
26
27
  "repository": {
27
28
  "type": "git",
@@ -56,8 +57,10 @@
56
57
  "access": "public"
57
58
  },
58
59
  "devDependencies": {
59
- "@favware/cliff-jumper": "^1.8.6",
60
- "tsup": "^6.2.2",
61
- "typescript": "^4.7.4"
60
+ "@favware/cliff-jumper": "^1.8.7",
61
+ "tsup": "^6.2.3",
62
+ "typedoc": "^0.23.11",
63
+ "typedoc-json-parser": "^2.3.2",
64
+ "typescript": "^4.8.2"
62
65
  }
63
66
  }