@sentry/junior-github 0.104.0 → 0.104.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 +0 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2027,10 +2027,6 @@ function githubPlugin(options = {}) {
2027
2027
  commandFlags: ["--repo", "-R"]
2028
2028
  },
2029
2029
  runtimeDependencies: [
2030
- {
2031
- type: "system",
2032
- package: "curl"
2033
- },
2034
2030
  {
2035
2031
  type: "system",
2036
2032
  package: "gh"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-github",
3
- "version": "0.104.0",
3
+ "version": "0.104.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.104.0"
28
+ "@sentry/junior-plugin-api": "0.104.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^25.9.1",