@salesforce/plugin-lightning-dev 6.0.0 → 6.0.2-canary.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.
@@ -253,5 +253,5 @@
253
253
  ]
254
254
  }
255
255
  },
256
- "version": "6.0.0"
256
+ "version": "6.0.2-canary.0"
257
257
  }
package/package.json CHANGED
@@ -1,14 +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.0.0",
4
+ "version": "6.0.2-canary.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.8",
11
- "@lwc/sfdc-lwc-compiler": "~13.3.8",
10
+ "@lwc/sfdx-local-dev-dist": "~13.3.12",
11
+ "@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.22",
12
+ "@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.12",
12
13
  "@lwrjs/api": "0.18.3",
13
14
  "@oclif/core": "^4.5.6",
14
15
  "@salesforce/core": "^8.24.0",
@@ -16,8 +17,7 @@
16
17
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
17
18
  "@salesforce/sf-plugins-core": "^11.2.4",
18
19
  "axios": "^1.13.2",
19
- "glob": "^12.0.0",
20
- "lwc": "~8.27.0",
20
+ "glob": "^13.0.0",
21
21
  "node-fetch": "^3.3.2",
22
22
  "open": "^10.2.0",
23
23
  "xml2js": "^0.6.2"
@@ -38,12 +38,12 @@
38
38
  "eslint-plugin-sf-plugin": "^1.20.33",
39
39
  "eslint-plugin-unicorn": "^50.0.1",
40
40
  "esmock": "^2.7.3",
41
- "oclif": "^4.22.59",
41
+ "oclif": "^4.22.63",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^5.5.4"
44
44
  },
45
45
  "engines": {
46
- "node": ">=18.0.0"
46
+ "node": ">=20.0.0"
47
47
  },
48
48
  "files": [
49
49
  "/lib",
@@ -112,7 +112,9 @@
112
112
  "access": "public"
113
113
  },
114
114
  "resolutions": {
115
- "cliui": "7.0.4"
115
+ "cliui": "7.0.4",
116
+ "prettier": "^3.7.4",
117
+ "pretty-quick": "^4.2.2"
116
118
  },
117
119
  "wireit": {
118
120
  "build": {
@@ -230,41 +232,16 @@
230
232
  }
231
233
  },
232
234
  "apiVersionMetadata": {
233
- "x-apiVersionMetadata-comments": [
234
- "Refer to ApiVersionMetadata in orgUtils.ts for more details.",
235
- "The 'target' section defines the dev server version (matchingDevServerVersion) and the API version that it can support (versionNumber).",
236
- "The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
237
- ],
238
- "target": {
239
- "versionNumber": "67.0",
240
- "matchingDevServerVersion": "~13.3.8"
235
+ "66.0": {
236
+ "dependencies": {
237
+ "@lwc/sfdx-local-dev-dist": "~13.2.22"
238
+ }
241
239
  },
242
- "versionToTagMappings": [
243
- {
244
- "versionNumber": "62.0",
245
- "tagName": "v1"
246
- },
247
- {
248
- "versionNumber": "63.0",
249
- "tagName": "v2"
250
- },
251
- {
252
- "versionNumber": "64.0",
253
- "tagName": "v3"
254
- },
255
- {
256
- "versionNumber": "65.0",
257
- "tagName": "latest"
258
- },
259
- {
260
- "versionNumber": "66.0",
261
- "tagName": "prerelease"
262
- },
263
- {
264
- "versionNumber": "67.0",
265
- "tagName": "next"
240
+ "67.0": {
241
+ "dependencies": {
242
+ "@lwc/sfdx-local-dev-dist": "~13.3.11"
266
243
  }
267
- ]
244
+ }
268
245
  },
269
246
  "exports": "./lib/index.js",
270
247
  "type": "module",
@@ -273,7 +250,7 @@
273
250
  "yarn": "1.22.22"
274
251
  },
275
252
  "sfdx": {
276
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.0.crt",
277
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.0.sig"
253
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.2-canary.0.crt",
254
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.2-canary.0.sig"
278
255
  }
279
256
  }