@rozenite/vite-plugin 1.0.0-alpha.3 → 1.0.0-alpha.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![rozenite-baner](https://github.com/user-attachments/assets/6d21839f-e624-4d8b-85a2-5f7ef1600b28)
1
+ ![rozenite-banner](https://www.rozenite.dev/rozenite-banner.jpg)
2
2
 
3
3
  ### A Vite plugin for developing React Native DevTools plugins with hot reload and development tools.
4
4
 
@@ -79,4 +79,4 @@ Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_camp
79
79
  [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
80
80
  [prs-welcome]: https://github.com/callstackincubator/rozenite/blob/main/CONTRIBUTING.md
81
81
  [chat-badge]: https://img.shields.io/discord/426714625279524876.svg?style=for-the-badge
82
- [chat]: https://discord.gg/xgGt7KAjxv
82
+ [chat]: https://discord.gg/xgGt7KAjxv
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/vite-plugin",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Vite plugin for developing React Native DevTools plugins with hot reload and development tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",