@salesforce/plugin-lightning-dev 2.3.2 → 2.5.0
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/lib/commands/lightning/dev/site.js +1 -1
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/npm-shrinkwrap.json +827 -575
- package/oclif.lock +429 -208
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
3
|
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.5.0",
|
|
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": "^
|
|
10
|
+
"@lwc/lwc-dev-server": "^11.1.0",
|
|
11
|
+
"@lwc/sfdc-lwc-compiler": "^11.1.0",
|
|
12
12
|
"@lwrjs/api": "0.15.0-alpha.44",
|
|
13
13
|
"@oclif/core": "^4.0.30",
|
|
14
14
|
"@salesforce/core": "^8.6.2",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.7.7",
|
|
19
19
|
"glob": "^10.4.5",
|
|
20
|
-
"lwc": "^8.
|
|
20
|
+
"lwc": "^8.10.1",
|
|
21
21
|
"lwr": "0.15.0-alpha.44",
|
|
22
22
|
"node-fetch": "^3.3.2"
|
|
23
23
|
},
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"comment": "Refer to ApiVersionMetadata in orgUtils.ts for details",
|
|
221
221
|
"target": {
|
|
222
222
|
"versionNumber": "63.0",
|
|
223
|
-
"matchingDevServerVersion": "^
|
|
223
|
+
"matchingDevServerVersion": "^11.1.0"
|
|
224
224
|
},
|
|
225
225
|
"versionToTagMappings": [
|
|
226
226
|
{
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"yarn": "1.22.22"
|
|
241
241
|
},
|
|
242
242
|
"sfdx": {
|
|
243
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.
|
|
244
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.
|
|
243
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.5.0.crt",
|
|
244
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.5.0.sig"
|
|
245
245
|
}
|
|
246
246
|
}
|