@salesforce/plugin-lightning-dev 6.2.8 → 6.2.9

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.8/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.9/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.8/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.9/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.8/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.9/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.8",
3
+ "version": "6.2.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "6.2.8",
9
+ "version": "6.2.9",
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.4",
24
+ "glob": "^13.0.5",
25
25
  "lwc": "~8.28.2",
26
26
  "node-fetch": "^3.3.2",
27
27
  "open": "^10.2.0",
@@ -16525,9 +16525,9 @@
16525
16525
  "license": "ISC"
16526
16526
  },
16527
16527
  "node_modules/glob": {
16528
- "version": "13.0.4",
16529
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.4.tgz",
16530
- "integrity": "sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==",
16528
+ "version": "13.0.5",
16529
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz",
16530
+ "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
16531
16531
  "license": "BlueOak-1.0.0",
16532
16532
  "dependencies": {
16533
16533
  "minimatch": "^10.2.1",
package/oclif.lock CHANGED
@@ -7605,10 +7605,10 @@ glob@^11.0.3:
7605
7605
  package-json-from-dist "^1.0.0"
7606
7606
  path-scurry "^2.0.0"
7607
7607
 
7608
- glob@^13.0.4:
7609
- version "13.0.4"
7610
- resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09"
7611
- integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==
7608
+ glob@^13.0.5:
7609
+ version "13.0.5"
7610
+ resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
7611
+ integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
7612
7612
  dependencies:
7613
7613
  minimatch "^10.2.1"
7614
7614
  minipass "^7.1.2"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.2.8"
270
+ "version": "6.2.9"
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.8",
4
+ "version": "6.2.9",
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.4",
20
+ "glob": "^13.0.5",
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.8.crt",
255
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.8.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.9.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.9.sig"
256
256
  }
257
257
  }