Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Nov 21, 2018
1 parent 64f6928 commit d0d9cd0
Show file tree
Hide file tree
Showing 37 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.0.0-rc.5"
"version": "5.0.0"
}
36 changes: 18 additions & 18 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/browser",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for browser JavaScript",
Expand Down Expand Up @@ -30,23 +30,23 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/delivery-x-domain-request": "^5.0.0-rc.5",
"@bugsnag/delivery-xml-http-request": "^5.0.0-rc.5",
"@bugsnag/plugin-browser-context": "^5.0.0-rc.5",
"@bugsnag/plugin-browser-device": "^5.0.0-rc.5",
"@bugsnag/plugin-browser-request": "^5.0.0-rc.5",
"@bugsnag/plugin-browser-session": "^5.0.0-rc.5",
"@bugsnag/plugin-client-ip": "^5.0.0-rc.5",
"@bugsnag/plugin-console-breadcrumbs": "^5.0.0-rc.5",
"@bugsnag/plugin-inline-script-content": "^5.0.0-rc.5",
"@bugsnag/plugin-interaction-breadcrumbs": "^5.0.0-rc.5",
"@bugsnag/plugin-navigation-breadcrumbs": "^5.0.0-rc.5",
"@bugsnag/plugin-network-breadcrumbs": "^5.0.0-rc.5",
"@bugsnag/plugin-simple-throttle": "^5.0.0-rc.5",
"@bugsnag/plugin-strip-query-string": "^5.0.0-rc.5",
"@bugsnag/plugin-window-onerror": "^5.0.0-rc.5",
"@bugsnag/plugin-window-unhandled-rejection": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"@bugsnag/delivery-x-domain-request": "^5.0.0",
"@bugsnag/delivery-xml-http-request": "^5.0.0",
"@bugsnag/plugin-browser-context": "^5.0.0",
"@bugsnag/plugin-browser-device": "^5.0.0",
"@bugsnag/plugin-browser-request": "^5.0.0",
"@bugsnag/plugin-browser-session": "^5.0.0",
"@bugsnag/plugin-client-ip": "^5.0.0",
"@bugsnag/plugin-console-breadcrumbs": "^5.0.0",
"@bugsnag/plugin-inline-script-content": "^5.0.0",
"@bugsnag/plugin-interaction-breadcrumbs": "^5.0.0",
"@bugsnag/plugin-navigation-breadcrumbs": "^5.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^5.0.0",
"@bugsnag/plugin-simple-throttle": "^5.0.0",
"@bugsnag/plugin-strip-query-string": "^5.0.0",
"@bugsnag/plugin-window-onerror": "^5.0.0",
"@bugsnag/plugin-window-unhandled-rejection": "^5.0.0",
"cloudfront": "^0.4.1",
"jasmine": "^3.1.0",
"knox": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/core",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"types": "types/index.d.ts",
"description": "Core classes and utilities for Bugsnag notifiers",
"homepage": "https://www.bugsnag.com/",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-node",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "delivery.js",
"description": "@bugsnag/node delivery mechanism",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"request": "^2.87.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-x-domain-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-x-domain-request",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-xml-http-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-xml-http-request",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism for most browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/js",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "node/notifier.js",
"browser": "browser/notifier.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^5.0.0-rc.5",
"@bugsnag/node": "^5.0.0-rc.5"
"@bugsnag/browser": "^5.0.0",
"@bugsnag/node": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/node",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Node.js",
Expand All @@ -26,17 +26,17 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/delivery-node": "^5.0.0-rc.5",
"@bugsnag/plugin-contextualize": "^5.0.0-rc.5",
"@bugsnag/plugin-intercept": "^5.0.0-rc.5",
"@bugsnag/plugin-node-device": "^5.0.0-rc.5",
"@bugsnag/plugin-node-in-project": "^5.0.0-rc.5",
"@bugsnag/plugin-node-surrounding-code": "^5.0.0-rc.5",
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0-rc.5",
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0-rc.5",
"@bugsnag/plugin-server-session": "^5.0.0-rc.5",
"@bugsnag/plugin-strip-project-root": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"@bugsnag/delivery-node": "^5.0.0",
"@bugsnag/plugin-contextualize": "^5.0.0",
"@bugsnag/plugin-intercept": "^5.0.0",
"@bugsnag/plugin-node-device": "^5.0.0",
"@bugsnag/plugin-node-in-project": "^5.0.0",
"@bugsnag/plugin-node-surrounding-code": "^5.0.0",
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0",
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0",
"@bugsnag/plugin-server-session": "^5.0.0",
"@bugsnag/plugin-strip-project-root": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-angular",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"description": "Angular integration for bugsnag-js",
"main": "dist/index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"@bugsnag/js": "^5.0.0-rc.5",
"@bugsnag/js": "^5.0.0",
"rxjs": "^5.5.8",
"tslint": "^5.9.1",
"typescript": "2.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-context",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "context.js",
"description": "@bugsnag/js plugin to set report context in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-device",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "device.js",
"description": "@bugsnag/js plugin to set device info in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-request",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "request.js",
"description": "@bugsnag/js plugin to set request info in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-session",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "session.js",
"description": "@bugsnag/js plugin to enable session tracking in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-client-ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-client-ip",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "client-ip.js",
"description": "@bugsnag/js plugin to disable client IP from error reports",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-console-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-console-breadcrumbs",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "console-breadcrumbs.js",
"description": "@bugsnag/js plugin to record console log method calls as breadcrumbs",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-contextualize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-contextualize",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "contextualize.js",
"description": "@bugsnag/js plugin to add context to unhandled error reports",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-express",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "dist/bugsnag-express.js",
"types": "types/bugsnag-express.d.ts",
"description": "@bugsnag/js error handling middleware for Express (and Connect) web servers",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@bugsnag/node": "* || >=5.0.0-alpha.0"
},
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-inline-script-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-inline-script-content",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "inline-script-content.js",
"description": "@bugsnag/js plugin to attach inline script content to error reports",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-interaction-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-interaction-breadcrumbs",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "interaction-breadcrumbs.js",
"description": "@bugsnag/js plugin to record UI click events as breadcrumbs",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-intercept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-intercept",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "intercept.js",
"description": "@bugsnag/js plugin providing convenience functions for intercepting asynchronous errors",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^5.0.0-rc.5"
"@bugsnag/core": "^5.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-koa",
"version": "5.0.0-rc.5",
"version": "5.0.0",
"main": "dist/bugsnag-koa.js",
"types": "types/bugsnag-koa.d.ts",
"description": "@bugsnag/js error handling middleware for Koa web servers",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@bugsnag/node": "* || >=5.0.0-alpha.0"
},
"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.5",
"@bugsnag/core": "^5.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
Loading

0 comments on commit d0d9cd0

Please sign in to comment.