Skip to content

Commit 08e9fdc

Browse files
committed
v7.0.0-rc.6
1 parent 08555ed commit 08e9fdc

File tree

93 files changed

+176
-176
lines changed

Some content is hidden

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

93 files changed

+176
-176
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.5"
6+
"version": "7.0.0-rc.6"
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.5",
3+
"version": "7.0.0-rc.6",
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.5",
36-
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.5",
37-
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.5",
38-
"@bugsnag/plugin-browser-context": "^7.0.0-rc.5",
39-
"@bugsnag/plugin-browser-device": "^7.0.0-rc.5",
40-
"@bugsnag/plugin-browser-request": "^7.0.0-rc.5",
41-
"@bugsnag/plugin-browser-session": "^7.0.0-rc.5",
42-
"@bugsnag/plugin-client-ip": "^7.0.0-rc.5",
43-
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.5",
44-
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.5",
45-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.5",
46-
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.5",
47-
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.5",
48-
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.5",
49-
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.5",
50-
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.5",
51-
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.5",
35+
"@bugsnag/core": "^7.0.0-rc.6",
36+
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.6",
37+
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.6",
38+
"@bugsnag/plugin-browser-context": "^7.0.0-rc.6",
39+
"@bugsnag/plugin-browser-device": "^7.0.0-rc.6",
40+
"@bugsnag/plugin-browser-request": "^7.0.0-rc.6",
41+
"@bugsnag/plugin-browser-session": "^7.0.0-rc.6",
42+
"@bugsnag/plugin-client-ip": "^7.0.0-rc.6",
43+
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.6",
44+
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.6",
45+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.6",
46+
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.6",
47+
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.6",
48+
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.6",
49+
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.6",
50+
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.6",
51+
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.6",
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.5",
4+
"version": "7.0.0-rc.6",
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.5",
3+
"version": "7.0.0-rc.6",
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.5",
23+
"@bugsnag/core": "^7.0.0-rc.6",
2424
"@react-native-community/netinfo": "5.5.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.5",
3+
"version": "7.0.0-rc.6",
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.5"
23+
"@bugsnag/core": "^7.0.0-rc.6"
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.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy