Skip to content

Commit 33aca34

Browse files
committed
v7.16.1
1 parent b22fb5d commit 33aca34

File tree

154 files changed

+331
-331
lines changed

Some content is hidden

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

154 files changed

+331
-331
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.16.0"
6+
"version": "7.16.1"
77
}

packages/browser/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "dist/bugsnag.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",
@@ -32,29 +32,29 @@
3232
"license": "MIT",
3333
"devDependencies": {
3434
"@bugsnag/core": "^7.0.1",
35-
"@bugsnag/delivery-x-domain-request": "^7.16.0",
36-
"@bugsnag/delivery-xml-http-request": "^7.16.0",
37-
"@bugsnag/plugin-app-duration": "^7.16.0",
38-
"@bugsnag/plugin-browser-context": "^7.16.0",
39-
"@bugsnag/plugin-browser-device": "^7.16.0",
40-
"@bugsnag/plugin-browser-request": "^7.16.0",
41-
"@bugsnag/plugin-browser-session": "^7.16.0",
42-
"@bugsnag/plugin-client-ip": "^7.16.0",
43-
"@bugsnag/plugin-console-breadcrumbs": "^7.16.0",
44-
"@bugsnag/plugin-inline-script-content": "^7.16.0",
45-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.16.0",
46-
"@bugsnag/plugin-navigation-breadcrumbs": "^7.16.0",
47-
"@bugsnag/plugin-network-breadcrumbs": "^7.16.0",
48-
"@bugsnag/plugin-simple-throttle": "^7.16.0",
49-
"@bugsnag/plugin-strip-query-string": "^7.16.0",
50-
"@bugsnag/plugin-window-onerror": "^7.16.0",
51-
"@bugsnag/plugin-window-unhandled-rejection": "^7.16.0",
35+
"@bugsnag/delivery-x-domain-request": "^7.16.1",
36+
"@bugsnag/delivery-xml-http-request": "^7.16.1",
37+
"@bugsnag/plugin-app-duration": "^7.16.1",
38+
"@bugsnag/plugin-browser-context": "^7.16.1",
39+
"@bugsnag/plugin-browser-device": "^7.16.1",
40+
"@bugsnag/plugin-browser-request": "^7.16.1",
41+
"@bugsnag/plugin-browser-session": "^7.16.1",
42+
"@bugsnag/plugin-client-ip": "^7.16.1",
43+
"@bugsnag/plugin-console-breadcrumbs": "^7.16.1",
44+
"@bugsnag/plugin-inline-script-content": "^7.16.1",
45+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.16.1",
46+
"@bugsnag/plugin-navigation-breadcrumbs": "^7.16.1",
47+
"@bugsnag/plugin-network-breadcrumbs": "^7.16.1",
48+
"@bugsnag/plugin-simple-throttle": "^7.16.1",
49+
"@bugsnag/plugin-strip-query-string": "^7.16.1",
50+
"@bugsnag/plugin-window-onerror": "^7.16.1",
51+
"@bugsnag/plugin-window-unhandled-rejection": "^7.16.1",
5252
"cloudfront": "^0.4.1",
5353
"knox": "^0.9.2",
5454
"mime": "1.4.1",
5555
"semver": "^5.5.1"
5656
},
5757
"dependencies": {
58-
"@bugsnag/core": "^7.16.0"
58+
"@bugsnag/core": "^7.16.1"
5959
}
6060
}

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsnag/core",
33
"main": "index.js",
4-
"version": "7.16.0",
4+
"version": "7.16.1",
55
"types": "types/index.d.ts",
66
"description": "Core classes and utilities for Bugsnag notifiers",
77
"homepage": "https://www.bugsnag.com/",

packages/delivery-electron/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-electron",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/electron delivery mechanism to send events, sessions, and crash dumps from Electron apps",
66
"homepage": "https://www.bugsnag.com/",
@@ -17,9 +17,9 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^7.16.0",
21-
"@bugsnag/electron-network-status": "^7.16.0",
22-
"@bugsnag/plugin-electron-client-state-manager": "^7.16.0"
20+
"@bugsnag/core": "^7.16.1",
21+
"@bugsnag/electron-network-status": "^7.16.1",
22+
"@bugsnag/plugin-electron-client-state-manager": "^7.16.1"
2323
},
2424
"peerDependencies": {
2525
"@bugsnag/core": "^7.9.2",

packages/delivery-expo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-expo",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism to send events and sessions from Expo, using the FileSystem API to cache and retry sending failed payloads",
66
"homepage": "https://www.bugsnag.com/",
@@ -22,7 +22,7 @@
2222
"expo-file-system": "~13.1.0"
2323
},
2424
"devDependencies": {
25-
"@bugsnag/core": "^7.16.0"
25+
"@bugsnag/core": "^7.16.1"
2626
},
2727
"peerDependencies": {
2828
"@bugsnag/core": "^7.0.0"

packages/delivery-node/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-node",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/node delivery mechanism",
66
"homepage": "https://www.bugsnag.com/",
@@ -17,7 +17,7 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^7.16.0"
20+
"@bugsnag/core": "^7.16.1"
2121
},
2222
"peerDependencies": {
2323
"@bugsnag/core": "^7.0.0"

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-react-native",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for React Native",
66
"homepage": "https://www.bugsnag.com/",
@@ -17,7 +17,7 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^7.16.0"
20+
"@bugsnag/core": "^7.16.1"
2121
},
2222
"peerDependencies": {
2323
"@bugsnag/core": "^7.0.0"

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-x-domain-request",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
66
"homepage": "https://www.bugsnag.com/",
@@ -17,7 +17,7 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^7.16.0"
20+
"@bugsnag/core": "^7.16.1"
2121
},
2222
"peerDependencies": {
2323
"@bugsnag/core": "^7.0.0"

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-xml-http-request",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for most browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -17,7 +17,7 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^7.16.0"
20+
"@bugsnag/core": "^7.16.1"
2121
},
2222
"peerDependencies": {
2323
"@bugsnag/core": "^7.0.0"

packages/electron-network-status/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@bugsnag/electron-network-status",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "network-status.js",
55
"description": "@bugsnag/electron package for watching network status",
66
"author": "Bugsnag",
77
"license": "MIT",
88
"homepage": "https://www.bugsnag.com/",
99
"devDependencies": {
10-
"@bugsnag/core": "^7.16.0",
11-
"@bugsnag/plugin-electron-client-state-manager": "^7.16.0"
10+
"@bugsnag/core": "^7.16.1",
11+
"@bugsnag/plugin-electron-client-state-manager": "^7.16.1"
1212
},
1313
"peerDependencies": {
1414
"@bugsnag/core": "^7.10.0"

packages/electron-test-helpers/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron-test-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron-test-helpers",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "helpers.ts",
55
"description": "Test helpers for @bugsnag/electron",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"helpers.ts"
1616
],
1717
"devDependencies": {
18-
"@bugsnag/core": "^7.16.0"
18+
"@bugsnag/core": "^7.16.1"
1919
},
2020
"author": "Bugsnag",
2121
"license": "MIT"

packages/electron/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron",
3-
"version": "7.16.0",
3+
"version": "7.16.1",
44
"main": "src/notifier.js",
55
"types": "types/notifier.d.ts",
66
"description": "@bugsnag/electron notifier",
@@ -16,35 +16,35 @@
1616
"author": "Bugsnag",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@bugsnag/core": "^7.16.0",
20-
"@bugsnag/delivery-electron": "^7.16.0",
19+
"@bugsnag/core": "^7.16.1",
20+
"@bugsnag/delivery-electron": "^7.16.1",
2121
"@bugsnag/electron-filestore": "^7.15.1",
22-
"@bugsnag/electron-network-status": "^7.16.0",
23-
"@bugsnag/plugin-console-breadcrumbs": "^7.16.0",
24-
"@bugsnag/plugin-electron-app": "^7.16.0",
25-
"@bugsnag/plugin-electron-app-breadcrumbs": "^7.16.0",
26-
"@bugsnag/plugin-electron-client-state-manager": "^7.16.0",
27-
"@bugsnag/plugin-electron-client-state-persistence": "^7.16.0",
28-
"@bugsnag/plugin-electron-deliver-minidumps": "^7.16.0",
29-
"@bugsnag/plugin-electron-device": "^7.16.0",
30-
"@bugsnag/plugin-electron-ipc": "^7.16.0",
31-
"@bugsnag/plugin-electron-net-breadcrumbs": "^7.16.0",
32-
"@bugsnag/plugin-electron-network-status": "^7.16.0",
33-
"@bugsnag/plugin-electron-preload-error": "^7.16.0",
34-
"@bugsnag/plugin-electron-process-info": "^7.16.0",
35-
"@bugsnag/plugin-electron-renderer-client-state-updates": "^7.16.0",
36-
"@bugsnag/plugin-electron-renderer-event-data": "^7.16.0",
37-
"@bugsnag/plugin-electron-renderer-strip-project-root": "^7.16.0",
38-
"@bugsnag/plugin-electron-session": "^7.16.0",
39-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.16.0",
40-
"@bugsnag/plugin-internal-callback-marker": "^7.16.0",
41-
"@bugsnag/plugin-network-breadcrumbs": "^7.16.0",
42-
"@bugsnag/plugin-node-surrounding-code": "^7.16.0",
43-
"@bugsnag/plugin-node-uncaught-exception": "^7.16.0",
44-
"@bugsnag/plugin-node-unhandled-rejection": "^7.16.0",
45-
"@bugsnag/plugin-stackframe-path-normaliser": "^7.16.0",
46-
"@bugsnag/plugin-strip-project-root": "^7.16.0",
47-
"@bugsnag/plugin-window-onerror": "^7.16.0",
48-
"@bugsnag/plugin-window-unhandled-rejection": "^7.16.0"
22+
"@bugsnag/electron-network-status": "^7.16.1",
23+
"@bugsnag/plugin-console-breadcrumbs": "^7.16.1",
24+
"@bugsnag/plugin-electron-app": "^7.16.1",
25+
"@bugsnag/plugin-electron-app-breadcrumbs": "^7.16.1",
26+
"@bugsnag/plugin-electron-client-state-manager": "^7.16.1",
27+
"@bugsnag/plugin-electron-client-state-persistence": "^7.16.1",
28+
"@bugsnag/plugin-electron-deliver-minidumps": "^7.16.1",
29+
"@bugsnag/plugin-electron-device": "^7.16.1",
30+
"@bugsnag/plugin-electron-ipc": "^7.16.1",
31+
"@bugsnag/plugin-electron-net-breadcrumbs": "^7.16.1",
32+
"@bugsnag/plugin-electron-network-status": "^7.16.1",
33+
"@bugsnag/plugin-electron-preload-error": "^7.16.1",
34+
"@bugsnag/plugin-electron-process-info": "^7.16.1",
35+
"@bugsnag/plugin-electron-renderer-client-state-updates": "^7.16.1",
36+
"@bugsnag/plugin-electron-renderer-event-data": "^7.16.1",
37+
"@bugsnag/plugin-electron-renderer-strip-project-root": "^7.16.1",
38+
"@bugsnag/plugin-electron-session": "^7.16.1",
39+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.16.1",
40+
"@bugsnag/plugin-internal-callback-marker": "^7.16.1",
41+
"@bugsnag/plugin-network-breadcrumbs": "^7.16.1",
42+
"@bugsnag/plugin-node-surrounding-code": "^7.16.1",
43+
"@bugsnag/plugin-node-uncaught-exception": "^7.16.1",
44+
"@bugsnag/plugin-node-unhandled-rejection": "^7.16.1",
45+
"@bugsnag/plugin-stackframe-path-normaliser": "^7.16.1",
46+
"@bugsnag/plugin-strip-project-root": "^7.16.1",
47+
"@bugsnag/plugin-window-onerror": "^7.16.1",
48+
"@bugsnag/plugin-window-unhandled-rejection": "^7.16.1"
4949
}
5050
}

packages/expo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)