@sapphire/plugin-hmr 2.0.0 → 2.0.1-next.010bff2.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 +6 -3
package/README.md CHANGED
@@ -174,6 +174,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
174
174
  </tr>
175
175
  <tr>
176
176
  <td align="center"><a href="https://github.com/ricardooow"><img src="https://avatars.githubusercontent.com/u/28981399?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ricardooow</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=ricardooow" title="Code">💻</a></td>
177
+ <td align="center"><a href="https://shadownova.dev/"><img src="https://avatars.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="#tool-RealShadowNova" title="Tools">🔧</a></td>
178
+ <td align="center"><a href="https://github.com/yuansheng1549"><img src="https://avatars.githubusercontent.com/u/75909450?v=4?s=100" width="100px;" alt=""/><br /><sub><b>yuansheng1549</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=yuansheng1549" title="Code">💻</a></td>
179
+ <td align="center"><a href="https://github.com/BenSegal855"><img src="https://avatars.githubusercontent.com/u/34194692?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ben</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=BenSegal855" title="Code">💻</a></td>
180
+ <td align="center"><a href="https://github.com/r-priyam"><img src="https://avatars.githubusercontent.com/u/50884372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Priyam</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=r-priyam" title="Code">💻</a></td>
177
181
  </tr>
178
182
  </table>
179
183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-hmr",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-next.010bff2.0",
4
4
  "description": "Plugin for @sapphire/framework for hot module reloading for pieces",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -30,6 +30,7 @@
30
30
  "build": "tsc -b src && yarn esm:register && yarn esm:default",
31
31
  "esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",
32
32
  "esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
33
+ "docs": "typedoc-json-parser",
33
34
  "prepack": "yarn build",
34
35
  "bump": "cliff-jumper",
35
36
  "check-update": "cliff-jumper --dry-run"
@@ -70,8 +71,10 @@
70
71
  "access": "public"
71
72
  },
72
73
  "devDependencies": {
73
- "@favware/cliff-jumper": "^1.8.7",
74
+ "@favware/cliff-jumper": "^1.8.8",
74
75
  "gen-esm-wrapper": "^1.1.3",
75
- "typescript": "^4.7.4"
76
+ "typedoc": "^0.23.15",
77
+ "typedoc-json-parser": "^5.2.0",
78
+ "typescript": "^4.8.4"
76
79
  }
77
80
  }