@sentry/junior-github 0.72.0 → 0.74.0

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/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -990,6 +990,7 @@ export function githubPlugin(options = {}) {
990
990
  packageName: "@sentry/junior-github",
991
991
  manifest: {
992
992
  name: "github",
993
+ displayName: "GitHub",
993
994
  description:
994
995
  "GitHub issue, pull request, and repository workflows via GitHub App",
995
996
  ...(appCapabilities ? { capabilities: appCapabilities } : {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-github",
3
- "version": "0.72.0",
3
+ "version": "0.74.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,6 +25,6 @@
25
25
  "SETUP.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@sentry/junior-plugin-api": "0.72.0"
28
+ "@sentry/junior-plugin-api": "0.74.0"
29
29
  }
30
30
  }