@stinsky/xray 0.3.0 → 0.3.2

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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,16 @@
6
6
 
7
7
  <p align="center">Click-to-component for React 19. Hover any element to see its React component name and source file, click to open in your editor. The only click-to-source inspector that works with React 19, Next.js 15+, and Turbopack.</p>
8
8
 
9
- [![npm version](https://img.shields.io/npm/v/@stinsky/xray)](https://www.npmjs.com/package/@stinsky/xray)
10
- [![license](https://img.shields.io/npm/l/@stinsky/xray)](./LICENSE)
9
+ <p align="center">
10
+ <a href="https://www.npmjs.com/package/@stinsky/xray"><img src="https://img.shields.io/npm/v/@stinsky/xray" alt="npm version" /></a>
11
+ <a href="./LICENSE"><img src="https://img.shields.io/npm/l/@stinsky/xray" alt="license" /></a>
12
+ <img src="https://badgen.net/bundlephobia/tree-shaking/@stinsky/xray" alt="tree-shaking" />
13
+ <img src="https://badgen.net/bundlephobia/minzip/@stinsky/xray" alt="minzipped size" />
14
+ </p>
15
+
16
+ <p align="center">
17
+ <img src="assets/xray-preview.gif" width="100%" alt="xray demo" />
18
+ </p>
11
19
 
12
20
  ## Features
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stinsky/xray",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "React dev inspector — hover to see component names, click to open source in your editor. Works with React 19 + Turbopack.",
5
5
  "license": "MIT",
6
6
  "type": "module",