@salesforce/plugin-lightning-dev 5.0.23 → 5.0.25-alpha.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.
@@ -117,6 +117,13 @@
117
117
  "multiple": false,
118
118
  "type": "option"
119
119
  },
120
+ "api-version": {
121
+ "description": "Override the api version used for api requests made by this command",
122
+ "name": "api-version",
123
+ "hasDynamicHelp": false,
124
+ "multiple": false,
125
+ "type": "option"
126
+ },
120
127
  "client-select": {
121
128
  "char": "c",
122
129
  "name": "client-select",
@@ -246,5 +253,5 @@
246
253
  ]
247
254
  }
248
255
  },
249
- "version": "5.0.23"
256
+ "version": "5.0.25-alpha.0"
250
257
  }
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": "5.0.23",
4
+ "version": "5.0.25-alpha.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": "~13.2.7",
11
- "@lwc/sfdc-lwc-compiler": "~13.2.7",
10
+ "@lwc/lwc-dev-server": "~13.2.19",
11
+ "@lwc/sfdc-lwc-compiler": "~13.2.19",
12
12
  "@lwrjs/api": "0.18.3",
13
13
  "@oclif/core": "^4.5.6",
14
14
  "@salesforce/core": "^8.23.3",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
18
  "axios": "^1.13.1",
19
19
  "glob": "^10.4.5",
20
- "lwc": "~8.23.0",
20
+ "lwc": "~8.24.0",
21
21
  "node-fetch": "^3.3.2",
22
22
  "open": "^10.2.0",
23
23
  "xml2js": "^0.6.2"
@@ -265,11 +265,11 @@
265
265
  "exports": "./lib/index.js",
266
266
  "type": "module",
267
267
  "volta": {
268
- "node": "20.11.0",
268
+ "node": "20.12.0",
269
269
  "yarn": "1.22.22"
270
270
  },
271
271
  "sfdx": {
272
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.23.crt",
273
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.23.sig"
272
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.25-alpha.0.crt",
273
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.25-alpha.0.sig"
274
274
  }
275
275
  }