electron-to-chromium 1.3.633 → 1.3.634

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
@@ -8,13 +8,19 @@
8
8
 
9
9
  ---
10
10
 
11
- # Electron-to-Chromium [![npm](https://img.shields.io/npm/v/electron-to-chromium.svg)](https://www.npmjs.com/package/electron-to-chromium) [![travis](https://img.shields.io/travis/Kilian/electron-to-chromium/master.svg)](https://travis-ci.org/Kilian/electron-to-chromium) [![npm-downloads](https://img.shields.io/npm/dm/electron-to-chromium.svg)](https://www.npmjs.com/package/electron-to-chromium) [![codecov](https://codecov.io/gh/Kilian/electron-to-chromium/branch/master/graph/badge.svg)](https://codecov.io/gh/Kilian/electron-to-chromium)
12
- [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium?ref=badge_shield)
11
+ # Electron-to-Chromium [![npm](https://img.shields.io/npm/v/electron-to-chromium.svg)](https://www.npmjs.com/package/electron-to-chromium) [![travis](https://img.shields.io/travis/Kilian/electron-to-chromium/master.svg)](https://travis-ci.org/Kilian/electron-to-chromium) [![npm-downloads](https://img.shields.io/npm/dm/electron-to-chromium.svg)](https://www.npmjs.com/package/electron-to-chromium) [![codecov](https://codecov.io/gh/Kilian/electron-to-chromium/branch/master/graph/badge.svg)](https://codecov.io/gh/Kilian/electron-to-chromium)[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium?ref=badge_shield)
13
12
 
14
13
  This repository provides a mapping of Electron versions to the Chromium version that it uses.
15
14
 
16
15
  This package is used in [Browserslist](https://github.com/ai/browserslist), so you can use e.g. `electron >= 1.4` in [Autoprefixer](https://github.com/postcss/autoprefixer), [Stylelint](https://github.com/stylelint/stylelint), [babel-preset-env](https://github.com/babel/babel-preset-env) and [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat).
17
16
 
17
+ **Supported by:**
18
+
19
+ <a href="https://m.do.co/c/bb22ea58e765">
20
+ <img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
21
+ </a>
22
+
23
+
18
24
  ## Install
19
25
  Install using `npm install electron-to-chromium`.
20
26
 
@@ -1153,6 +1153,7 @@ module.exports = {
1153
1153
  "13.0.0-nightly.20201222"
1154
1154
  ],
1155
1155
  "89.0.4359.0": [
1156
- "13.0.0-nightly.20201223"
1156
+ "13.0.0-nightly.20201223",
1157
+ "13.0.0-nightly.20210104"
1157
1158
  ]
1158
1159
  };
package/full-versions.js CHANGED
@@ -816,5 +816,6 @@ module.exports = {
816
816
  "13.0.0-nightly.20201216": "89.0.4349.0",
817
817
  "13.0.0-nightly.20201221": "89.0.4349.0",
818
818
  "13.0.0-nightly.20201222": "89.0.4349.0",
819
- "13.0.0-nightly.20201223": "89.0.4359.0"
819
+ "13.0.0-nightly.20201223": "89.0.4359.0",
820
+ "13.0.0-nightly.20210104": "89.0.4359.0"
820
821
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.633",
3
+ "version": "1.3.634",
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.578.0",
33
+ "electron-releases": "^3.579.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"