@salesforce/plugin-lightning-dev 6.1.1-canary.0 → 6.2.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.
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.1.1-canary.0"
270
+ "version": "6.2.0"
271
271
  }
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "6.1.1-canary.0",
4
+ "version": "6.2.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/sfdx-local-dev-dist": "~13.3.18",
11
- "@lwc/sfdx-local-dev-dist-65.0": "npm:@lwc/sfdx-local-dev-dist@~13.1.7",
12
- "@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.23",
13
- "@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.18",
10
+ "@lwc/sfdx-local-dev-dist": "~13.3.19",
11
+ "@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.24-alpha.0",
12
+ "@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.19",
14
13
  "@lwrjs/api": "0.21.5",
15
14
  "@oclif/core": "^4.5.6",
16
15
  "@salesforce/core": "^8.25.0",
@@ -234,11 +233,6 @@
234
233
  }
235
234
  },
236
235
  "apiVersionMetadata": {
237
- "65.0": {
238
- "dependencies": {
239
- "@lwc/sfdx-local-dev-dist": "~13.1.7"
240
- }
241
- },
242
236
  "66.0": {
243
237
  "dependencies": {
244
238
  "@lwc/sfdx-local-dev-dist": "~13.2.23"
@@ -257,7 +251,7 @@
257
251
  "yarn": "1.22.22"
258
252
  },
259
253
  "sfdx": {
260
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.1.1-canary.0.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.1.1-canary.0.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.0.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.0.sig"
262
256
  }
263
257
  }