@backtrace/electron
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@backtrace/electron", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Backtrace-JavaScript Electron integration", | ||
@@ -67,3 +67,3 @@ "main": "./main/index.cjs", | ||
"lint": "eslint src --ext .ts", | ||
"prepublishOnly": "cross-env NODE_ENV=production npm run build", | ||
"prepublishOnly": "npm run clean && cross-env NODE_ENV=production npm run build", | ||
"watch": "concurrently \"tsc -p tsconfig.main.json --noEmit --watch\" \"tsc -p tsconfig.renderer.json --noEmit --watch\" \"rollup -c rollup.config.mjs --watch\"" | ||
@@ -93,3 +93,3 @@ }, | ||
"dependencies": { | ||
"@backtrace/node": "^0.6.1" | ||
"@backtrace/node": "^0.6.2" | ||
}, | ||
@@ -96,0 +96,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
815958
4409
Updated@backtrace/node@^0.6.2