electron-to-chromium 1.3.479 → 1.3.483

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.
@@ -603,7 +603,8 @@ module.exports = {
603
603
  "7.2.3",
604
604
  "7.2.4",
605
605
  "7.3.0",
606
- "7.3.1"
606
+ "7.3.1",
607
+ "7.3.2"
607
608
  ],
608
609
  "79.0.3931.0": [
609
610
  "8.0.0-beta.1",
@@ -718,7 +719,8 @@ module.exports = {
718
719
  "8.3.0",
719
720
  "8.3.1",
720
721
  "8.3.2",
721
- "8.3.3"
722
+ "8.3.3",
723
+ "8.3.4"
722
724
  ],
723
725
  "82.0.4048.0": [
724
726
  "9.0.0-beta.1",
@@ -824,6 +826,9 @@ module.exports = {
824
826
  "83.0.4103.104": [
825
827
  "9.0.4"
826
828
  ],
829
+ "83.0.4103.119": [
830
+ "9.0.5"
831
+ ],
827
832
  "84.0.4129.0": [
828
833
  "10.0.0-beta.1",
829
834
  "10.0.0-beta.2",
package/full-versions.js CHANGED
@@ -441,6 +441,7 @@ module.exports = {
441
441
  "7.2.4": "78.0.3904.130",
442
442
  "7.3.0": "78.0.3904.130",
443
443
  "7.3.1": "78.0.3904.130",
444
+ "7.3.2": "78.0.3904.130",
444
445
  "8.0.0-beta.1": "79.0.3931.0",
445
446
  "8.0.0-beta.2": "79.0.3931.0",
446
447
  "8.0.0-beta.3": "80.0.3955.0",
@@ -520,6 +521,7 @@ module.exports = {
520
521
  "8.3.1": "80.0.3987.165",
521
522
  "8.3.2": "80.0.3987.165",
522
523
  "8.3.3": "80.0.3987.165",
524
+ "8.3.4": "80.0.3987.165",
523
525
  "9.0.0-beta.1": "82.0.4048.0",
524
526
  "9.0.0-beta.2": "82.0.4048.0",
525
527
  "9.0.0-beta.3": "82.0.4048.0",
@@ -584,6 +586,7 @@ module.exports = {
584
586
  "9.0.2": "83.0.4103.94",
585
587
  "9.0.3": "83.0.4103.100",
586
588
  "9.0.4": "83.0.4103.104",
589
+ "9.0.5": "83.0.4103.119",
587
590
  "10.0.0-beta.1": "84.0.4129.0",
588
591
  "10.0.0-beta.2": "84.0.4129.0",
589
592
  "10.0.0-beta.3": "85.0.4161.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.479",
3
+ "version": "1.3.483",
4
4
  "description": "Provides a list of electron-to-chromium version mappings",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "ava": "^3.8.2",
32
32
  "codecov": "^3.1.0",
33
- "electron-releases": "^3.446.0",
33
+ "electron-releases": "^3.450.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"