@salesforce/plugin-lightning-dev 3.4.0 → 3.5.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 +3 -3
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +13 -5
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/3.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.5.1/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/3.
|
|
250
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.5.1/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/3.
|
|
305
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.5.1/src/commands/lightning/dev/site.ts)_
|
|
306
306
|
|
|
307
307
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.5.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "3.5.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -238,14 +238,22 @@
|
|
|
238
238
|
"versionToTagMappings": [
|
|
239
239
|
{
|
|
240
240
|
"versionNumber": "62.0",
|
|
241
|
-
"tagName": "
|
|
241
|
+
"tagName": "v1"
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"versionNumber": "63.0",
|
|
245
|
-
"tagName": "
|
|
245
|
+
"tagName": "v2"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"versionNumber": "64.0",
|
|
249
|
+
"tagName": "latest"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"versionNumber": "65.0",
|
|
253
|
+
"tagName": "prerelease"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"versionNumber": "66.0",
|
|
249
257
|
"tagName": "next"
|
|
250
258
|
}
|
|
251
259
|
]
|
|
@@ -257,7 +265,7 @@
|
|
|
257
265
|
"yarn": "1.22.22"
|
|
258
266
|
},
|
|
259
267
|
"sfdx": {
|
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.
|
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.
|
|
268
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.5.1.crt",
|
|
269
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.5.1.sig"
|
|
262
270
|
}
|
|
263
271
|
}
|