@salesforce/plugin-lightning-dev 3.2.7 → 3.2.8

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,11 +201,11 @@ 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/3.2.7/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
208
- Preview LWC components in isolation.
208
+ [Beta] Preview LWC components in isolation.
209
209
 
210
210
  ```
211
211
  USAGE
@@ -220,7 +220,7 @@ GLOBAL FLAGS
220
220
  --json Format output as json.
221
221
 
222
222
  DESCRIPTION
223
- Preview LWC components in isolation.
223
+ [Beta] Preview LWC components in isolation.
224
224
 
225
225
  Component preview launches an isolated development environment for Lightning Web Components, enabling rapid iteration
226
226
  without needing to deploy changes. The server provides real-time previews of your components through hot module
@@ -246,7 +246,7 @@ EXAMPLES
246
246
  $ sf lightning dev component --name myComponent
247
247
  ```
248
248
 
249
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.7/src/commands/lightning/dev/component.ts)_
249
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8/src/commands/lightning/dev/component.ts)_
250
250
 
251
251
  ## `sf lightning dev site`
252
252
 
@@ -300,6 +300,6 @@ EXAMPLES
300
300
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
301
301
  ```
302
302
 
303
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.7/src/commands/lightning/dev/site.ts)_
303
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8/src/commands/lightning/dev/site.ts)_
304
304
 
305
305
  <!-- commandsstop -->
@@ -1,6 +1,6 @@
1
1
  # summary
2
2
 
3
- Preview LWC components in isolation.
3
+ [Beta] Preview LWC components in isolation.
4
4
 
5
5
  # description
6
6
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "3.2.7",
9
+ "version": "3.2.8",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -134,7 +134,7 @@
134
134
  "pluginName": "@salesforce/plugin-lightning-dev",
135
135
  "pluginType": "core",
136
136
  "strict": true,
137
- "summary": "Preview LWC components in isolation.",
137
+ "summary": "[Beta] Preview LWC components in isolation.",
138
138
  "enableJsonFlag": true,
139
139
  "isESM": true,
140
140
  "relativePath": [
@@ -226,5 +226,5 @@
226
226
  ]
227
227
  }
228
228
  },
229
- "version": "3.2.7"
229
+ "version": "3.2.8"
230
230
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "3.2.7",
4
+ "version": "3.2.8",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -245,7 +245,7 @@
245
245
  "yarn": "1.22.22"
246
246
  },
247
247
  "sfdx": {
248
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.7.crt",
249
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.7.sig"
248
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.8.crt",
249
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.8.sig"
250
250
  }
251
251
  }