electron-to-chromium 1.3.906 → 1.3.907

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.
@@ -1676,6 +1676,7 @@ module.exports = {
1676
1676
  "17.0.0-nightly.20211117",
1677
1677
  "18.0.0-nightly.20211118",
1678
1678
  "18.0.0-nightly.20211119",
1679
- "18.0.0-nightly.20211122"
1679
+ "18.0.0-nightly.20211122",
1680
+ "18.0.0-nightly.20211123"
1680
1681
  ]
1681
1682
  };
package/full-versions.js CHANGED
@@ -1217,5 +1217,6 @@ module.exports = {
1217
1217
  "17.0.0-nightly.20211117": "96.0.4664.4",
1218
1218
  "18.0.0-nightly.20211118": "96.0.4664.4",
1219
1219
  "18.0.0-nightly.20211119": "96.0.4664.4",
1220
- "18.0.0-nightly.20211122": "96.0.4664.4"
1220
+ "18.0.0-nightly.20211122": "96.0.4664.4",
1221
+ "18.0.0-nightly.20211123": "96.0.4664.4"
1221
1222
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.906",
3
+ "version": "1.3.907",
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.867.0",
33
+ "electron-releases": "^3.868.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"