@salesforce/plugin-lightning-dev 6.0.8 → 6.1.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.
@@ -56,6 +56,13 @@
56
56
  "hasDynamicHelp": false,
57
57
  "multiple": false,
58
58
  "type": "option"
59
+ },
60
+ "api-version": {
61
+ "description": "Override the api version used for api requests made by this command",
62
+ "name": "api-version",
63
+ "hasDynamicHelp": false,
64
+ "multiple": false,
65
+ "type": "option"
59
66
  }
60
67
  },
61
68
  "hasDynamicHelp": true,
@@ -223,6 +230,13 @@
223
230
  "summary": "Preview the SSR bundle",
224
231
  "allowNo": false,
225
232
  "type": "boolean"
233
+ },
234
+ "api-version": {
235
+ "description": "Override the api version used for api requests made by this command",
236
+ "name": "api-version",
237
+ "hasDynamicHelp": false,
238
+ "multiple": false,
239
+ "type": "option"
226
240
  }
227
241
  },
228
242
  "hasDynamicHelp": true,
@@ -253,5 +267,5 @@
253
267
  ]
254
268
  }
255
269
  },
256
- "version": "6.0.8"
270
+ "version": "6.1.0"
257
271
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "6.0.8",
4
+ "version": "6.1.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.3.9",
10
+ "@lwc/lwc-dev-server": "~13.3.14",
11
11
  "@lwc/sfdc-lwc-compiler": "~13.3.8",
12
12
  "@lwrjs/api": "0.21.5",
13
13
  "@oclif/core": "^4.5.6",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
18
  "axios": "^1.13.2",
19
19
  "glob": "^13.0.0",
20
- "lwc": "~8.28.0",
20
+ "lwc": "~8.28.2",
21
21
  "node-fetch": "^3.3.2",
22
22
  "open": "^10.2.0",
23
23
  "xml2js": "^0.6.2"
@@ -273,7 +273,7 @@
273
273
  "yarn": "1.22.22"
274
274
  },
275
275
  "sfdx": {
276
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.8.crt",
277
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.8.sig"
276
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.1.0.crt",
277
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.1.0.sig"
278
278
  }
279
279
  }