@salesforce/plugin-lightning-dev 4.1.3 → 4.1.4
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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/4.1.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.4/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf lightning dev component --name myComponent
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.
|
|
250
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.4/src/commands/lightning/dev/component.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf lightning dev site`
|
|
253
253
|
|
|
@@ -302,6 +302,6 @@ EXAMPLES
|
|
|
302
302
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.
|
|
305
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.4/src/commands/lightning/dev/site.ts)_
|
|
306
306
|
|
|
307
307
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.4",
|
|
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": "~12.3.4",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~12.3.4",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
|
-
"@oclif/core": "^4.4.
|
|
17
|
+
"@oclif/core": "^4.4.1",
|
|
18
18
|
"@salesforce/core": "^8.15.0",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
30
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
32
32
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
33
33
|
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
@@ -6854,9 +6854,9 @@
|
|
|
6854
6854
|
}
|
|
6855
6855
|
},
|
|
6856
6856
|
"node_modules/@oclif/core": {
|
|
6857
|
-
"version": "4.4.
|
|
6858
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
6859
|
-
"integrity": "sha512-
|
|
6857
|
+
"version": "4.4.1",
|
|
6858
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
|
|
6859
|
+
"integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
|
|
6860
6860
|
"license": "MIT",
|
|
6861
6861
|
"dependencies": {
|
|
6862
6862
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6945,9 +6945,9 @@
|
|
|
6945
6945
|
}
|
|
6946
6946
|
},
|
|
6947
6947
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
6948
|
-
"version": "5.3.
|
|
6949
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
6950
|
-
"integrity": "sha512-
|
|
6948
|
+
"version": "5.3.3",
|
|
6949
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz",
|
|
6950
|
+
"integrity": "sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==",
|
|
6951
6951
|
"dev": true,
|
|
6952
6952
|
"license": "MIT",
|
|
6953
6953
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -2748,10 +2748,10 @@
|
|
|
2748
2748
|
"@nodelib/fs.scandir" "2.1.5"
|
|
2749
2749
|
fastq "^1.6.0"
|
|
2750
2750
|
|
|
2751
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0":
|
|
2752
|
-
version "4.4.
|
|
2753
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.
|
|
2754
|
-
integrity sha512-
|
|
2751
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1":
|
|
2752
|
+
version "4.4.1"
|
|
2753
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823"
|
|
2754
|
+
integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
|
|
2755
2755
|
dependencies:
|
|
2756
2756
|
ansi-escapes "^4.3.2"
|
|
2757
2757
|
ansis "^3.17.0"
|
|
@@ -2772,10 +2772,10 @@
|
|
|
2772
2772
|
wordwrap "^1.0.0"
|
|
2773
2773
|
wrap-ansi "^7.0.0"
|
|
2774
2774
|
|
|
2775
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
2776
|
-
version "5.3.
|
|
2777
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
2778
|
-
integrity sha512-
|
|
2775
|
+
"@oclif/plugin-command-snapshot@^5.3.3":
|
|
2776
|
+
version "5.3.3"
|
|
2777
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz#0b38547739e6f5481b3a11a3de47a841353a23ca"
|
|
2778
|
+
integrity sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==
|
|
2779
2779
|
dependencies:
|
|
2780
2780
|
"@oclif/core" "^4"
|
|
2781
2781
|
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": "4.1.
|
|
4
|
+
"version": "4.1.4",
|
|
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": "~12.3.4",
|
|
11
11
|
"@lwc/sfdc-lwc-compiler": "~12.3.4",
|
|
12
12
|
"@lwrjs/api": "0.18.3",
|
|
13
|
-
"@oclif/core": "^4.4.
|
|
13
|
+
"@oclif/core": "^4.4.1",
|
|
14
14
|
"@salesforce/core": "^8.15.0",
|
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"xml2js": "^0.6.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
27
27
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
28
28
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
29
29
|
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"yarn": "1.22.22"
|
|
262
262
|
},
|
|
263
263
|
"sfdx": {
|
|
264
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.
|
|
265
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.
|
|
264
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.4.crt",
|
|
265
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.4.sig"
|
|
266
266
|
}
|
|
267
267
|
}
|