@sentry/minimal
Advanced tools
Comparing version 6.15.0 to 6.16.0
{ | ||
"name": "@sentry/minimal", | ||
"version": "6.15.0", | ||
"version": "6.16.0", | ||
"description": "Sentry minimal library that can be used in other packages", | ||
@@ -19,21 +19,19 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "6.15.0", | ||
"@sentry/types": "6.15.0", | ||
"@sentry/hub": "6.16.0", | ||
"@sentry/types": "6.16.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"jest": "^24.7.1", | ||
"npm-run-all": "^4.1.2", | ||
"prettier": "1.19.0", | ||
"rimraf": "^2.6.3", | ||
"typescript": "3.7.5" | ||
}, | ||
"scripts": { | ||
"build": "run-p build:es5 build:esm", | ||
"build": "run-p build:cjs build:esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:dev": "run-s build", | ||
"build:es5": "tsc -p tsconfig.build.json", | ||
"build:es5": "yarn build:cjs # *** backwards compatibility - remove in v7 ***", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:watch": "run-p build:es5:watch build:esm:watch", | ||
"build:watch": "run-p build:cjs:watch build:esm:watch", | ||
"build:cjs:watch": "tsc -p tsconfig.cjs.json -w --preserveWatchOutput", | ||
"build:dev:watch": "run-s build:watch", | ||
"build:es5:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
"build:es5:watch": "yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***", | ||
"build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
@@ -40,0 +38,0 @@ "circularDepCheck": "madge --circular src/index.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52908
1
+ Added@sentry/hub@6.16.0(transitive)
+ Added@sentry/types@6.16.0(transitive)
+ Added@sentry/utils@6.16.0(transitive)
- Removed@sentry/hub@6.15.0(transitive)
- Removed@sentry/types@6.15.0(transitive)
- Removed@sentry/utils@6.15.0(transitive)
Updated@sentry/hub@6.16.0
Updated@sentry/types@6.16.0