@bugsnag/node
Advanced tools
Comparing version 5.0.0-rc.1 to 5.0.0-rc.2
{ | ||
"name": "@bugsnag/node", | ||
"version": "5.0.0-rc.1", | ||
"version": "5.0.0-rc.2", | ||
"main": "dist/bugsnag.js", | ||
"types": "types/bugsnag.d.ts", | ||
"types": "dist/types/bugsnag.d.ts", | ||
"description": "Bugsnag error reporter for Node.js", | ||
@@ -16,8 +16,8 @@ "homepage": "https://www.bugsnag.com/", | ||
"files": [ | ||
"dist", | ||
"types" | ||
"dist" | ||
], | ||
"scripts": { | ||
"clean": "rm -fr dist && mkdir dist", | ||
"build": "npm run clean && npm run build:dist", | ||
"bundle-types": "../../bin/bundle-types", | ||
"build": "npm run clean && npm run build:dist npm run bundle-types", | ||
"build:dist": "../../bin/bundle src/notifier.js --node --exclude=iserror,stack-generator,error-stack-parser,request,pump,byline --standalone=bugsnag | ../../bin/extract-source-map dist/bugsnag.js", | ||
@@ -29,13 +29,13 @@ "test": "bundle exec maze-runner" | ||
"devDependencies": { | ||
"@bugsnag/core": "^5.0.0-rc.1", | ||
"@bugsnag/delivery-node": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-contextualize": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-intercept": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-node-device": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-node-in-project": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-node-surrounding-code": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-server-session": "^5.0.0-rc.1", | ||
"@bugsnag/plugin-strip-project-root": "^5.0.0-rc.1", | ||
"@bugsnag/core": "^5.0.0-rc.2", | ||
"@bugsnag/delivery-node": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-contextualize": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-intercept": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-node-device": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-node-in-project": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-node-surrounding-code": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-server-session": "^5.0.0-rc.2", | ||
"@bugsnag/plugin-strip-project-root": "^5.0.0-rc.2", | ||
"jasmine": "^3.1.0", | ||
@@ -52,3 +52,3 @@ "nyc": "^12.0.2" | ||
}, | ||
"gitHead": "2863a379a6bdbffdbd857a2c9f534a07d49d1de3" | ||
"gitHead": "dd911f91173dde7ae952d5c435f9c912296bdab9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196893
14
1993