UNPKG

@atlaskit/report-error

Version:

Platform error reporter

85 lines (84 loc) 1.75 kB
{ "atlassian": { "team": "UIP Application Framework - Jupiter", "runReact18": true }, "repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo", "main": "dist/cjs/reportError.js", "module": "dist/esm/reportError.js", "module:es2019": "dist/es2019/reportError.js", "types": "dist/types/reportError.d.ts", "typesVersions": { ">=4.5 <5.4": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "sideEffects": [ "*.compiled.css" ], "atlaskit:src": "src/reportError.ts", "af:exports": { ".": "./src/reportError.ts" }, "dependencies": { "@atlaskit/platform-feature-flags": "*", "@babel/runtime": "^7.0.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@atlassian/feature-flags-test-utils": "*", "typescript": "~5.4.2" }, "techstack": { "@atlassian/frontend": { "import-structure": [ "atlassian-conventions" ], "circular-dependencies": [ "file-and-folder-level" ] }, "@repo/internal": { "dom-events": "use-bind-event-listener", "analytics": [ "analytics-next" ], "design-tokens": [ "color" ], "theming": [ "react-context" ], "ui-components": [ "lite-mode" ], "deprecation": [ "no-deprecated-imports" ], "styling": [ "static", "compiled" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "name": "@atlaskit/report-error", "version": "0.0.0", "description": "Platform error reporter", "author": "Atlassian Pty Ltd", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "platform-feature-flags": { "moving_jira_entry-points_api_under_platform": { "type": "boolean" } } }