@salesforce/plugin-lightning-dev 4.4.4 → 4.4.5
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 +37 -22
- package/oclif.lock +12 -5
- 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/4.4.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.5/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -248,7 +248,7 @@ EXAMPLES
|
|
|
248
248
|
$ sf lightning dev component --name myComponent
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.
|
|
251
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.5/src/commands/lightning/dev/component.ts)_
|
|
252
252
|
|
|
253
253
|
## `sf lightning dev site`
|
|
254
254
|
|
|
@@ -304,6 +304,6 @@ EXAMPLES
|
|
|
304
304
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
305
305
|
```
|
|
306
306
|
|
|
307
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.
|
|
307
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.5/src/commands/lightning/dev/site.ts)_
|
|
308
308
|
|
|
309
309
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lightning-base-components": "1.27.2-alpha",
|
|
25
25
|
"lwc": "~8.20.1",
|
|
26
26
|
"node-fetch": "^3.3.2",
|
|
27
|
-
"open": "^10.
|
|
27
|
+
"open": "^10.2.0",
|
|
28
28
|
"xml2js": "^0.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -21167,15 +21167,15 @@
|
|
|
21167
21167
|
"integrity": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ=="
|
|
21168
21168
|
},
|
|
21169
21169
|
"node_modules/open": {
|
|
21170
|
-
"version": "10.
|
|
21171
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.
|
|
21172
|
-
"integrity": "sha512-
|
|
21170
|
+
"version": "10.2.0",
|
|
21171
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
21172
|
+
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
|
|
21173
21173
|
"license": "MIT",
|
|
21174
21174
|
"dependencies": {
|
|
21175
21175
|
"default-browser": "^5.2.1",
|
|
21176
21176
|
"define-lazy-prop": "^3.0.0",
|
|
21177
21177
|
"is-inside-container": "^1.0.0",
|
|
21178
|
-
"
|
|
21178
|
+
"wsl-utils": "^0.1.0"
|
|
21179
21179
|
},
|
|
21180
21180
|
"engines": {
|
|
21181
21181
|
"node": ">=18"
|
|
@@ -21184,21 +21184,6 @@
|
|
|
21184
21184
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
21185
21185
|
}
|
|
21186
21186
|
},
|
|
21187
|
-
"node_modules/open/node_modules/is-wsl": {
|
|
21188
|
-
"version": "3.1.0",
|
|
21189
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
21190
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
21191
|
-
"license": "MIT",
|
|
21192
|
-
"dependencies": {
|
|
21193
|
-
"is-inside-container": "^1.0.0"
|
|
21194
|
-
},
|
|
21195
|
-
"engines": {
|
|
21196
|
-
"node": ">=16"
|
|
21197
|
-
},
|
|
21198
|
-
"funding": {
|
|
21199
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
21200
|
-
}
|
|
21201
|
-
},
|
|
21202
21187
|
"node_modules/optionator": {
|
|
21203
21188
|
"version": "0.9.4",
|
|
21204
21189
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
@@ -25207,6 +25192,36 @@
|
|
|
25207
25192
|
}
|
|
25208
25193
|
}
|
|
25209
25194
|
},
|
|
25195
|
+
"node_modules/wsl-utils": {
|
|
25196
|
+
"version": "0.1.0",
|
|
25197
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
25198
|
+
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
25199
|
+
"license": "MIT",
|
|
25200
|
+
"dependencies": {
|
|
25201
|
+
"is-wsl": "^3.1.0"
|
|
25202
|
+
},
|
|
25203
|
+
"engines": {
|
|
25204
|
+
"node": ">=18"
|
|
25205
|
+
},
|
|
25206
|
+
"funding": {
|
|
25207
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
25208
|
+
}
|
|
25209
|
+
},
|
|
25210
|
+
"node_modules/wsl-utils/node_modules/is-wsl": {
|
|
25211
|
+
"version": "3.1.0",
|
|
25212
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
25213
|
+
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
25214
|
+
"license": "MIT",
|
|
25215
|
+
"dependencies": {
|
|
25216
|
+
"is-inside-container": "^1.0.0"
|
|
25217
|
+
},
|
|
25218
|
+
"engines": {
|
|
25219
|
+
"node": ">=16"
|
|
25220
|
+
},
|
|
25221
|
+
"funding": {
|
|
25222
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
25223
|
+
}
|
|
25224
|
+
},
|
|
25210
25225
|
"node_modules/xml2js": {
|
|
25211
25226
|
"version": "0.6.2",
|
|
25212
25227
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -9712,15 +9712,15 @@ only@~0.0.2:
|
|
|
9712
9712
|
resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
|
|
9713
9713
|
integrity sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==
|
|
9714
9714
|
|
|
9715
|
-
open@^10.
|
|
9716
|
-
version "10.
|
|
9717
|
-
resolved "https://registry.yarnpkg.com/open/-/open-10.
|
|
9718
|
-
integrity sha512-
|
|
9715
|
+
open@^10.2.0:
|
|
9716
|
+
version "10.2.0"
|
|
9717
|
+
resolved "https://registry.yarnpkg.com/open/-/open-10.2.0.tgz#b9d855be007620e80b6fb05fac98141fe62db73c"
|
|
9718
|
+
integrity sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==
|
|
9719
9719
|
dependencies:
|
|
9720
9720
|
default-browser "^5.2.1"
|
|
9721
9721
|
define-lazy-prop "^3.0.0"
|
|
9722
9722
|
is-inside-container "^1.0.0"
|
|
9723
|
-
|
|
9723
|
+
wsl-utils "^0.1.0"
|
|
9724
9724
|
|
|
9725
9725
|
optionator@^0.9.3:
|
|
9726
9726
|
version "0.9.4"
|
|
@@ -12087,6 +12087,13 @@ ws@^8.18.2:
|
|
|
12087
12087
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
|
|
12088
12088
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|
|
12089
12089
|
|
|
12090
|
+
wsl-utils@^0.1.0:
|
|
12091
|
+
version "0.1.0"
|
|
12092
|
+
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"
|
|
12093
|
+
integrity sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==
|
|
12094
|
+
dependencies:
|
|
12095
|
+
is-wsl "^3.1.0"
|
|
12096
|
+
|
|
12090
12097
|
xml2js@^0.6.2:
|
|
12091
12098
|
version "0.6.2"
|
|
12092
12099
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
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.4.
|
|
4
|
+
"version": "4.4.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lightning-base-components": "1.27.2-alpha",
|
|
21
21
|
"lwc": "~8.20.1",
|
|
22
22
|
"node-fetch": "^3.3.2",
|
|
23
|
-
"open": "^10.
|
|
23
|
+
"open": "^10.2.0",
|
|
24
24
|
"xml2js": "^0.6.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"yarn": "1.22.22"
|
|
267
267
|
},
|
|
268
268
|
"sfdx": {
|
|
269
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.5.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.5.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|