@salesforce/plugin-lightning-dev 6.0.5 → 6.0.6

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/6.0.5/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.6/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -249,7 +249,7 @@ EXAMPLES
249
249
  $ sf lightning dev component --name myComponent
250
250
  ```
251
251
 
252
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.5/src/commands/lightning/dev/component.ts)_
252
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.6/src/commands/lightning/dev/component.ts)_
253
253
 
254
254
  ## `sf lightning dev site`
255
255
 
@@ -305,6 +305,6 @@ EXAMPLES
305
305
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
306
306
  ```
307
307
 
308
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.5/src/commands/lightning/dev/site.ts)_
308
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.6/src/commands/lightning/dev/site.ts)_
309
309
 
310
310
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "6.0.5",
3
+ "version": "6.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "6.0.5",
9
+ "version": "6.0.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -18281,9 +18281,9 @@
18281
18281
  }
18282
18282
  },
18283
18283
  "node_modules/lodash": {
18284
- "version": "4.17.21",
18285
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
18286
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
18284
+ "version": "4.17.23",
18285
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
18286
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
18287
18287
  "license": "MIT"
18288
18288
  },
18289
18289
  "node_modules/lodash.camelcase": {
package/oclif.lock CHANGED
@@ -8671,9 +8671,9 @@ lodash.upperfirst@^4.3.1:
8671
8671
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
8672
8672
 
8673
8673
  lodash@^4.17.15, lodash@^4.17.21:
8674
- version "4.17.21"
8675
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
8676
- integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
8674
+ version "4.17.23"
8675
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
8676
+ integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
8677
8677
 
8678
8678
  log-symbols@^4.1.0:
8679
8679
  version "4.1.0"
@@ -253,5 +253,5 @@
253
253
  ]
254
254
  }
255
255
  },
256
- "version": "6.0.5"
256
+ "version": "6.0.6"
257
257
  }
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.0.5",
4
+ "version": "6.0.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -273,7 +273,7 @@
273
273
  "yarn": "1.22.22"
274
274
  },
275
275
  "sfdx": {
276
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.5.crt",
277
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.5.sig"
276
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.6.crt",
277
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.6.sig"
278
278
  }
279
279
  }