@salesforce/plugin-lightning-dev 6.2.14 → 6.2.15
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 +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
253
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.15/src/commands/lightning/dev/app.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf lightning dev component`
|
|
256
256
|
|
|
@@ -298,7 +298,7 @@ EXAMPLES
|
|
|
298
298
|
$ sf lightning dev component --name myComponent
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
301
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.15/src/commands/lightning/dev/component.ts)_
|
|
302
302
|
|
|
303
303
|
## `sf lightning dev site`
|
|
304
304
|
|
|
@@ -347,6 +347,6 @@ EXAMPLES
|
|
|
347
347
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
350
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.15/src/commands/lightning/dev/site.ts)_
|
|
351
351
|
|
|
352
352
|
<!-- 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.15",
|
|
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.15",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -23201,9 +23201,9 @@
|
|
|
23201
23201
|
}
|
|
23202
23202
|
},
|
|
23203
23203
|
"node_modules/rollup": {
|
|
23204
|
-
"version": "2.
|
|
23205
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.
|
|
23206
|
-
"integrity": "sha512-
|
|
23204
|
+
"version": "2.80.0",
|
|
23205
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz",
|
|
23206
|
+
"integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==",
|
|
23207
23207
|
"license": "MIT",
|
|
23208
23208
|
"bin": {
|
|
23209
23209
|
"rollup": "dist/bin/rollup"
|
package/oclif.lock
CHANGED
|
@@ -10980,9 +10980,9 @@ rollup-pluginutils@^2.8.1:
|
|
|
10980
10980
|
estree-walker "^0.6.1"
|
|
10981
10981
|
|
|
10982
10982
|
rollup@^2.79.2:
|
|
10983
|
-
version "2.
|
|
10984
|
-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.
|
|
10985
|
-
integrity sha512-
|
|
10983
|
+
version "2.80.0"
|
|
10984
|
+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.80.0.tgz#a82efc15b748e986a7c76f0f771221b1fa108a2c"
|
|
10985
|
+
integrity sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==
|
|
10986
10986
|
optionalDependencies:
|
|
10987
10987
|
fsevents "~2.3.2"
|
|
10988
10988
|
|
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.15",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"yarn": "1.22.22"
|
|
257
257
|
},
|
|
258
258
|
"sfdx": {
|
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.
|
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.
|
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.15.crt",
|
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.15.sig"
|
|
261
261
|
}
|
|
262
262
|
}
|