pnpm-catalog-updates 0.2.3 → 0.2.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 +11 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,13 +68,13 @@ pcu -s
68
68
 
69
69
  ### All Commands & Shortcuts
70
70
 
71
- | Full Command | Shorthand | Description |
72
- | --------------- | --------------------- | ----------------------------------------- |
73
- | `pcu check` | `pcu -c` or `pcu chk` | Check for outdated catalog dependencies |
74
- | `pcu update` | `pcu -u` or `pcu u` | Update catalog dependencies |
75
- | `pcu analyze` | `pcu -a` or `pcu a` | Analyze impact of dependency updates |
76
- | `pcu workspace` | `pcu -s` or `pcu w` | Show workspace information and validation |
77
- | `pcu help` | `pcu -h` or `pcu h` | Display help information |
71
+ | Full Command | Shorthand | Description |
72
+ | --------------- | --------- | ----------------------------------------- |
73
+ | `pcu check` | `pcu -c` | Check for outdated catalog dependencies |
74
+ | `pcu update` | `pcu -u` | Update catalog dependencies |
75
+ | `pcu analyze` | `pcu -a` | Analyze impact of dependency updates |
76
+ | `pcu workspace` | `pcu -s` | Show workspace information and validation |
77
+ | `pcu help` | `pcu -h` | Display help information |
78
78
 
79
79
  ### Commands
80
80
 
@@ -102,7 +102,7 @@ Options:
102
102
  -v, --verbose Show detailed information
103
103
  ```
104
104
 
105
- #### `pcu update` / `pcu -u` / `pcu u`
105
+ #### `pcu update` / `pcu -u`
106
106
 
107
107
  Update catalog dependencies to newer versions.
108
108
 
@@ -130,7 +130,7 @@ Options:
130
130
  -v, --verbose Show detailed information
131
131
  ```
132
132
 
133
- #### `pcu analyze` / `pcu -a` / `pcu a`
133
+ #### `pcu analyze` / `pcu -a`
134
134
 
135
135
  Analyze the impact of updating a specific dependency.
136
136
 
@@ -155,7 +155,7 @@ Examples:
155
155
  pcu -a react17 @types/react
156
156
  ```
157
157
 
158
- #### `pcu workspace` / `pcu -s` / `pcu w`
158
+ #### `pcu workspace` / `pcu -s`
159
159
 
160
160
  Show workspace information and validation.
161
161
 
@@ -177,14 +177,13 @@ Examples:
177
177
  pcu w --validate # Validate workspace configuration
178
178
  ```
179
179
 
180
- #### `pcu help` / `pcu -h` / `pcu h`
180
+ #### `pcu help` / `pcu -h`
181
181
 
182
182
  Display help information.
183
183
 
184
184
  ```bash
185
185
  pcu help [command]
186
186
  pcu -h [command]
187
- pcu h [command]
188
187
 
189
188
  Examples:
190
189
  pcu help # Show general help
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pnpm-catalog-updates",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },