@salesforce/plugin-lightning-dev 5.0.17 → 5.0.18
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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/5.0.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.18/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -248,7 +248,7 @@ EXAMPLES
|
|
|
248
248
|
$ sf lightning dev component --name myComponent
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.
|
|
251
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.18/src/commands/lightning/dev/component.ts)_
|
|
252
252
|
|
|
253
253
|
## `sf lightning dev site`
|
|
254
254
|
|
|
@@ -304,6 +304,6 @@ EXAMPLES
|
|
|
304
304
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
305
305
|
```
|
|
306
306
|
|
|
307
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.
|
|
307
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.18/src/commands/lightning/dev/site.ts)_
|
|
308
308
|
|
|
309
309
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.18",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@lwc/lwc-dev-server": "~13.2.2",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.2.7",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
|
-
"@oclif/core": "^4.5.
|
|
17
|
+
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.2",
|
|
19
19
|
"@salesforce/kit": "^3.2.4",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
@@ -7415,9 +7415,9 @@
|
|
|
7415
7415
|
}
|
|
7416
7416
|
},
|
|
7417
7417
|
"node_modules/@oclif/core": {
|
|
7418
|
-
"version": "4.5.
|
|
7419
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
7420
|
-
"integrity": "sha512-
|
|
7418
|
+
"version": "4.5.6",
|
|
7419
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.6.tgz",
|
|
7420
|
+
"integrity": "sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==",
|
|
7421
7421
|
"license": "MIT",
|
|
7422
7422
|
"dependencies": {
|
|
7423
7423
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -2916,10 +2916,10 @@
|
|
|
2916
2916
|
"@nodelib/fs.scandir" "2.1.5"
|
|
2917
2917
|
fastq "^1.6.0"
|
|
2918
2918
|
|
|
2919
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@^4.5.
|
|
2920
|
-
version "4.5.
|
|
2921
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
|
2922
|
-
integrity sha512-
|
|
2919
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@^4.5.6":
|
|
2920
|
+
version "4.5.6"
|
|
2921
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.6.tgz#44671b5bafbc96ceeadd448da85f3b0eb0b16b41"
|
|
2922
|
+
integrity sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==
|
|
2923
2923
|
dependencies:
|
|
2924
2924
|
ansi-escapes "^4.3.2"
|
|
2925
2925
|
ansis "^3.17.0"
|
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": "5.0.
|
|
4
|
+
"version": "5.0.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@lwc/lwc-dev-server": "~13.2.2",
|
|
11
11
|
"@lwc/sfdc-lwc-compiler": "~13.2.7",
|
|
12
12
|
"@lwrjs/api": "0.18.3",
|
|
13
|
-
"@oclif/core": "^4.5.
|
|
13
|
+
"@oclif/core": "^4.5.6",
|
|
14
14
|
"@salesforce/core": "^8.23.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"yarn": "1.22.22"
|
|
270
270
|
},
|
|
271
271
|
"sfdx": {
|
|
272
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.
|
|
273
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.
|
|
272
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.18.crt",
|
|
273
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.18.sig"
|
|
274
274
|
}
|
|
275
275
|
}
|