UNPKG

@sentry/hub

Version:
32 lines 778 B
{ "name": "@sentry/hub", "version": "7.70.0", "description": "Sentry hub which handles global state managment.", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub", "author": "Sentry", "license": "MIT", "engines": { "node": ">=8" }, "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", "typesVersions": { "<4.9": { "types/index.d.ts": [ "types-ts3.8/index.d.ts" ] } }, "publishConfig": { "access": "public" }, "dependencies": { "@sentry/core": "7.70.0", "@sentry/types": "7.70.0", "@sentry/utils": "7.70.0", "tslib": "^2.4.1 || ^1.9.3" }, "sideEffects": false }