@salesforce/plugin-lightning-dev 4.3.2 → 4.4.0

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.4.0/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.4.0/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.4.0/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.4.0",
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.4.0",
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",
@@ -35,6 +35,7 @@
35
35
  "@types/node-fetch": "^2.6.12",
36
36
  "@types/xml2js": "^0.4.14",
37
37
  "@typescript-eslint/eslint-plugin": "^6.21.0",
38
+ "dotenv": "^16.5.0",
38
39
  "eslint": "^8.57.0",
39
40
  "eslint-config-prettier": "^9.1.0",
40
41
  "eslint-plugin-header": "^3.1.1",
@@ -7726,9 +7727,9 @@
7726
7727
  }
7727
7728
  },
7728
7729
  "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==",
7730
+ "version": "4.5.0",
7731
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.0.tgz",
7732
+ "integrity": "sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g==",
7732
7733
  "license": "MIT",
7733
7734
  "dependencies": {
7734
7735
  "ansi-escapes": "^4.3.2",
@@ -13163,17 +13164,14 @@
13163
13164
  }
13164
13165
  },
13165
13166
  "node_modules/cliui": {
13166
- "version": "8.0.1",
13167
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
13168
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
13167
+ "version": "7.0.4",
13168
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
13169
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
13169
13170
  "license": "ISC",
13170
13171
  "dependencies": {
13171
13172
  "string-width": "^4.2.0",
13172
- "strip-ansi": "^6.0.1",
13173
+ "strip-ansi": "^6.0.0",
13173
13174
  "wrap-ansi": "^7.0.0"
13174
- },
13175
- "engines": {
13176
- "node": ">=12"
13177
13175
  }
13178
13176
  },
13179
13177
  "node_modules/cliui/node_modules/ansi-styles": {
@@ -14020,6 +14018,19 @@
14020
14018
  "node": ">=8"
14021
14019
  }
14022
14020
  },
14021
+ "node_modules/dotenv": {
14022
+ "version": "16.6.1",
14023
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
14024
+ "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
14025
+ "dev": true,
14026
+ "license": "BSD-2-Clause",
14027
+ "engines": {
14028
+ "node": ">=12"
14029
+ },
14030
+ "funding": {
14031
+ "url": "https://dotenvx.com"
14032
+ }
14033
+ },
14023
14034
  "node_modules/dunder-proto": {
14024
14035
  "version": "1.0.1",
14025
14036
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -20343,34 +20354,6 @@
20343
20354
  "node": ">= 14.0.0"
20344
20355
  }
20345
20356
  },
20346
- "node_modules/mocha/node_modules/ansi-styles": {
20347
- "version": "4.3.0",
20348
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20349
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20350
- "dev": true,
20351
- "license": "MIT",
20352
- "dependencies": {
20353
- "color-convert": "^2.0.1"
20354
- },
20355
- "engines": {
20356
- "node": ">=8"
20357
- },
20358
- "funding": {
20359
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20360
- }
20361
- },
20362
- "node_modules/mocha/node_modules/cliui": {
20363
- "version": "7.0.4",
20364
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
20365
- "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
20366
- "dev": true,
20367
- "license": "ISC",
20368
- "dependencies": {
20369
- "string-width": "^4.2.0",
20370
- "strip-ansi": "^6.0.0",
20371
- "wrap-ansi": "^7.0.0"
20372
- }
20373
- },
20374
20357
  "node_modules/mocha/node_modules/diff": {
20375
20358
  "version": "5.2.0",
20376
20359
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
@@ -20495,24 +20478,6 @@
20495
20478
  "url": "https://github.com/chalk/supports-color?sponsor=1"
20496
20479
  }
20497
20480
  },
20498
- "node_modules/mocha/node_modules/wrap-ansi": {
20499
- "version": "7.0.0",
20500
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
20501
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
20502
- "dev": true,
20503
- "license": "MIT",
20504
- "dependencies": {
20505
- "ansi-styles": "^4.0.0",
20506
- "string-width": "^4.1.0",
20507
- "strip-ansi": "^6.0.0"
20508
- },
20509
- "engines": {
20510
- "node": ">=10"
20511
- },
20512
- "funding": {
20513
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
20514
- }
20515
- },
20516
20481
  "node_modules/mocha/node_modules/yargs": {
20517
20482
  "version": "16.2.0",
20518
20483
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
@@ -20865,34 +20830,6 @@
20865
20830
  "node": ">=18"
20866
20831
  }
20867
20832
  },
20868
- "node_modules/nyc/node_modules/ansi-styles": {
20869
- "version": "4.3.0",
20870
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20871
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20872
- "dev": true,
20873
- "license": "MIT",
20874
- "dependencies": {
20875
- "color-convert": "^2.0.1"
20876
- },
20877
- "engines": {
20878
- "node": ">=8"
20879
- },
20880
- "funding": {
20881
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20882
- }
20883
- },
20884
- "node_modules/nyc/node_modules/cliui": {
20885
- "version": "6.0.0",
20886
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
20887
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
20888
- "dev": true,
20889
- "license": "ISC",
20890
- "dependencies": {
20891
- "string-width": "^4.2.0",
20892
- "strip-ansi": "^6.0.0",
20893
- "wrap-ansi": "^6.2.0"
20894
- }
20895
- },
20896
20833
  "node_modules/nyc/node_modules/convert-source-map": {
20897
20834
  "version": "1.9.0",
20898
20835
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
@@ -20921,21 +20858,6 @@
20921
20858
  "url": "https://github.com/sponsors/isaacs"
20922
20859
  }
20923
20860
  },
20924
- "node_modules/nyc/node_modules/wrap-ansi": {
20925
- "version": "6.2.0",
20926
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
20927
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
20928
- "dev": true,
20929
- "license": "MIT",
20930
- "dependencies": {
20931
- "ansi-styles": "^4.0.0",
20932
- "string-width": "^4.1.0",
20933
- "strip-ansi": "^6.0.0"
20934
- },
20935
- "engines": {
20936
- "node": ">=8"
20937
- }
20938
- },
20939
20861
  "node_modules/nyc/node_modules/y18n": {
20940
20862
  "version": "4.0.3",
20941
20863
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
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"
@@ -5565,16 +5565,7 @@ cli-width@^4.1.0:
5565
5565
  resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
5566
5566
  integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
5567
5567
 
5568
- cliui@^6.0.0:
5569
- version "6.0.0"
5570
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
5571
- integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
5572
- dependencies:
5573
- string-width "^4.2.0"
5574
- strip-ansi "^6.0.0"
5575
- wrap-ansi "^6.2.0"
5576
-
5577
- cliui@^7.0.2:
5568
+ cliui@7.0.4, cliui@^6.0.0, cliui@^7.0.2, cliui@^8.0.1:
5578
5569
  version "7.0.4"
5579
5570
  resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
5580
5571
  integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
@@ -5583,15 +5574,6 @@ cliui@^7.0.2:
5583
5574
  strip-ansi "^6.0.0"
5584
5575
  wrap-ansi "^7.0.0"
5585
5576
 
5586
- cliui@^8.0.1:
5587
- version "8.0.1"
5588
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
5589
- integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
5590
- dependencies:
5591
- string-width "^4.2.0"
5592
- strip-ansi "^6.0.1"
5593
- wrap-ansi "^7.0.0"
5594
-
5595
5577
  co@^4.6.0:
5596
5578
  version "4.6.0"
5597
5579
  resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -6104,6 +6086,11 @@ dot-prop@^5.1.0:
6104
6086
  dependencies:
6105
6087
  is-obj "^2.0.0"
6106
6088
 
6089
+ dotenv@^16.5.0:
6090
+ version "16.6.1"
6091
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
6092
+ integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
6093
+
6107
6094
  dunder-proto@^1.0.0, dunder-proto@^1.0.1:
6108
6095
  version "1.0.1"
6109
6096
  resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -11104,16 +11091,7 @@ statuses@2.0.1:
11104
11091
  resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
11105
11092
  integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
11106
11093
 
11107
- "string-width-cjs@npm:string-width@^4.2.0":
11108
- version "4.2.3"
11109
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11110
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11111
- dependencies:
11112
- emoji-regex "^8.0.0"
11113
- is-fullwidth-code-point "^3.0.0"
11114
- strip-ansi "^6.0.1"
11115
-
11116
- string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11094
+ "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11117
11095
  version "4.2.3"
11118
11096
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11119
11097
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11195,14 +11173,7 @@ stringify-entities@^3.0.1:
11195
11173
  character-entities-legacy "^1.0.0"
11196
11174
  xtend "^4.0.0"
11197
11175
 
11198
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11199
- version "6.0.1"
11200
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11201
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11202
- dependencies:
11203
- ansi-regex "^5.0.1"
11204
-
11205
- strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11176
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11206
11177
  version "6.0.1"
11207
11178
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11208
11179
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12010,7 +11981,7 @@ workerpool@^6.5.1:
12010
11981
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
12011
11982
  integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
12012
11983
 
12013
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11984
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12014
11985
  version "7.0.0"
12015
11986
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12016
11987
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12028,15 +11999,6 @@ wrap-ansi@^6.2.0:
12028
11999
  string-width "^4.1.0"
12029
12000
  strip-ansi "^6.0.0"
12030
12001
 
12031
- wrap-ansi@^7.0.0:
12032
- version "7.0.0"
12033
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12034
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12035
- dependencies:
12036
- ansi-styles "^4.0.0"
12037
- string-width "^4.1.0"
12038
- strip-ansi "^6.0.0"
12039
-
12040
12002
  wrap-ansi@^8.1.0:
12041
12003
  version "8.1.0"
12042
12004
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "4.3.2"
249
+ "version": "4.4.0"
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.4.0",
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",
@@ -31,6 +31,7 @@
31
31
  "@types/node-fetch": "^2.6.12",
32
32
  "@types/xml2js": "^0.4.14",
33
33
  "@typescript-eslint/eslint-plugin": "^6.21.0",
34
+ "dotenv": "^16.5.0",
34
35
  "eslint": "^8.57.0",
35
36
  "eslint-config-prettier": "^9.1.0",
36
37
  "eslint-plugin-header": "^3.1.1",
@@ -111,6 +112,9 @@
111
112
  "publishConfig": {
112
113
  "access": "public"
113
114
  },
115
+ "resolutions": {
116
+ "cliui": "7.0.4"
117
+ },
114
118
  "wireit": {
115
119
  "build": {
116
120
  "dependencies": [
@@ -262,7 +266,7 @@
262
266
  "yarn": "1.22.22"
263
267
  },
264
268
  "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"
269
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.0.crt",
270
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.0.sig"
267
271
  }
268
272
  }