@sapphire/phisherman 1.4.2-next.3deafae.0 → 1.4.2-next.50cd8de.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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -127,6 +127,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
127
127
  <td align="center"><a href="https://axis.moe/"><img src="https://avatars.githubusercontent.com/u/54381371?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=axisiscool" title="Code">💻</a></td>
128
128
  <td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Parbez</b></sub></a><br /><a href="#maintenance-imranbarbhuiya" title="Maintenance">🚧</a></td>
129
129
  <td align="center"><a href="https://github.com/NotKaskus"><img src="https://avatars.githubusercontent.com/u/75168528?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul Andrew</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=NotKaskus" title="Documentation">📖</a></td>
130
+ <td align="center"><a href="https://linktr.ee/mzato0001"><img src="https://avatars.githubusercontent.com/u/62367547?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mzato</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Mzato0001" title="Code">💻</a> <a href="https://github.com/sapphiredev/utilities/issues?q=author%3AMzato0001" title="Bug reports">🐛</a></td>
131
+ </tr>
132
+ <tr>
133
+ <td align="center"><a href="https://github.com/MajesticString"><img src="https://avatars.githubusercontent.com/u/66224939?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harry Allen</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=MajesticString" title="Documentation">📖</a></td>
130
134
  </tr>
131
135
  </table>
132
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/phisherman",
3
- "version": "1.4.2-next.3deafae.0",
3
+ "version": "1.4.2-next.50cd8de.0",
4
4
  "description": "Wrapper around phisherman to easily check and report domains",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "check-update": "cliff-jumper --dry-run"
22
22
  },
23
23
  "dependencies": {
24
- "@sapphire/fetch": "^2.3.2-next.3deafae.0"
24
+ "@sapphire/fetch": "^2.3.2-next.50cd8de.0"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  "access": "public"
57
57
  },
58
58
  "devDependencies": {
59
- "tsup": "^5.12.6",
59
+ "tsup": "^5.12.8",
60
60
  "typescript": "^4.6.4"
61
61
  }
62
62
  }