@salesforce/plugin-lightning-dev 4.3.2 → 4.3.3

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/4.3.2/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.3/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/4.3.2/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.3/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/4.3.2/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.3/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": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.3.2",
9
+ "version": "4.3.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -14,7 +14,7 @@
14
14
  "@lwc/lwc-dev-server": "~13.0.29",
15
15
  "@lwc/sfdc-lwc-compiler": "~13.0.29",
16
16
  "@lwrjs/api": "0.18.3",
17
- "@oclif/core": "^4.4.1",
17
+ "@oclif/core": "^4.5.0",
18
18
  "@salesforce/core": "^8.18.1",
19
19
  "@salesforce/kit": "^3.1.6",
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
@@ -7726,9 +7726,9 @@
7726
7726
  }
7727
7727
  },
7728
7728
  "node_modules/@oclif/core": {
7729
- "version": "4.4.1",
7730
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
7731
- "integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
7729
+ "version": "4.5.0",
7730
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.0.tgz",
7731
+ "integrity": "sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g==",
7732
7732
  "license": "MIT",
7733
7733
  "dependencies": {
7734
7734
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -2962,10 +2962,10 @@
2962
2962
  "@nodelib/fs.scandir" "2.1.5"
2963
2963
  fastq "^1.6.0"
2964
2964
 
2965
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1":
2966
- version "4.4.1"
2967
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823"
2968
- integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
2965
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.0":
2966
+ version "4.5.0"
2967
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.0.tgz#0163f933098bfa52f86387f11900da1ad13235d3"
2968
+ integrity sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g==
2969
2969
  dependencies:
2970
2970
  ansi-escapes "^4.3.2"
2971
2971
  ansis "^3.17.0"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "4.3.2"
249
+ "version": "4.3.3"
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": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "@lwc/lwc-dev-server": "~13.0.29",
11
11
  "@lwc/sfdc-lwc-compiler": "~13.0.29",
12
12
  "@lwrjs/api": "0.18.3",
13
- "@oclif/core": "^4.4.1",
13
+ "@oclif/core": "^4.5.0",
14
14
  "@salesforce/core": "^8.18.1",
15
15
  "@salesforce/kit": "^3.1.6",
16
16
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
@@ -262,7 +262,7 @@
262
262
  "yarn": "1.22.22"
263
263
  },
264
264
  "sfdx": {
265
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.2.crt",
266
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.2.sig"
265
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.3.crt",
266
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.3.3.sig"
267
267
  }
268
268
  }