Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Apr 14, 2020
1 parent 278712f commit 0b65c33
Show file tree
Hide file tree
Showing 93 changed files with 176 additions and 176 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": "7.0.0-rc.6"
"version": "7.0.0"
}
2 changes: 1 addition & 1 deletion packages/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.0.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for browser JavaScript",
Expand Down Expand Up @@ -32,23 +32,23 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.0.0-rc.6",
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.6",
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.6",
"@bugsnag/plugin-browser-context": "^7.0.0-rc.6",
"@bugsnag/plugin-browser-device": "^7.0.0-rc.6",
"@bugsnag/plugin-browser-request": "^7.0.0-rc.6",
"@bugsnag/plugin-browser-session": "^7.0.0-rc.6",
"@bugsnag/plugin-client-ip": "^7.0.0-rc.6",
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.6",
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.6",
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.6",
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.6",
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"@bugsnag/delivery-x-domain-request": "^7.0.0",
"@bugsnag/delivery-xml-http-request": "^7.0.0",
"@bugsnag/plugin-browser-context": "^7.0.0",
"@bugsnag/plugin-browser-device": "^7.0.0",
"@bugsnag/plugin-browser-request": "^7.0.0",
"@bugsnag/plugin-browser-session": "^7.0.0",
"@bugsnag/plugin-client-ip": "^7.0.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-inline-script-content": "^7.0.0",
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-simple-throttle": "^7.0.0",
"@bugsnag/plugin-strip-query-string": "^7.0.0",
"@bugsnag/plugin-window-onerror": "^7.0.0",
"@bugsnag/plugin-window-unhandled-rejection": "^7.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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bugsnag/core",
"main": "index.js",
"version": "7.0.0-rc.6",
"version": "7.0.0",
"types": "types/index.d.ts",
"description": "Core classes and utilities for Bugsnag notifiers",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/delivery-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-expo",
"version": "7.0.0-rc.6",
"version": "7.0.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism to send events and sessions from Expo, using the FileSystem API to cache and retry sending failed payloads",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"@react-native-community/netinfo": "5.5.0",
"expo-file-system": "^6.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.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": "^7.0.0-rc.6"
"@bugsnag/core": "^7.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-x-domain-request/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.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": "^7.0.0-rc.6"
"@bugsnag/core": "^7.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-xml-http-request/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.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": "^7.0.0-rc.6"
"@bugsnag/core": "^7.0.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-expo-cli",
"version": "7.0.0-rc.6",
"version": "7.0.0",
"description": "A tool to help integrate Bugsnag with an Expo app",
"bin": "cli.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/expo",
"version": "7.0.0-rc.6",
"version": "7.0.0",
"main": "src/notifier.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -45,19 +45,19 @@
"typescript": "^3.7.5"
},
"dependencies": {
"@bugsnag/core": "^7.0.0-rc.6",
"@bugsnag/delivery-expo": "^7.0.0-rc.6",
"@bugsnag/plugin-browser-session": "^7.0.0-rc.6",
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-expo-app": "^7.0.0-rc.6",
"@bugsnag/plugin-expo-device": "^7.0.0-rc.6",
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-react": "^7.0.0-rc.6",
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0-rc.6",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0-rc.6",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"@bugsnag/delivery-expo": "^7.0.0",
"@bugsnag/plugin-browser-session": "^7.0.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-expo-app": "^7.0.0",
"@bugsnag/plugin-expo-device": "^7.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-react": "^7.0.0",
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0",
"bugsnag-build-reporter": "^1.0.1",
"bugsnag-sourcemaps": "^1.1.0",
"expo-constants": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.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": "^7.0.0-rc.6",
"@bugsnag/node": "^7.0.0-rc.6"
"@bugsnag/browser": "^7.0.0",
"@bugsnag/node": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.0.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Node.js",
Expand All @@ -25,17 +25,17 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.0.0-rc.6",
"@bugsnag/delivery-node": "^7.0.0-rc.6",
"@bugsnag/plugin-contextualize": "^7.0.0-rc.6",
"@bugsnag/plugin-intercept": "^7.0.0-rc.6",
"@bugsnag/plugin-node-device": "^7.0.0-rc.6",
"@bugsnag/plugin-node-in-project": "^7.0.0-rc.6",
"@bugsnag/plugin-node-surrounding-code": "^7.0.0-rc.6",
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0-rc.6",
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0-rc.6",
"@bugsnag/plugin-server-session": "^7.0.0-rc.6",
"@bugsnag/plugin-strip-project-root": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"@bugsnag/delivery-node": "^7.0.0",
"@bugsnag/plugin-contextualize": "^7.0.0",
"@bugsnag/plugin-intercept": "^7.0.0",
"@bugsnag/plugin-node-device": "^7.0.0",
"@bugsnag/plugin-node-in-project": "^7.0.0",
"@bugsnag/plugin-node-surrounding-code": "^7.0.0",
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0",
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0",
"@bugsnag/plugin-server-session": "^7.0.0",
"@bugsnag/plugin-strip-project-root": "^7.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.0.0",
"description": "Angular integration for bugsnag-js",
"main": "dist/es5/index.js",
"browser": "dist/es5/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.15",
"@bugsnag/js": "^7.0.0-rc.6",
"@bugsnag/js": "^7.0.0",
"rxjs": "^5.5.8",
"typescript": "^3.2.4",
"zone.js": "^0.8.26"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-browser-context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.0.0",
"main": "context.js",
"description": "@bugsnag/js plugin to set event context in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-browser-device/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0-rc.6",
"version": "7.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": "^7.0.0-rc.6",
"@bugsnag/core": "^7.0.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down

0 comments on commit 0b65c33

Please sign in to comment.