@salesforce/plugin-lightning-dev 4.1.5 → 4.1.6

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/4.1.5/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.6/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ sf lightning dev component --name myComponent
248
248
  ```
249
249
 
250
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.5/src/commands/lightning/dev/component.ts)_
250
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.6/src/commands/lightning/dev/component.ts)_
251
251
 
252
252
  ## `sf lightning dev site`
253
253
 
@@ -302,6 +302,6 @@ EXAMPLES
302
302
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303
303
  ```
304
304
 
305
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.5/src/commands/lightning/dev/site.ts)_
305
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.6/src/commands/lightning/dev/site.ts)_
306
306
 
307
307
  <!-- commandsstop -->