@salesforce/plugin-lightning-dev 2.10.0 → 2.10.1

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
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201
201
  ```
202
202
 
203
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.0/src/commands/lightning/dev/app.ts)_
203
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.1/src/commands/lightning/dev/app.ts)_
204
204
 
205
205
  ## `sf lightning dev site`
206
206
 
@@ -254,6 +254,6 @@ EXAMPLES
254
254
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
255
255
  ```
256
256
 
257
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.0/src/commands/lightning/dev/site.ts)_
257
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.1/src/commands/lightning/dev/site.ts)_
258
258
 
259
259
  <!-- commandsstop -->