Skip to content

Commit 0b302ff

Browse files
committed
v7.0.0-rc.3
1 parent d8aab1c commit 0b302ff

File tree

91 files changed

+174
-174
lines changed

Some content is hidden

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

91 files changed

+174
-174
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.0.0-rc.2"
6+
"version": "7.0.0-rc.3"
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "dist/bugsnag.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",
@@ -32,23 +32,23 @@
3232
"author": "Bugsnag",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@bugsnag/core": "^7.0.0-rc.2",
36-
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.2",
37-
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.2",
38-
"@bugsnag/plugin-browser-context": "^7.0.0-rc.2",
39-
"@bugsnag/plugin-browser-device": "^7.0.0-rc.2",
40-
"@bugsnag/plugin-browser-request": "^7.0.0-rc.2",
41-
"@bugsnag/plugin-browser-session": "^7.0.0-rc.2",
42-
"@bugsnag/plugin-client-ip": "^7.0.0-rc.2",
43-
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.2",
44-
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.2",
45-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.2",
46-
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.2",
47-
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.2",
48-
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.2",
49-
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.2",
50-
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.2",
51-
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.2",
35+
"@bugsnag/core": "^7.0.0-rc.3",
36+
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.3",
37+
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.3",
38+
"@bugsnag/plugin-browser-context": "^7.0.0-rc.3",
39+
"@bugsnag/plugin-browser-device": "^7.0.0-rc.3",
40+
"@bugsnag/plugin-browser-request": "^7.0.0-rc.3",
41+
"@bugsnag/plugin-browser-session": "^7.0.0-rc.3",
42+
"@bugsnag/plugin-client-ip": "^7.0.0-rc.3",
43+
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.3",
44+
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.3",
45+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.3",
46+
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.3",
47+
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.3",
48+
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.3",
49+
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.3",
50+
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.3",
51+
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.3",
5252
"cloudfront": "^0.4.1",
5353
"jasmine": "^3.1.0",
5454
"knox": "^0.9.2",

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.0.0-rc.2",
4+
"version": "7.0.0-rc.3",
55
"types": "types/index.d.ts",
66
"description": "Core classes and utilities for Bugsnag notifiers",
77
"homepage": "https://www.bugsnag.com/",

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.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
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/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2",
23+
"@bugsnag/core": "^7.0.0-rc.3",
2424
"@react-native-community/netinfo": "4.6.0",
2525
"expo-file-system": "^6.0.2"
2626
},

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.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/node delivery mechanism",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2"
23+
"@bugsnag/core": "^7.0.0-rc.3"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.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.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2"
23+
"@bugsnag/core": "^7.0.0-rc.3"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.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.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for most browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2"
23+
"@bugsnag/core": "^7.0.0-rc.3"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.0",

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.

packages/expo/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/expo",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "src/notifier.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Expo applications",
@@ -45,19 +45,19 @@
4545
"typescript": "^3.7.5"
4646
},
4747
"dependencies": {
48-
"@bugsnag/core": "^7.0.0-rc.2",
49-
"@bugsnag/delivery-expo": "^7.0.0-rc.2",
50-
"@bugsnag/plugin-browser-session": "^7.0.0-rc.2",
51-
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.2",
52-
"@bugsnag/plugin-expo-app": "^7.0.0-rc.2",
53-
"@bugsnag/plugin-expo-device": "^7.0.0-rc.2",
54-
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.2",
55-
"@bugsnag/plugin-react": "^7.0.0-rc.2",
56-
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0-rc.2",
57-
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0-rc.2",
58-
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0-rc.2",
59-
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0-rc.2",
60-
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0-rc.2",
48+
"@bugsnag/core": "^7.0.0-rc.3",
49+
"@bugsnag/delivery-expo": "^7.0.0-rc.3",
50+
"@bugsnag/plugin-browser-session": "^7.0.0-rc.3",
51+
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.3",
52+
"@bugsnag/plugin-expo-app": "^7.0.0-rc.3",
53+
"@bugsnag/plugin-expo-device": "^7.0.0-rc.3",
54+
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.3",
55+
"@bugsnag/plugin-react": "^7.0.0-rc.3",
56+
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0-rc.3",
57+
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0-rc.3",
58+
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0-rc.3",
59+
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0-rc.3",
60+
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0-rc.3",
6161
"bugsnag-build-reporter": "^1.0.1",
6262
"bugsnag-sourcemaps": "^1.1.0",
6363
"expo-constants": "^6.0.0"

packages/js/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/js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/js",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.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.0.0-rc.2",
37-
"@bugsnag/node": "^7.0.0-rc.2"
36+
"@bugsnag/browser": "^7.0.0-rc.3",
37+
"@bugsnag/node": "^7.0.0-rc.3"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.0.0",

packages/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/node/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/node",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "dist/bugsnag.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Node.js",
@@ -25,17 +25,17 @@
2525
"author": "Bugsnag",
2626
"license": "MIT",
2727
"devDependencies": {
28-
"@bugsnag/core": "^7.0.0-rc.2",
29-
"@bugsnag/delivery-node": "^7.0.0-rc.2",
30-
"@bugsnag/plugin-contextualize": "^7.0.0-rc.2",
31-
"@bugsnag/plugin-intercept": "^7.0.0-rc.2",
32-
"@bugsnag/plugin-node-device": "^7.0.0-rc.2",
33-
"@bugsnag/plugin-node-in-project": "^7.0.0-rc.2",
34-
"@bugsnag/plugin-node-surrounding-code": "^7.0.0-rc.2",
35-
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0-rc.2",
36-
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0-rc.2",
37-
"@bugsnag/plugin-server-session": "^7.0.0-rc.2",
38-
"@bugsnag/plugin-strip-project-root": "^7.0.0-rc.2",
28+
"@bugsnag/core": "^7.0.0-rc.3",
29+
"@bugsnag/delivery-node": "^7.0.0-rc.3",
30+
"@bugsnag/plugin-contextualize": "^7.0.0-rc.3",
31+
"@bugsnag/plugin-intercept": "^7.0.0-rc.3",
32+
"@bugsnag/plugin-node-device": "^7.0.0-rc.3",
33+
"@bugsnag/plugin-node-in-project": "^7.0.0-rc.3",
34+
"@bugsnag/plugin-node-surrounding-code": "^7.0.0-rc.3",
35+
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0-rc.3",
36+
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0-rc.3",
37+
"@bugsnag/plugin-server-session": "^7.0.0-rc.3",
38+
"@bugsnag/plugin-strip-project-root": "^7.0.0-rc.3",
3939
"jasmine": "^3.1.0",
4040
"nyc": "^12.0.2"
4141
},

packages/plugin-angular/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/plugin-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-angular",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"description": "Angular integration for bugsnag-js",
55
"main": "dist/es5/index.js",
66
"browser": "dist/es5/index.js",
@@ -35,7 +35,7 @@
3535
"@angular/compiler": "^7.2.15",
3636
"@angular/compiler-cli": "^7.2.15",
3737
"@angular/core": "^7.2.15",
38-
"@bugsnag/js": "^7.0.0-rc.2",
38+
"@bugsnag/js": "^7.0.0-rc.3",
3939
"rxjs": "^5.5.8",
4040
"typescript": "^3.2.4",
4141
"zone.js": "^0.8.26"

packages/plugin-browser-context/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/plugin-browser-context/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-context",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "context.js",
55
"description": "@bugsnag/js plugin to set event context in browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2",
23+
"@bugsnag/core": "^7.0.0-rc.3",
2424
"jasmine": "^3.1.0",
2525
"nyc": "^12.0.2"
2626
}

packages/plugin-browser-device/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/plugin-browser-device/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-device",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "device.js",
55
"description": "@bugsnag/js plugin to set device info in browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2",
23+
"@bugsnag/core": "^7.0.0-rc.3",
2424
"jasmine": "^3.1.0",
2525
"nyc": "^12.0.2"
2626
}

packages/plugin-browser-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/plugin-browser-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/plugin-browser-request",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0-rc.3",
44
"main": "request.js",
55
"description": "@bugsnag/js plugin to set request info in browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.2",
23+
"@bugsnag/core": "^7.0.0-rc.3",
2424
"jasmine": "^3.1.0",
2525
"nyc": "^12.0.2"
2626
}

packages/plugin-browser-session/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)