@backtrace/node
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -17,3 +17,3 @@ import EventEmitter from 'events'; | ||
*/ | ||
readonly fs?: NodeFileSystem; | ||
readonly fs: NodeFileSystem; | ||
} | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "@backtrace/node", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Backtrace-JavaScript Node.JS integration", | ||
@@ -14,3 +14,3 @@ "main": "lib/bundle.cjs", | ||
"lint": "eslint . --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.build.json --noEmit --watch\" \"rollup -c rollup.config.mjs --watch\"", | ||
@@ -17,0 +17,0 @@ "test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" NODE_NO_WARNINGS=1 NODE_ENV=test jest" |
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
258053
3410