hotwire-native-dev-tools 0.1.0-rc.3 → 0.1.0-rc.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <h1 align="center">Hotwire Native Dev Tools</h1>
2
2
 
3
- ![hotwire_native_dev_tools_preview](https://github.com/user-attachments/assets/d34dad9b-a750-4b6f-8f3b-1126d7fc58a2)
3
+ ![hotwire_native_dev_tools_preview](https://res.cloudinary.com/dlvuixik3/image/upload/v1745771546/hotwire_native_dev_tools_preview_xcnjhw.png)
4
4
 
5
5
 
6
6
  Hotwire Native Dev Tools aims to support the development process of Hotwire Native apps by providing a set of tools to inspect and debug the app.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hotwire-native-dev-tools",
3
- "version": "0.1.0-rc.3",
3
+ "version": "0.1.0-rc.4",
4
4
  "description": "Dev Tools for Hotwire Native",
5
5
  "main": "./dist/hotwire-native-dev-tools.es.js",
6
6
  "module": "./dist/hotwire-native-dev-tools.es.js",