@salesforce/plugin-lightning-dev 6.2.0 → 6.2.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.
package/README.md CHANGED
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
204
204
  ```
205
205
 
206
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.0/src/commands/lightning/dev/app.ts)_
206
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/app.ts)_
207
207
 
208
208
  ## `sf lightning dev component`
209
209
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sf lightning dev component --name myComponent
252
252
  ```
253
253
 
254
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.0/src/commands/lightning/dev/component.ts)_
254
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/component.ts)_
255
255
 
256
256
  ## `sf lightning dev site`
257
257
 
@@ -308,6 +308,6 @@ EXAMPLES
308
308
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
309
309
  ```
310
310
 
311
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.0/src/commands/lightning/dev/site.ts)_
311
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/site.ts)_
312
312
 
313
313
  <!-- commandsstop -->