@salesforce/plugin-lightning-dev 3.2.10 → 3.3.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 +5 -4
- package/lib/commands/lightning/dev/component.d.ts +1 -0
- package/lib/commands/lightning/dev/component.js +20 -13
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/messages/lightning.dev.component.md +4 -0
- package/npm-shrinkwrap.json +19575 -11753
- package/oclif.lock +1781 -599
- package/oclif.manifest.json +8 -1
- package/package.json +15 -9
package/oclif.manifest.json
CHANGED
|
@@ -117,6 +117,13 @@
|
|
|
117
117
|
"multiple": false,
|
|
118
118
|
"type": "option"
|
|
119
119
|
},
|
|
120
|
+
"client-select": {
|
|
121
|
+
"char": "c",
|
|
122
|
+
"name": "client-select",
|
|
123
|
+
"summary": "Launch component preview without selecting a component",
|
|
124
|
+
"allowNo": false,
|
|
125
|
+
"type": "boolean"
|
|
126
|
+
},
|
|
120
127
|
"target-org": {
|
|
121
128
|
"char": "o",
|
|
122
129
|
"name": "target-org",
|
|
@@ -226,5 +233,5 @@
|
|
|
226
233
|
]
|
|
227
234
|
}
|
|
228
235
|
},
|
|
229
|
-
"version": "3.
|
|
236
|
+
"version": "3.3.1"
|
|
230
237
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
3
|
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/prompts": "^5.3.8",
|
|
9
9
|
"@inquirer/select": "^2.4.7",
|
|
10
|
-
"@lwc/lwc-dev-server": "~
|
|
11
|
-
"@lwc/sfdc-lwc-compiler": "~
|
|
12
|
-
"@lwrjs/api": "0.18.
|
|
13
|
-
"@oclif/core": "^4.
|
|
10
|
+
"@lwc/lwc-dev-server": "~12.3.4",
|
|
11
|
+
"@lwc/sfdc-lwc-compiler": "~12.3.4",
|
|
12
|
+
"@lwrjs/api": "0.18.3",
|
|
13
|
+
"@oclif/core": "^4.3.0",
|
|
14
14
|
"@salesforce/core": "^8.6.2",
|
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"axios": "^1.7.9",
|
|
19
19
|
"glob": "^10.4.5",
|
|
20
20
|
"lightning-base-components": "1.27.2-alpha",
|
|
21
|
-
"lwc": "~8.
|
|
21
|
+
"lwc": "~8.16.5",
|
|
22
22
|
"node-fetch": "^3.3.2",
|
|
23
23
|
"xml2js": "^0.6.2"
|
|
24
24
|
},
|
|
@@ -29,7 +29,13 @@
|
|
|
29
29
|
"@salesforce/plugin-command-reference": "^3.1.44",
|
|
30
30
|
"@types/node-fetch": "^2.6.11",
|
|
31
31
|
"@types/xml2js": "^0.4.14",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
33
|
+
"eslint": "^8.57.0",
|
|
34
|
+
"eslint-config-prettier": "^9.1.0",
|
|
35
|
+
"eslint-plugin-header": "^3.1.1",
|
|
32
36
|
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
37
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
|
38
|
+
"eslint-plugin-unicorn": "^50.0.1",
|
|
33
39
|
"esmock": "^2.6.9",
|
|
34
40
|
"oclif": "^4.17.27",
|
|
35
41
|
"ts-node": "^10.9.2",
|
|
@@ -226,7 +232,7 @@
|
|
|
226
232
|
],
|
|
227
233
|
"target": {
|
|
228
234
|
"versionNumber": "64.0",
|
|
229
|
-
"matchingDevServerVersion": "~
|
|
235
|
+
"matchingDevServerVersion": "~12.3.4"
|
|
230
236
|
},
|
|
231
237
|
"versionToTagMappings": [
|
|
232
238
|
{
|
|
@@ -250,7 +256,7 @@
|
|
|
250
256
|
"yarn": "1.22.22"
|
|
251
257
|
},
|
|
252
258
|
"sfdx": {
|
|
253
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.
|
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.3.1.crt",
|
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.3.1.sig"
|
|
255
261
|
}
|
|
256
262
|
}
|