@sentry/types
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"type":"module","version":"10.42.0","sideEffects":false} | ||
| {"type":"module","version":"10.43.0","sideEffects":false} |
+4
-4
| { | ||
| "name": "@sentry/types", | ||
| "version": "10.42.0", | ||
| "version": "10.43.0", | ||
| "description": "Types for all Sentry JavaScript SDKs", | ||
@@ -53,9 +53,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
| "clean": "rimraf build sentry-types-*.tgz", | ||
| "lint": "eslint . --format stylish", | ||
| "lint": "oxlint .", | ||
| "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module", | ||
| "fix": "eslint . --format stylish --fix", | ||
| "fix": "oxlint . --fix", | ||
| "yalc:publish": "yalc publish --push --sig" | ||
| }, | ||
| "dependencies": { | ||
| "@sentry/core": "10.42.0" | ||
| "@sentry/core": "10.43.0" | ||
| }, | ||
@@ -62,0 +62,0 @@ "volta": { |
74793
-0.05%+ Added
- Removed
Updated