Skip to content

Commit

Permalink
fix: 🩹 update types and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 30, 2024
1 parent 84e527a commit fbe3919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugin-console-breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@bugsnag/plugin-console-breadcrumbs",
"version": "8.1.1",
"main": "dist/console-breadcrumbs.js",
"types": "dist/types/throttle.d.ts",
"types": "dist/types/console-breadcrumbs.d.ts",
"exports": {
".": {
"types": "./dist/types/throttle.d.ts",
"default": "./dist/throttle.js",
"import": "./dist/throttle.mjs"
"types": "./dist/types/console-breadcrumbs.d.ts",
"default": "./dist/console-breadcrumbs.js",
"import": "./dist/console-breadcrumbs.mjs"
}
},
"description": "@bugsnag/js plugin to record console log method calls as breadcrumbs",
Expand Down

0 comments on commit fbe3919

Please sign in to comment.