@salesforce/plugin-lightning-dev 2.2.1 → 2.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.
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "2.2.1"
151
+ "version": "2.3.0"
152
152
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "2.2.1",
4
+ "version": "2.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@lwrjs/api": "0.15.0-alpha.31",
8
+ "@lwrjs/api": "0.15.0-alpha.44",
9
9
  "@lwc/lwc-dev-server": "^10.7.4",
10
10
  "@lwc/sfdc-lwc-compiler": "^10.7.4",
11
11
  "@oclif/core": "^4.0.30",
@@ -18,7 +18,7 @@
18
18
  "axios": "^1.7.7",
19
19
  "glob": "^10.4.5",
20
20
  "lwc": "^8.2.0",
21
- "lwr": "0.15.0-alpha.31",
21
+ "lwr": "0.15.0-alpha.44",
22
22
  "node-fetch": "^3.3.2"
23
23
  },
24
24
  "devDependencies": {
@@ -29,12 +29,12 @@
29
29
  "@types/node-fetch": "^2.6.11",
30
30
  "eslint-plugin-sf-plugin": "^1.20.1",
31
31
  "esmock": "^2.6.7",
32
- "oclif": "^4.14.12",
32
+ "oclif": "^4.15.28",
33
33
  "ts-node": "^10.9.2",
34
34
  "typescript": "^5.5.4"
35
35
  },
36
36
  "engines": {
37
- "node": ">=18.0.0 <22"
37
+ "node": ">=18.0.0 <23"
38
38
  },
39
39
  "files": [
40
40
  "/lib",
@@ -219,7 +219,7 @@
219
219
  "apiVersionMetadata": {
220
220
  "comment": "Refer to ApiVersionMetadata in orgUtils.ts for details",
221
221
  "target": {
222
- "versionNumber": "62.0",
222
+ "versionNumber": "63.0",
223
223
  "matchingDevServerVersion": "^10.7.4"
224
224
  },
225
225
  "versionToTagMappings": [
@@ -236,10 +236,11 @@
236
236
  "exports": "./lib/index.js",
237
237
  "type": "module",
238
238
  "volta": {
239
- "node": "20.11.0"
239
+ "node": "20.11.0",
240
+ "yarn": "1.22.22"
240
241
  },
241
242
  "sfdx": {
242
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.2.1.crt",
243
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.2.1.sig"
243
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.3.0.crt",
244
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.3.0.sig"
244
245
  }
245
246
  }