-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
Release v7.1.0
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "7.0.2" | ||
"version": "7.1.0-alpha.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "@bugsnag/browser", | ||
"version": "7.0.1", | ||
"version": "7.1.0-alpha.0", | ||
"main": "dist/bugsnag.js", | ||
"types": "dist/types/bugsnag.d.ts", | ||
"types": "types/bugsnag.d.ts", | ||
"description": "Bugsnag error reporter for browser JavaScript", | ||
"homepage": "https://www.bugsnag.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:bugsnag/bugsnag-js.git" | ||
}, | ||
"browser": { | ||
"dist/types/bugsnag": "./dist/bugsnag.js" | ||
"types/bugsnag": "./dist/bugsnag.js" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"types" | ||
], | ||
"scripts": { | ||
"size": "./bin/size", | ||
"clean": "rm -fr dist && mkdir dist", | ||
"bundle-types": "../../bin/bundle-types bugsnag", | ||
"build": "npm run clean && npm run build:dist && npm run build:dist:min && npm run bundle-types", | ||
"build": "npm run clean && npm run build:dist && npm run build:dist:min", | ||
"build:dist": "NODE_ENV=production IS_BROWSER=yes ../../bin/bundle src/notifier.js --standalone=Bugsnag | ../../bin/extract-source-map dist/bugsnag.js", | ||
"build:dist:min": "NODE_ENV=production IS_BROWSER=yes ../../bin/bundle src/notifier.js --standalone=Bugsnag | ../../bin/minify dist/bugsnag.min.js", | ||
"test:types": "jasmine 'types/**/*.test.js'", | ||
|
@@ -33,28 +33,31 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"@bugsnag/core": "^7.0.1", | ||
"@bugsnag/delivery-x-domain-request": "^7.0.1", | ||
"@bugsnag/delivery-xml-http-request": "^7.0.1", | ||
"@bugsnag/plugin-browser-context": "^7.0.1", | ||
"@bugsnag/plugin-browser-device": "^7.0.1", | ||
"@bugsnag/plugin-browser-request": "^7.0.1", | ||
"@bugsnag/plugin-browser-session": "^7.0.1", | ||
"@bugsnag/plugin-client-ip": "^7.0.1", | ||
"@bugsnag/plugin-console-breadcrumbs": "^7.0.1", | ||
"@bugsnag/plugin-inline-script-content": "^7.0.1", | ||
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.1", | ||
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.1", | ||
"@bugsnag/plugin-network-breadcrumbs": "^7.0.1", | ||
"@bugsnag/plugin-simple-throttle": "^7.0.1", | ||
"@bugsnag/plugin-strip-query-string": "^7.0.1", | ||
"@bugsnag/plugin-window-onerror": "^7.0.1", | ||
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.1", | ||
"@bugsnag/delivery-x-domain-request": "^7.1.0-alpha.0", | ||
"@bugsnag/delivery-xml-http-request": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-browser-context": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-browser-device": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-browser-request": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-browser-session": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-client-ip": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-console-breadcrumbs": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-inline-script-content": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-interaction-breadcrumbs": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-navigation-breadcrumbs": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-network-breadcrumbs": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-simple-throttle": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-strip-query-string": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-window-onerror": "^7.1.0-alpha.0", | ||
"@bugsnag/plugin-window-unhandled-rejection": "^7.1.0-alpha.0", | ||
"cloudfront": "^0.4.1", | ||
"jasmine": "^3.1.0", | ||
"knox": "^0.9.2", | ||
"mime": "1.4.1", | ||
"nyc": "^12.0.2", | ||
"semver": "^5.5.1", | ||
"typescript": "^3.7.5" | ||
}, | ||
"dependencies": { | ||
"@bugsnag/core": "^7.1.0-alpha.0" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.