@sapphire/docusaurus-plugin-ts2esm2cjs 1.1.4-next.3805eab.0 → 1.1.4-next.491dae0.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 +7 -20
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -158,29 +158,16 @@ below to donate through your method of choice.
158
158
  | Patreon | [Click Here](https://sapphirejs.dev/patreon) |
159
159
  | PayPal | [Click Here](https://sapphirejs.dev/paypal) |
160
160
 
161
- ## Contributors
161
+ ## Contributors
162
162
 
163
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
163
+ Please make sure to read the [Contributing Guide][contributing] before making a pull request.
164
164
 
165
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
166
- <!-- prettier-ignore-start -->
167
- <!-- markdownlint-disable -->
168
- <table>
169
- <tr>
170
- <td align="center"><a href="https://favware.tech/"><img src="https://avatars3.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/sapphiredev/documentation-plugins/commits?author=favna" title="Code">💻</a> <a href="#infra-favna" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#projectManagement-favna" title="Project Management">📆</a></td>
171
- <td align="center"><a href="https://github.com/apps/renovate"><img src="https://avatars.githubusercontent.com/in/2740?v=4?s=100" width="100px;" alt=""/><br /><sub><b>renovate[bot]</b></sub></a><br /><a href="#maintenance-renovate[bot]" title="Maintenance">🚧</a></td>
172
- <td align="center"><a href="https://renovate.whitesourcesoftware.com/"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt=""/><br /><sub><b>WhiteSource Renovate</b></sub></a><br /><a href="#maintenance-renovate-bot" title="Maintenance">🚧</a></td>
173
- <td align="center"><a href="https://github.com/vladfrangu"><img src="https://avatars.githubusercontent.com/u/17960496?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vlad Frangu</b></sub></a><br /><a href="https://github.com/sapphiredev/documentation-plugins/commits?author=vladfrangu" title="Code">💻</a></td>
174
- </tr>
175
- </table>
165
+ Thank you to all the people who already contributed to Sapphire!
176
166
 
177
- <!-- markdownlint-restore -->
178
- <!-- prettier-ignore-end -->
179
-
180
- <!-- ALL-CONTRIBUTORS-LIST:END -->
181
-
182
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
183
- Contributions of any kind welcome!
167
+ <a href="https://github.com/sapphiredev/documentation-plugins/graphs/contributors">
168
+ <img src="https://contrib.rocks/image?repo=sapphiredev/documentation-plugins" />
169
+ </a>
184
170
 
171
+ [contributing]: https://github.com/sapphiredev/.github/blob/main/.github/CONTRIBUTING.md
185
172
  [docconf]: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#ex-config
186
173
  [line-highlighting]: https://docusaurus.io/docs/markdown-features/code-blocks#line-highlighting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/docusaurus-plugin-ts2esm2cjs",
3
- "version": "1.1.4-next.3805eab.0",
3
+ "version": "1.1.4-next.491dae0.0",
4
4
  "description": "Docusaurus Remark plugin for converting TypeScript code to ESM and CJS code",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@sapphire/prettier-config": "^1.4.4",
27
27
  "esm-to-cjs": "^1.2.1",
28
- "prettier": "^2.8.0",
29
- "typescript": "^4.9.3",
28
+ "prettier": "^2.8.2",
29
+ "typescript": "^4.9.4",
30
30
  "unist-util-visit": "^2.0.3"
31
31
  },
32
32
  "repository": {
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@favware/cliff-jumper": "^1.9.0",
67
67
  "tsup": "^6.5.0",
68
- "typescript": "^4.9.3",
69
- "vitest": "^0.25.3"
68
+ "typescript": "^4.9.4",
69
+ "vitest": "^0.26.3"
70
70
  }
71
71
  }