@salesforce/plugin-lightning-dev 4.1.7 → 4.3.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.
@@ -128,7 +128,8 @@
128
128
  "char": "o",
129
129
  "name": "target-org",
130
130
  "noCacheDefault": true,
131
- "summary": "Username or alias of the target org.",
131
+ "required": true,
132
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
132
133
  "hasDynamicHelp": true,
133
134
  "multiple": false,
134
135
  "type": "option"
@@ -209,6 +210,12 @@
209
210
  "summary": "Preview the site as a guest user (rather than an authenticated user).",
210
211
  "allowNo": false,
211
212
  "type": "boolean"
213
+ },
214
+ "ssr": {
215
+ "name": "ssr",
216
+ "summary": "Preview the SSR bundle",
217
+ "allowNo": false,
218
+ "type": "boolean"
212
219
  }
213
220
  },
214
221
  "hasDynamicHelp": true,
@@ -239,5 +246,5 @@
239
246
  ]
240
247
  }
241
248
  },
242
- "version": "4.1.7"
249
+ "version": "4.3.0"
243
250
  }
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.1.7",
4
+ "version": "4.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -20,6 +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.1.0",
23
24
  "xml2js": "^0.6.2"
24
25
  },
25
26
  "devDependencies": {
@@ -261,7 +262,7 @@
261
262
  "yarn": "1.22.22"
262
263
  },
263
264
  "sfdx": {
264
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.7.crt",
265
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.7.sig"
265
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.0.crt",
266
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.0.sig"
266
267
  }
267
268
  }