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,6 +1,6 @@
{
"name": "@tootallnate/once",
"version": "2.0.0",
"version": "2.0.1",
"description": "Creates a Promise that waits for a single event",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -11,11 +11,14 @@
"prebuild": "rimraf dist",
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"changeset": "changeset",
"version": "changeset version",
"release": "npm run build && changeset publish --tag legacy"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/once.git"
"url": "https://github.com/TooTallNate/once.git"
},
"keywords": [],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
@ -24,6 +27,7 @@
"url": "https://github.com/TooTallNate/once/issues"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@types/jest": "^27.0.2",
"@types/node": "^12.12.11",
"abort-controller": "^3.0.0",