@sapphire/phisherman 1.4.2-next.6592f22.0 → 1.4.2-next.76e4efd.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 +5 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -122,6 +122,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
122
122
  </tr>
123
123
  <tr>
124
124
  <td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
125
+ <td align="center"><a href="https://commandtechno.com/"><img src="https://avatars.githubusercontent.com/u/68407783?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Commandtechno</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Commandtechno" title="Code">💻</a></td>
126
+ <td align="center"><a href="https://github.com/dhruv-kaushikk"><img src="https://avatars.githubusercontent.com/u/73697546?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aura</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=dhruv-kaushikk" title="Code">💻</a></td>
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
+ <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
+ <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>
125
130
  </tr>
126
131
  </table>
127
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/phisherman",
3
- "version": "1.4.2-next.6592f22.0",
3
+ "version": "1.4.2-next.76e4efd.0",
4
4
  "description": "Wrapper around phisherman to easily check and report domains",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -16,12 +16,12 @@
16
16
  "scripts": {
17
17
  "lint": "eslint src --ext ts --fix",
18
18
  "build": "tsup && tsc -b src",
19
- "prepublish": "yarn build",
19
+ "prepack": "yarn build",
20
20
  "bump": "cliff-jumper",
21
21
  "check-update": "cliff-jumper --dry-run"
22
22
  },
23
23
  "dependencies": {
24
- "@sapphire/fetch": "^2.3.2-next.6592f22.0"
24
+ "@sapphire/fetch": "^2.3.2-next.76e4efd.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.5",
60
- "typescript": "^4.6.3"
59
+ "tsup": "^5.12.7",
60
+ "typescript": "^4.6.4"
61
61
  }
62
62
  }