Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b65c33

Browse files
v7.0.0
1 parent 278712f commit 0b65c33

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

AltStyle によって変換されたページ (->オリジナル) /