@salesforce/plugin-lightning-dev 2.2.1 → 2.2.3

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.
package/README.md CHANGED
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201
201
  ```
202
202
 
203
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.2.1/src/commands/lightning/dev/app.ts)_
203
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.2.3/src/commands/lightning/dev/app.ts)_
204
204
 
205
205
  ## `sf lightning dev site`
206
206
 
@@ -244,6 +244,6 @@ EXAMPLES
244
244
  $ sf lightning dev site --name "Partner Central" --target-org myOrg
245
245
  ```
246
246
 
247
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.2.1/src/commands/lightning/dev/site.ts)_
247
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.2.3/src/commands/lightning/dev/site.ts)_
248
248
 
249
249
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "2.2.1",
9
+ "version": "2.2.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -38,7 +38,7 @@
38
38
  "typescript": "^5.5.4"
39
39
  },
40
40
  "engines": {
41
- "node": ">=18.0.0 <22"
41
+ "node": ">=18.0.0 <23"
42
42
  }
43
43
  },
44
44
  "node_modules/@ampproject/remapping": {
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "2.2.1"
151
+ "version": "2.2.3"
152
152
  }
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": "2.2.1",
4
+ "version": "2.2.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -34,7 +34,7 @@
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.2.3.crt",
244
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.2.3.sig"
244
245
  }
245
246
  }