uilint-react 0.2.45 → 0.2.46

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 +3 -3
package/README.md CHANGED
@@ -12,10 +12,10 @@ React component for AI-powered UI consistency checking in running applications.
12
12
  npm install uilint-react uilint-core
13
13
  ```
14
14
 
15
- Or use the CLI to install everything automatically:
15
+ Or use the CLI to initialize everything automatically:
16
16
 
17
17
  ```bash
18
- npx uilint install
18
+ npx uilint init
19
19
  ```
20
20
 
21
21
  ## Usage in a Running App
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uilint-react",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "description": "React component for AI-powered UI consistency checking",
5
5
  "author": "Peter Suggate",
6
6
  "repository": {
@@ -47,8 +47,8 @@
47
47
  "react-use-measure": "^2.1.7",
48
48
  "tw-animate-css": "^1.4.0",
49
49
  "zustand": "^5.0.10",
50
- "uilint-core": "0.2.45",
51
- "uilint-eslint": "0.2.45"
50
+ "uilint-eslint": "0.2.46",
51
+ "uilint-core": "0.2.46"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^19.0.0",