Skip to content

Commit 33aca34

Browse files
author
Dan Skinner
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.

0 commit comments

Comments
 (0)