summaryrefslogtreecommitdiff
path: root/node_modules/electron-to-chromium/chromium-versions.js
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2025-11-24 20:54:57 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2025-11-24 20:57:48 +0100
commitb1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c (patch)
tree49d360fd6cbc6a2754efe93524ac47ff0fbe0f7d /node_modules/electron-to-chromium/chromium-versions.js
Docs
Diffstat (limited to 'node_modules/electron-to-chromium/chromium-versions.js')
-rw-r--r--node_modules/electron-to-chromium/chromium-versions.js60
1 files changed, 60 insertions, 0 deletions
diff --git a/node_modules/electron-to-chromium/chromium-versions.js b/node_modules/electron-to-chromium/chromium-versions.js
new file mode 100644
index 0000000..90be796
--- /dev/null
+++ b/node_modules/electron-to-chromium/chromium-versions.js
@@ -0,0 +1,60 @@
+module.exports = {
+ "39": "0.20",
+ "40": "0.21",
+ "41": "0.21",
+ "42": "0.25",
+ "43": "0.27",
+ "44": "0.30",
+ "45": "0.31",
+ "47": "0.36",
+ "49": "0.37",
+ "50": "1.1",
+ "51": "1.2",
+ "52": "1.3",
+ "53": "1.4",
+ "54": "1.4",
+ "56": "1.6",
+ "58": "1.7",
+ "59": "1.8",
+ "61": "2.0",
+ "66": "3.0",
+ "69": "4.0",
+ "72": "5.0",
+ "73": "5.0",
+ "76": "6.0",
+ "78": "7.0",
+ "79": "8.0",
+ "80": "8.0",
+ "82": "9.0",
+ "83": "9.0",
+ "84": "10.0",
+ "85": "10.0",
+ "86": "11.0",
+ "87": "11.0",
+ "89": "12.0",
+ "90": "13.0",
+ "91": "13.0",
+ "92": "14.0",
+ "93": "14.0",
+ "94": "15.0",
+ "95": "16.0",
+ "96": "16.0",
+ "98": "17.0",
+ "99": "18.0",
+ "100": "18.0",
+ "102": "19.0",
+ "103": "20.0",
+ "104": "20.0",
+ "105": "21.0",
+ "106": "21.0",
+ "107": "22.0",
+ "108": "22.0",
+ "110": "23.0",
+ "111": "24.0",
+ "112": "24.0",
+ "114": "25.0",
+ "116": "26.0",
+ "118": "27.0",
+ "119": "28.0",
+ "120": "28.0"
+}; \ No newline at end of file