@sentry/junior-github 0.97.0 → 0.97.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2055,6 +2055,7 @@ function configuredWritePermission(appPermissions, permission) {
2055
2055
  }
2056
2056
  return {
2057
2057
  metadata: "read",
2058
+ ...permission === "pull_requests" ? { contents: "read" } : {},
2058
2059
  [permission]: "write"
2059
2060
  };
2060
2061
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-github",
3
- "version": "0.97.0",
3
+ "version": "0.97.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@sinclair/typebox": "^0.34.49",
27
27
  "zod": "^4.4.3",
28
- "@sentry/junior-plugin-api": "0.97.0"
28
+ "@sentry/junior-plugin-api": "0.97.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^25.9.1",