@salesforce/plugin-lightning-dev 5.0.19 → 5.0.20

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/5.0.19/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf lightning dev component --name myComponent
249
249
  ```
250
250
 
251
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.19/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/component.ts)_
252
252
 
253
253
  ## `sf lightning dev site`
254
254
 
@@ -304,6 +304,6 @@ EXAMPLES
304
304
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305
305
  ```
306
306
 
307
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.19/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.20/src/commands/lightning/dev/site.ts)_
308
308
 
309
309
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "5.0.19",
3
+ "version": "5.0.20",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "5.0.19",
9
+ "version": "5.0.20",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -17,7 +17,7 @@
17
17
  "@oclif/core": "^4.5.6",
18
18
  "@salesforce/core": "^8.23.2",
19
19
  "@salesforce/kit": "^3.2.4",
20
- "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
20
+ "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
22
  "axios": "^1.12.2",
23
23
  "glob": "^10.4.5",
@@ -8837,9 +8837,9 @@
8837
8837
  }
8838
8838
  },
8839
8839
  "node_modules/@salesforce/lwc-dev-mobile-core": {
8840
- "version": "4.0.0-alpha.12",
8841
- "resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.12.tgz",
8842
- "integrity": "sha512-XA3arv5ipI7zremXPA8+Amo++pFXhmJSGj/Jj4521OisWRCUhqfimLNH3NkZsDUjALUYi/EmwE0Vd11hi7/DaA==",
8840
+ "version": "4.0.0-alpha.13",
8841
+ "resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.13.tgz",
8842
+ "integrity": "sha512-L76zOvWZE/D/rOKan8IXhNtL9dth+7sqBKwoBZ7dfxOESZ/33yI6bvJASHn04NcRCK1sawKVJ4YltDuVBn0T+A==",
8843
8843
  "license": "MIT",
8844
8844
  "dependencies": {
8845
8845
  "@oclif/core": "^4.4.0",
package/oclif.lock CHANGED
@@ -3477,10 +3477,10 @@
3477
3477
  dependencies:
3478
3478
  "@salesforce/ts-types" "^2.0.12"
3479
3479
 
3480
- "@salesforce/lwc-dev-mobile-core@4.0.0-alpha.12":
3481
- version "4.0.0-alpha.12"
3482
- resolved "https://registry.yarnpkg.com/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.12.tgz#a49fb38e3b37675d0d56ea5b9e9a20a25fe03919"
3483
- integrity sha512-XA3arv5ipI7zremXPA8+Amo++pFXhmJSGj/Jj4521OisWRCUhqfimLNH3NkZsDUjALUYi/EmwE0Vd11hi7/DaA==
3480
+ "@salesforce/lwc-dev-mobile-core@4.0.0-alpha.13":
3481
+ version "4.0.0-alpha.13"
3482
+ resolved "https://registry.yarnpkg.com/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.13.tgz#cab1ffc74646c7fa33add0f7d2b9600b4847df10"
3483
+ integrity sha512-L76zOvWZE/D/rOKan8IXhNtL9dth+7sqBKwoBZ7dfxOESZ/33yI6bvJASHn04NcRCK1sawKVJ4YltDuVBn0T+A==
3484
3484
  dependencies:
3485
3485
  "@oclif/core" "^4.4.0"
3486
3486
  "@salesforce/core" "^8.15.0"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "5.0.19"
249
+ "version": "5.0.20"
250
250
  }
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": "5.0.19",
4
+ "version": "5.0.20",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "@oclif/core": "^4.5.6",
14
14
  "@salesforce/core": "^8.23.2",
15
15
  "@salesforce/kit": "^3.2.4",
16
- "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
16
+ "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
18
  "axios": "^1.12.2",
19
19
  "glob": "^10.4.5",
@@ -269,7 +269,7 @@
269
269
  "yarn": "1.22.22"
270
270
  },
271
271
  "sfdx": {
272
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.19.crt",
273
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.19.sig"
272
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.20.crt",
273
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.20.sig"
274
274
  }
275
275
  }