Skip to content

Commit e993336

Browse files
v7.22.3
1 parent b7dac85 commit e993336

File tree

81 files changed

+129
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+129
-129
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.22.2"
6+
"version": "7.22.3"
77
}

packages/browser/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "7.21.0",
3+
"version": "7.22.3",
44
"main": "dist/bugsnag.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",
@@ -31,23 +31,23 @@
3131
"license": "MIT",
3232
"devDependencies": {
3333
"@bugsnag/core": "^7.0.1",
34-
"@bugsnag/delivery-x-domain-request": "^7.19.0",
35-
"@bugsnag/delivery-xml-http-request": "^7.20.2",
34+
"@bugsnag/delivery-x-domain-request": "^7.22.3",
35+
"@bugsnag/delivery-xml-http-request": "^7.22.3",
3636
"@bugsnag/plugin-app-duration": "^7.19.0",
37-
"@bugsnag/plugin-browser-context": "^7.19.0",
37+
"@bugsnag/plugin-browser-context": "^7.22.3",
3838
"@bugsnag/plugin-browser-device": "^7.20.0",
39-
"@bugsnag/plugin-browser-request": "^7.19.0",
40-
"@bugsnag/plugin-browser-session": "^7.19.0",
41-
"@bugsnag/plugin-client-ip": "^7.19.0",
42-
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
43-
"@bugsnag/plugin-inline-script-content": "^7.21.0",
44-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.20.2",
45-
"@bugsnag/plugin-navigation-breadcrumbs": "^7.19.0",
46-
"@bugsnag/plugin-network-breadcrumbs": "^7.19.0",
47-
"@bugsnag/plugin-simple-throttle": "^7.19.0",
48-
"@bugsnag/plugin-strip-query-string": "^7.19.0",
49-
"@bugsnag/plugin-window-onerror": "^7.20.0",
50-
"@bugsnag/plugin-window-unhandled-rejection": "^7.19.0"
39+
"@bugsnag/plugin-browser-request": "^7.22.3",
40+
"@bugsnag/plugin-browser-session": "^7.22.3",
41+
"@bugsnag/plugin-client-ip": "^7.22.3",
42+
"@bugsnag/plugin-console-breadcrumbs": "^7.22.3",
43+
"@bugsnag/plugin-inline-script-content": "^7.22.3",
44+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.22.3",
45+
"@bugsnag/plugin-navigation-breadcrumbs": "^7.22.3",
46+
"@bugsnag/plugin-network-breadcrumbs": "^7.22.3",
47+
"@bugsnag/plugin-simple-throttle": "^7.22.3",
48+
"@bugsnag/plugin-strip-query-string": "^7.22.3",
49+
"@bugsnag/plugin-window-onerror": "^7.22.3",
50+
"@bugsnag/plugin-window-unhandled-rejection": "^7.22.3"
5151
},
5252
"dependencies": {
5353
"@bugsnag/core": "^7.19.0"

packages/delivery-node/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-node",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/node delivery mechanism",
66
"homepage": "https://www.bugsnag.com/",

packages/delivery-react-native/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-react-native",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for React Native",
66
"homepage": "https://www.bugsnag.com/",

packages/delivery-x-domain-request/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-x-domain-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-x-domain-request",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
66
"homepage": "https://www.bugsnag.com/",

packages/delivery-xml-http-request/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-xml-http-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-xml-http-request",
3-
"version": "7.20.2",
3+
"version": "7.22.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for most browsers",
66
"homepage": "https://www.bugsnag.com/",

packages/electron/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron",
3-
"version": "7.22.2",
3+
"version": "7.22.3",
44
"main": "src/notifier.js",
55
"types": "types/notifier.d.ts",
66
"description": "@bugsnag/electron notifier",
@@ -20,7 +20,7 @@
2020
"@bugsnag/delivery-electron": "^7.22.1",
2121
"@bugsnag/electron-filestore": "^7.16.2",
2222
"@bugsnag/electron-network-status": "^7.19.0",
23-
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
23+
"@bugsnag/plugin-console-breadcrumbs": "^7.22.3",
2424
"@bugsnag/plugin-electron-app": "^7.22.2",
2525
"@bugsnag/plugin-electron-app-breadcrumbs": "^7.22.2",
2626
"@bugsnag/plugin-electron-client-state-manager": "^7.19.0",
@@ -35,16 +35,16 @@
3535
"@bugsnag/plugin-electron-renderer-client-state-updates": "^7.19.0",
3636
"@bugsnag/plugin-electron-renderer-event-data": "^7.22.2",
3737
"@bugsnag/plugin-electron-renderer-strip-project-root": "^7.22.2",
38-
"@bugsnag/plugin-electron-session": "^7.22.2",
39-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.20.2",
38+
"@bugsnag/plugin-electron-session": "^7.22.3",
39+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.22.3",
4040
"@bugsnag/plugin-internal-callback-marker": "^7.19.0",
41-
"@bugsnag/plugin-network-breadcrumbs": "^7.19.0",
41+
"@bugsnag/plugin-network-breadcrumbs": "^7.22.3",
4242
"@bugsnag/plugin-node-surrounding-code": "^7.19.0",
43-
"@bugsnag/plugin-node-uncaught-exception": "^7.19.0",
44-
"@bugsnag/plugin-node-unhandled-rejection": "^7.19.0",
43+
"@bugsnag/plugin-node-uncaught-exception": "^7.22.3",
44+
"@bugsnag/plugin-node-unhandled-rejection": "^7.22.3",
4545
"@bugsnag/plugin-stackframe-path-normaliser": "^7.19.0",
46-
"@bugsnag/plugin-strip-project-root": "^7.19.0",
47-
"@bugsnag/plugin-window-onerror": "^7.20.0",
48-
"@bugsnag/plugin-window-unhandled-rejection": "^7.19.0"
46+
"@bugsnag/plugin-strip-project-root": "^7.22.3",
47+
"@bugsnag/plugin-window-onerror": "^7.22.3",
48+
"@bugsnag/plugin-window-unhandled-rejection": "^7.22.3"
4949
}
5050
}

packages/js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/js",
3-
"version": "7.22.2",
3+
"version": "7.22.3",
44
"main": "node/notifier.js",
55
"browser": "browser/notifier.js",
66
"types": "types.d.ts",
@@ -33,8 +33,8 @@
3333
"author": "Bugsnag",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@bugsnag/browser": "^7.21.0",
37-
"@bugsnag/node": "^7.19.0"
36+
"@bugsnag/browser": "^7.22.3",
37+
"@bugsnag/node": "^7.22.3"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.0.0"

packages/node/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/node",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "dist/bugsnag.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Node.js",
@@ -24,18 +24,18 @@
2424
"author": "Bugsnag",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@bugsnag/delivery-node": "^7.19.0",
27+
"@bugsnag/delivery-node": "^7.22.3",
2828
"@bugsnag/plugin-app-duration": "^7.19.0",
29-
"@bugsnag/plugin-contextualize": "^7.19.0",
30-
"@bugsnag/plugin-intercept": "^7.19.0",
31-
"@bugsnag/plugin-node-device": "^7.19.0",
32-
"@bugsnag/plugin-node-in-project": "^7.19.0",
29+
"@bugsnag/plugin-contextualize": "^7.22.3",
30+
"@bugsnag/plugin-intercept": "^7.22.3",
31+
"@bugsnag/plugin-node-device": "^7.22.3",
32+
"@bugsnag/plugin-node-in-project": "^7.22.3",
3333
"@bugsnag/plugin-node-surrounding-code": "^7.19.0",
34-
"@bugsnag/plugin-node-uncaught-exception": "^7.19.0",
35-
"@bugsnag/plugin-node-unhandled-rejection": "^7.19.0",
34+
"@bugsnag/plugin-node-uncaught-exception": "^7.22.3",
35+
"@bugsnag/plugin-node-unhandled-rejection": "^7.22.3",
3636
"@bugsnag/plugin-server-session": "^7.19.0",
3737
"@bugsnag/plugin-stackframe-path-normaliser": "^7.19.0",
38-
"@bugsnag/plugin-strip-project-root": "^7.19.0"
38+
"@bugsnag/plugin-strip-project-root": "^7.22.3"
3939
},
4040
"dependencies": {
4141
"@bugsnag/core": "^7.19.0",

packages/plugin-angular/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-angular",
3-
"version": "7.22.2",
3+
"version": "7.22.3",
44
"description": "Angular integration for bugsnag-js",
55
"main": "dist/esm5/index.js",
66
"browser": "dist/esm5/index.js",
@@ -34,7 +34,7 @@
3434
"@angular/compiler": "^7.2.15",
3535
"@angular/compiler-cli": "^7.2.15",
3636
"@angular/core": "^7.2.15",
37-
"@bugsnag/js": "^7.22.2",
37+
"@bugsnag/js": "^7.22.3",
3838
"rxjs": "^5.5.8",
3939
"typescript": "^3.2.4",
4040
"zone.js": "^0.8.26"

packages/plugin-aws-lambda/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-aws-lambda/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-aws-lambda",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "dist/bugsnag-aws-lambda.js",
55
"types": "types/bugsnag-plugin-aws-lambda.d.ts",
66
"description": "AWS Lambda support for @bugsnag/node",
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"@bugsnag/in-flight": "^7.19.0",
27-
"@bugsnag/plugin-browser-session": "^7.19.0"
27+
"@bugsnag/plugin-browser-session": "^7.22.3"
2828
},
2929
"devDependencies": {
3030
"@bugsnag/core": "^7.19.0",

packages/plugin-browser-context/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-browser-context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-context",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "context.js",
55
"description": "@bugsnag/js plugin to set event context in browsers",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-browser-request/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-browser-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-request",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "request.js",
55
"description": "@bugsnag/js plugin to set request info in browsers",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-browser-session/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-browser-session/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-session",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "session.js",
55
"description": "@bugsnag/js plugin to enable session tracking in browsers",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-client-ip/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-client-ip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-client-ip",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "client-ip.js",
55
"description": "@bugsnag/js plugin to disable client IP from error reports",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-console-breadcrumbs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-console-breadcrumbs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-console-breadcrumbs",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "console-breadcrumbs.js",
55
"description": "@bugsnag/js plugin to record console log method calls as breadcrumbs",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-contextualize/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-contextualize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-contextualize",
3-
"version": "7.19.0",
3+
"version": "7.22.3",
44
"main": "contextualize.js",
55
"description": "@bugsnag/js plugin to add context to unhandled events",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-electron-session/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)