@salesforce/plugin-lightning-dev 6.2.0 → 6.2.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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -203,7 +203,7 @@ EXAMPLES
|
|
|
203
203
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
206
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.1/src/commands/lightning/dev/app.ts)_
|
|
207
207
|
|
|
208
208
|
## `sf lightning dev component`
|
|
209
209
|
|
|
@@ -251,7 +251,7 @@ EXAMPLES
|
|
|
251
251
|
$ sf lightning dev component --name myComponent
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
254
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.1/src/commands/lightning/dev/component.ts)_
|
|
255
255
|
|
|
256
256
|
## `sf lightning dev site`
|
|
257
257
|
|
|
@@ -308,6 +308,6 @@ EXAMPLES
|
|
|
308
308
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
311
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.1/src/commands/lightning/dev/site.ts)_
|
|
312
312
|
|
|
313
313
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "6.2.
|
|
9
|
+
"version": "6.2.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@salesforce/kit": "^3.2.4",
|
|
21
21
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
22
22
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
23
|
-
"axios": "^1.13.
|
|
23
|
+
"axios": "^1.13.4",
|
|
24
24
|
"glob": "^13.0.0",
|
|
25
25
|
"lwc": "~8.28.2",
|
|
26
26
|
"node-fetch": "^3.3.2",
|
|
@@ -12857,9 +12857,9 @@
|
|
|
12857
12857
|
}
|
|
12858
12858
|
},
|
|
12859
12859
|
"node_modules/axios": {
|
|
12860
|
-
"version": "1.13.
|
|
12861
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
12862
|
-
"integrity": "sha512-
|
|
12860
|
+
"version": "1.13.4",
|
|
12861
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz",
|
|
12862
|
+
"integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
|
|
12863
12863
|
"license": "MIT",
|
|
12864
12864
|
"dependencies": {
|
|
12865
12865
|
"follow-redirects": "^1.15.6",
|
package/oclif.lock
CHANGED
|
@@ -5480,10 +5480,10 @@ available-typed-arrays@^1.0.7:
|
|
|
5480
5480
|
dependencies:
|
|
5481
5481
|
possible-typed-array-names "^1.0.0"
|
|
5482
5482
|
|
|
5483
|
-
axios@^1.13.
|
|
5484
|
-
version "1.13.
|
|
5485
|
-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.
|
|
5486
|
-
integrity sha512-
|
|
5483
|
+
axios@^1.13.4:
|
|
5484
|
+
version "1.13.4"
|
|
5485
|
+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc"
|
|
5486
|
+
integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==
|
|
5487
5487
|
dependencies:
|
|
5488
5488
|
follow-redirects "^1.15.6"
|
|
5489
5489
|
form-data "^4.0.4"
|
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": "6.2.
|
|
4
|
+
"version": "6.2.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@salesforce/kit": "^3.2.4",
|
|
17
17
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
19
|
-
"axios": "^1.13.
|
|
19
|
+
"axios": "^1.13.4",
|
|
20
20
|
"glob": "^13.0.0",
|
|
21
21
|
"lwc": "~8.28.2",
|
|
22
22
|
"node-fetch": "^3.3.2",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"yarn": "1.22.22"
|
|
252
252
|
},
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.1.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.1.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|