@salesforce/plugin-lightning-dev 6.2.4 → 6.2.5

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
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
204
204
  ```
205
205
 
206
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.4/src/commands/lightning/dev/app.ts)_
206
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.5/src/commands/lightning/dev/app.ts)_
207
207
 
208
208
  ## `sf lightning dev component`
209
209
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sf lightning dev component --name myComponent
252
252
  ```
253
253
 
254
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.4/src/commands/lightning/dev/component.ts)_
254
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.5/src/commands/lightning/dev/component.ts)_
255
255
 
256
256
  ## `sf lightning dev site`
257
257
 
@@ -308,6 +308,6 @@ EXAMPLES
308
308
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
309
309
  ```
310
310
 
311
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.4/src/commands/lightning/dev/site.ts)_
311
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.5/src/commands/lightning/dev/site.ts)_
312
312
 
313
313
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "6.2.4",
3
+ "version": "6.2.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "6.2.4",
9
+ "version": "6.2.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
22
22
  "@salesforce/sf-plugins-core": "^11.2.4",
23
23
  "axios": "^1.13.5",
24
- "glob": "^13.0.1",
24
+ "glob": "^13.0.2",
25
25
  "lwc": "~8.28.2",
26
26
  "node-fetch": "^3.3.2",
27
27
  "open": "^10.2.0",
@@ -16572,9 +16572,9 @@
16572
16572
  "license": "ISC"
16573
16573
  },
16574
16574
  "node_modules/glob": {
16575
- "version": "13.0.1",
16576
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
16577
- "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
16575
+ "version": "13.0.2",
16576
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.2.tgz",
16577
+ "integrity": "sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==",
16578
16578
  "license": "BlueOak-1.0.0",
16579
16579
  "dependencies": {
16580
16580
  "minimatch": "^10.1.2",
package/oclif.lock CHANGED
@@ -7598,10 +7598,10 @@ glob@^11.0.3:
7598
7598
  package-json-from-dist "^1.0.0"
7599
7599
  path-scurry "^2.0.0"
7600
7600
 
7601
- glob@^13.0.1:
7602
- version "13.0.1"
7603
- resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.1.tgz#c59a2500c9a5f1ab9cdd370217ced63c2aa81e60"
7604
- integrity sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==
7601
+ glob@^13.0.2:
7602
+ version "13.0.2"
7603
+ resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.2.tgz#74b28859255e319c84d1aed1a0a5b5248bfea227"
7604
+ integrity sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==
7605
7605
  dependencies:
7606
7606
  minimatch "^10.1.2"
7607
7607
  minipass "^7.1.2"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.2.4"
270
+ "version": "6.2.5"
271
271
  }
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": "6.2.4",
4
+ "version": "6.2.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
18
18
  "@salesforce/sf-plugins-core": "^11.2.4",
19
19
  "axios": "^1.13.5",
20
- "glob": "^13.0.1",
20
+ "glob": "^13.0.2",
21
21
  "lwc": "~8.28.2",
22
22
  "node-fetch": "^3.3.2",
23
23
  "open": "^10.2.0",
@@ -251,7 +251,7 @@
251
251
  "yarn": "1.22.22"
252
252
  },
253
253
  "sfdx": {
254
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.4.crt",
255
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.4.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.5.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.5.sig"
256
256
  }
257
257
  }