@salesforce/plugin-lightning-dev 2.6.0 → 2.6.2
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 +2 -2
- package/npm-shrinkwrap.json +13 -13
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.
|
|
203
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.2/src/commands/lightning/dev/app.ts)_
|
|
204
204
|
|
|
205
205
|
## `sf lightning dev site`
|
|
206
206
|
|
|
@@ -244,6 +244,6 @@ EXAMPLES
|
|
|
244
244
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.
|
|
247
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.2/src/commands/lightning/dev/site.ts)_
|
|
248
248
|
|
|
249
249
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
31
31
|
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
32
32
|
"@types/node-fetch": "^2.6.11",
|
|
33
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
33
|
+
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
34
34
|
"esmock": "^2.6.7",
|
|
35
35
|
"oclif": "^4.15.28",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
@@ -10147,9 +10147,9 @@
|
|
|
10147
10147
|
"license": "MIT"
|
|
10148
10148
|
},
|
|
10149
10149
|
"node_modules/cross-spawn": {
|
|
10150
|
-
"version": "7.0.
|
|
10151
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
10152
|
-
"integrity": "sha512-
|
|
10150
|
+
"version": "7.0.6",
|
|
10151
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
10152
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
10153
10153
|
"license": "MIT",
|
|
10154
10154
|
"dependencies": {
|
|
10155
10155
|
"path-key": "^3.1.0",
|
|
@@ -11283,13 +11283,13 @@
|
|
|
11283
11283
|
}
|
|
11284
11284
|
},
|
|
11285
11285
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
11286
|
-
"version": "1.20.
|
|
11287
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
11288
|
-
"integrity": "sha512-
|
|
11286
|
+
"version": "1.20.13",
|
|
11287
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
|
|
11288
|
+
"integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
|
|
11289
11289
|
"dev": true,
|
|
11290
11290
|
"license": "BSD-3-Clause",
|
|
11291
11291
|
"dependencies": {
|
|
11292
|
-
"@salesforce/core": "^8.
|
|
11292
|
+
"@salesforce/core": "^8.8.0",
|
|
11293
11293
|
"@typescript-eslint/utils": "^7.18.0"
|
|
11294
11294
|
},
|
|
11295
11295
|
"engines": {
|
|
@@ -15736,9 +15736,9 @@
|
|
|
15736
15736
|
}
|
|
15737
15737
|
},
|
|
15738
15738
|
"node_modules/micromatch": {
|
|
15739
|
-
"version": "4.0.
|
|
15740
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
15741
|
-
"integrity": "sha512-
|
|
15739
|
+
"version": "4.0.8",
|
|
15740
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
15741
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
15742
15742
|
"license": "MIT",
|
|
15743
15743
|
"dependencies": {
|
|
15744
15744
|
"braces": "^3.0.3",
|
package/oclif.lock
CHANGED
|
@@ -3272,7 +3272,7 @@
|
|
|
3272
3272
|
strip-ansi "6.0.1"
|
|
3273
3273
|
ts-retry-promise "^0.8.1"
|
|
3274
3274
|
|
|
3275
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4":
|
|
3275
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
|
3276
3276
|
version "8.8.0"
|
|
3277
3277
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
|
3278
3278
|
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
|
@@ -5457,9 +5457,9 @@ create-require@^1.1.0:
|
|
|
5457
5457
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
5458
5458
|
|
|
5459
5459
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
5460
|
-
version "7.0.
|
|
5461
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.
|
|
5462
|
-
integrity sha512-
|
|
5460
|
+
version "7.0.6"
|
|
5461
|
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
|
|
5462
|
+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
|
|
5463
5463
|
dependencies:
|
|
5464
5464
|
path-key "^3.1.0"
|
|
5465
5465
|
shebang-command "^2.0.0"
|
|
@@ -6077,12 +6077,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
6077
6077
|
semver "^7.5.4"
|
|
6078
6078
|
spdx-expression-parse "^4.0.0"
|
|
6079
6079
|
|
|
6080
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
6081
|
-
version "1.20.
|
|
6082
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
6083
|
-
integrity sha512-
|
|
6080
|
+
eslint-plugin-sf-plugin@^1.20.13:
|
|
6081
|
+
version "1.20.13"
|
|
6082
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
|
|
6083
|
+
integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
|
|
6084
6084
|
dependencies:
|
|
6085
|
-
"@salesforce/core" "^8.
|
|
6085
|
+
"@salesforce/core" "^8.8.0"
|
|
6086
6086
|
"@typescript-eslint/utils" "^7.18.0"
|
|
6087
6087
|
|
|
6088
6088
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -8547,9 +8547,9 @@ micromark@^2.11.3, micromark@~2.11.0, micromark@~2.11.3:
|
|
|
8547
8547
|
parse-entities "^2.0.0"
|
|
8548
8548
|
|
|
8549
8549
|
micromatch@^4.0.2, micromatch@^4.0.4:
|
|
8550
|
-
version "4.0.
|
|
8551
|
-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.
|
|
8552
|
-
integrity sha512-
|
|
8550
|
+
version "4.0.8"
|
|
8551
|
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
|
|
8552
|
+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
|
|
8553
8553
|
dependencies:
|
|
8554
8554
|
braces "^3.0.3"
|
|
8555
8555
|
picomatch "^2.3.1"
|
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": "2.6.
|
|
4
|
+
"version": "2.6.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
28
28
|
"@types/node-fetch": "^2.6.11",
|
|
29
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
29
|
+
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
30
30
|
"esmock": "^2.6.7",
|
|
31
31
|
"oclif": "^4.15.28",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"yarn": "1.22.22"
|
|
240
240
|
},
|
|
241
241
|
"sfdx": {
|
|
242
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.
|
|
243
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.2.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.2.sig"
|
|
244
244
|
}
|
|
245
245
|
}
|