@salesforce/plugin-lightning-dev 5.0.20 → 5.0.22

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.
package/README.md CHANGED
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202
202
  ```
203
203
 
204
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.22/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf lightning dev component --name myComponent
249
249
  ```
250
250
 
251
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.22/src/commands/lightning/dev/component.ts)_
252
252
 
253
253
  ## `sf lightning dev site`
254
254
 
@@ -304,6 +304,6 @@ EXAMPLES
304
304
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305
305
  ```
306
306
 
307
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.22/src/commands/lightning/dev/site.ts)_
308
308
 
309
309
  <!-- commandsstop -->