update electron to v43

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -1,20 +1,10 @@
{
"name": "tmp",
"version": "0.2.5",
"version": "0.2.7",
"description": "Temporary file and directory creator",
"author": "KARASZI István <github@spam.raszi.hu>",
"contributors": [
"Carsten Klein <trancesilken@gmail.com> (https://github.com/silkentrance)"
],
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
],
"contributors": ["Carsten Klein <trancesilken@gmail.com> (https://github.com/silkentrance)"],
"keywords": ["temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile"],
"license": "MIT",
"repository": "https://github.com/raszi/node-tmp.git",
"homepage": "http://github.com/raszi/node-tmp",
@ -33,9 +23,7 @@
"mocha": "^10.2.0"
},
"main": "lib/tmp.js",
"files": [
"lib/"
],
"files": ["lib/"],
"changelog": {
"labels": {
"breaking": ":boom: Breaking Change",