@salesforce/plugin-lightning-dev 6.0.0 → 6.0.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 +71 -61
- package/oclif.lock +4 -7
- 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/6.0.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ sf lightning dev component --name myComponent
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.
|
|
252
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/component.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf lightning dev site`
|
|
255
255
|
|
|
@@ -305,6 +305,6 @@ EXAMPLES
|
|
|
305
305
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.
|
|
308
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/site.ts)_
|
|
309
309
|
|
|
310
310
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.2",
|
|
23
|
-
"glob": "^
|
|
23
|
+
"glob": "^13.0.0",
|
|
24
24
|
"lwc": "~8.27.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
@@ -5571,6 +5571,22 @@
|
|
|
5571
5571
|
"fxparser": "src/cli/cli.js"
|
|
5572
5572
|
}
|
|
5573
5573
|
},
|
|
5574
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/foreground-child": {
|
|
5575
|
+
"version": "3.3.1",
|
|
5576
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
5577
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
5578
|
+
"license": "ISC",
|
|
5579
|
+
"dependencies": {
|
|
5580
|
+
"cross-spawn": "^7.0.6",
|
|
5581
|
+
"signal-exit": "^4.0.1"
|
|
5582
|
+
},
|
|
5583
|
+
"engines": {
|
|
5584
|
+
"node": ">=14"
|
|
5585
|
+
},
|
|
5586
|
+
"funding": {
|
|
5587
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5588
|
+
}
|
|
5589
|
+
},
|
|
5574
5590
|
"node_modules/@lwc/lwc-dev-server/node_modules/glob": {
|
|
5575
5591
|
"version": "11.0.3",
|
|
5576
5592
|
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
@@ -5609,6 +5625,18 @@
|
|
|
5609
5625
|
"url": "https://github.com/sponsors/isaacs"
|
|
5610
5626
|
}
|
|
5611
5627
|
},
|
|
5628
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/signal-exit": {
|
|
5629
|
+
"version": "4.1.0",
|
|
5630
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5631
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5632
|
+
"license": "ISC",
|
|
5633
|
+
"engines": {
|
|
5634
|
+
"node": ">=14"
|
|
5635
|
+
},
|
|
5636
|
+
"funding": {
|
|
5637
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5638
|
+
}
|
|
5639
|
+
},
|
|
5612
5640
|
"node_modules/@lwc/metadata": {
|
|
5613
5641
|
"version": "13.3.8",
|
|
5614
5642
|
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.3.8.tgz",
|
|
@@ -15593,31 +15621,17 @@
|
|
|
15593
15621
|
}
|
|
15594
15622
|
},
|
|
15595
15623
|
"node_modules/foreground-child": {
|
|
15596
|
-
"version": "
|
|
15597
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-
|
|
15598
|
-
"integrity": "sha512-
|
|
15624
|
+
"version": "2.0.0",
|
|
15625
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
|
|
15626
|
+
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
|
15627
|
+
"dev": true,
|
|
15599
15628
|
"license": "ISC",
|
|
15600
15629
|
"dependencies": {
|
|
15601
|
-
"cross-spawn": "^7.0.
|
|
15602
|
-
"signal-exit": "^
|
|
15630
|
+
"cross-spawn": "^7.0.0",
|
|
15631
|
+
"signal-exit": "^3.0.2"
|
|
15603
15632
|
},
|
|
15604
15633
|
"engines": {
|
|
15605
|
-
"node": ">=
|
|
15606
|
-
},
|
|
15607
|
-
"funding": {
|
|
15608
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
15609
|
-
}
|
|
15610
|
-
},
|
|
15611
|
-
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
15612
|
-
"version": "4.1.0",
|
|
15613
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
15614
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
15615
|
-
"license": "ISC",
|
|
15616
|
-
"engines": {
|
|
15617
|
-
"node": ">=14"
|
|
15618
|
-
},
|
|
15619
|
-
"funding": {
|
|
15620
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
15634
|
+
"node": ">=8.0.0"
|
|
15621
15635
|
}
|
|
15622
15636
|
},
|
|
15623
15637
|
"node_modules/form-data": {
|
|
@@ -16011,21 +16025,15 @@
|
|
|
16011
16025
|
"license": "ISC"
|
|
16012
16026
|
},
|
|
16013
16027
|
"node_modules/glob": {
|
|
16014
|
-
"version": "
|
|
16015
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
16016
|
-
"integrity": "sha512-
|
|
16028
|
+
"version": "13.0.0",
|
|
16029
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
16030
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
16017
16031
|
"license": "BlueOak-1.0.0",
|
|
16018
16032
|
"dependencies": {
|
|
16019
|
-
"foreground-child": "^3.3.1",
|
|
16020
|
-
"jackspeak": "^4.1.1",
|
|
16021
16033
|
"minimatch": "^10.1.1",
|
|
16022
16034
|
"minipass": "^7.1.2",
|
|
16023
|
-
"package-json-from-dist": "^1.0.0",
|
|
16024
16035
|
"path-scurry": "^2.0.0"
|
|
16025
16036
|
},
|
|
16026
|
-
"bin": {
|
|
16027
|
-
"glob": "dist/esm/bin.mjs"
|
|
16028
|
-
},
|
|
16029
16037
|
"engines": {
|
|
16030
16038
|
"node": "20 || >=22"
|
|
16031
16039
|
},
|
|
@@ -18564,6 +18572,23 @@
|
|
|
18564
18572
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
18565
18573
|
}
|
|
18566
18574
|
},
|
|
18575
|
+
"node_modules/linkinator/node_modules/foreground-child": {
|
|
18576
|
+
"version": "3.3.1",
|
|
18577
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
18578
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
18579
|
+
"dev": true,
|
|
18580
|
+
"license": "ISC",
|
|
18581
|
+
"dependencies": {
|
|
18582
|
+
"cross-spawn": "^7.0.6",
|
|
18583
|
+
"signal-exit": "^4.0.1"
|
|
18584
|
+
},
|
|
18585
|
+
"engines": {
|
|
18586
|
+
"node": ">=14"
|
|
18587
|
+
},
|
|
18588
|
+
"funding": {
|
|
18589
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18590
|
+
}
|
|
18591
|
+
},
|
|
18567
18592
|
"node_modules/linkinator/node_modules/glob": {
|
|
18568
18593
|
"version": "10.5.0",
|
|
18569
18594
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
@@ -18647,6 +18672,19 @@
|
|
|
18647
18672
|
"url": "https://github.com/sponsors/isaacs"
|
|
18648
18673
|
}
|
|
18649
18674
|
},
|
|
18675
|
+
"node_modules/linkinator/node_modules/signal-exit": {
|
|
18676
|
+
"version": "4.1.0",
|
|
18677
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
18678
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
18679
|
+
"dev": true,
|
|
18680
|
+
"license": "ISC",
|
|
18681
|
+
"engines": {
|
|
18682
|
+
"node": ">=14"
|
|
18683
|
+
},
|
|
18684
|
+
"funding": {
|
|
18685
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18686
|
+
}
|
|
18687
|
+
},
|
|
18650
18688
|
"node_modules/listr2": {
|
|
18651
18689
|
"version": "9.0.5",
|
|
18652
18690
|
"resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",
|
|
@@ -20293,20 +20331,6 @@
|
|
|
20293
20331
|
"dev": true,
|
|
20294
20332
|
"license": "MIT"
|
|
20295
20333
|
},
|
|
20296
|
-
"node_modules/nyc/node_modules/foreground-child": {
|
|
20297
|
-
"version": "2.0.0",
|
|
20298
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
|
|
20299
|
-
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
|
20300
|
-
"dev": true,
|
|
20301
|
-
"license": "ISC",
|
|
20302
|
-
"dependencies": {
|
|
20303
|
-
"cross-spawn": "^7.0.0",
|
|
20304
|
-
"signal-exit": "^3.0.2"
|
|
20305
|
-
},
|
|
20306
|
-
"engines": {
|
|
20307
|
-
"node": ">=8.0.0"
|
|
20308
|
-
}
|
|
20309
|
-
},
|
|
20310
20334
|
"node_modules/nyc/node_modules/glob": {
|
|
20311
20335
|
"version": "7.2.3",
|
|
20312
20336
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -22913,20 +22937,6 @@
|
|
|
22913
22937
|
"node": ">=8"
|
|
22914
22938
|
}
|
|
22915
22939
|
},
|
|
22916
|
-
"node_modules/spawn-wrap/node_modules/foreground-child": {
|
|
22917
|
-
"version": "2.0.0",
|
|
22918
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
|
|
22919
|
-
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
|
22920
|
-
"dev": true,
|
|
22921
|
-
"license": "ISC",
|
|
22922
|
-
"dependencies": {
|
|
22923
|
-
"cross-spawn": "^7.0.0",
|
|
22924
|
-
"signal-exit": "^3.0.2"
|
|
22925
|
-
},
|
|
22926
|
-
"engines": {
|
|
22927
|
-
"node": ">=8.0.0"
|
|
22928
|
-
}
|
|
22929
|
-
},
|
|
22930
22940
|
"node_modules/spdx-correct": {
|
|
22931
22941
|
"version": "3.2.0",
|
|
22932
22942
|
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -7641,16 +7641,13 @@ glob@^11.0.3:
|
|
|
7641
7641
|
package-json-from-dist "^1.0.0"
|
|
7642
7642
|
path-scurry "^2.0.0"
|
|
7643
7643
|
|
|
7644
|
-
glob@^
|
|
7645
|
-
version "
|
|
7646
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-
|
|
7647
|
-
integrity sha512-
|
|
7644
|
+
glob@^13.0.0:
|
|
7645
|
+
version "13.0.0"
|
|
7646
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
|
|
7647
|
+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
|
|
7648
7648
|
dependencies:
|
|
7649
|
-
foreground-child "^3.3.1"
|
|
7650
|
-
jackspeak "^4.1.1"
|
|
7651
7649
|
minimatch "^10.1.1"
|
|
7652
7650
|
minipass "^7.1.2"
|
|
7653
|
-
package-json-from-dist "^1.0.0"
|
|
7654
7651
|
path-scurry "^2.0.0"
|
|
7655
7652
|
|
|
7656
7653
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
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.0.
|
|
4
|
+
"version": "6.0.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.13.2",
|
|
19
|
-
"glob": "^
|
|
19
|
+
"glob": "^13.0.0",
|
|
20
20
|
"lwc": "~8.27.0",
|
|
21
21
|
"node-fetch": "^3.3.2",
|
|
22
22
|
"open": "^10.2.0",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"yarn": "1.22.22"
|
|
274
274
|
},
|
|
275
275
|
"sfdx": {
|
|
276
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.
|
|
277
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.
|
|
276
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.1.crt",
|
|
277
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.1.sig"
|
|
278
278
|
}
|
|
279
279
|
}
|