@salesforce/plugin-lightning-dev 3.4.0 → 4.0.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.
package/README.md CHANGED
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202
202
  ```
203
203
 
204
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.0/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ sf lightning dev component --name myComponent
248
248
  ```
249
249
 
250
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.0/src/commands/lightning/dev/component.ts)_
250
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/component.ts)_
251
251
 
252
252
  ## `sf lightning dev site`
253
253
 
@@ -302,6 +302,6 @@ EXAMPLES
302
302
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303
303
  ```
304
304
 
305
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.0/src/commands/lightning/dev/site.ts)_
305
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.0/src/commands/lightning/dev/site.ts)_
306
306
 
307
307
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "3.4.0",
3
+ "version": "4.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "3.4.0",
9
+ "version": "4.0.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -239,5 +239,5 @@
239
239
  ]
240
240
  }
241
241
  },
242
- "version": "3.4.0"
242
+ "version": "4.0.0"
243
243
  }
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": "3.4.0",
4
+ "version": "4.0.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -232,20 +232,24 @@
232
232
  "The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
233
233
  ],
234
234
  "target": {
235
- "versionNumber": "64.0",
235
+ "versionNumber": "65.0",
236
236
  "matchingDevServerVersion": "~12.3.4"
237
237
  },
238
238
  "versionToTagMappings": [
239
239
  {
240
240
  "versionNumber": "62.0",
241
- "tagName": "latest"
241
+ "tagName": "v1"
242
242
  },
243
243
  {
244
244
  "versionNumber": "63.0",
245
- "tagName": "prerelease"
245
+ "tagName": "latest"
246
246
  },
247
247
  {
248
248
  "versionNumber": "64.0",
249
+ "tagName": "prerelease"
250
+ },
251
+ {
252
+ "versionNumber": "65.0",
249
253
  "tagName": "next"
250
254
  }
251
255
  ]
@@ -257,7 +261,7 @@
257
261
  "yarn": "1.22.22"
258
262
  },
259
263
  "sfdx": {
260
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.4.0.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.4.0.sig"
264
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.0.0.crt",
265
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.0.0.sig"
262
266
  }
263
267
  }