electron-to-chromium 1.3.774 → 1.3.775

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
@@ -122,7 +122,7 @@ If a query does not match an Electron version, it will return `undefined`.
122
122
 
123
123
  ```js
124
124
  var electronVersion = e2c.chromiumToElectron('10');
125
- // chromeVersion is undefined
125
+ // electronVersion is undefined
126
126
  ```
127
127
 
128
128
  #### `electronToBrowserList(query)` **DEPRECATED**
@@ -1388,7 +1388,8 @@ module.exports = {
1388
1388
  "15.0.0-nightly.20210707",
1389
1389
  "15.0.0-nightly.20210708",
1390
1390
  "15.0.0-nightly.20210709",
1391
- "15.0.0-nightly.20210712"
1391
+ "15.0.0-nightly.20210712",
1392
+ "15.0.0-nightly.20210713"
1392
1393
  ],
1393
1394
  "92.0.4475.0": [
1394
1395
  "14.0.0-nightly.20210426",
package/full-versions.js CHANGED
@@ -1026,5 +1026,6 @@ module.exports = {
1026
1026
  "15.0.0-nightly.20210707": "93.0.4566.0",
1027
1027
  "15.0.0-nightly.20210708": "93.0.4566.0",
1028
1028
  "15.0.0-nightly.20210709": "93.0.4566.0",
1029
- "15.0.0-nightly.20210712": "93.0.4566.0"
1029
+ "15.0.0-nightly.20210712": "93.0.4566.0",
1030
+ "15.0.0-nightly.20210713": "93.0.4566.0"
1030
1031
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.774",
3
+ "version": "1.3.775",
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.8.0",
33
- "electron-releases": "^3.727.0",
33
+ "electron-releases": "^3.728.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"