@sentry/junior 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/app.js +1 -1
  2. package/package.json +6 -6
package/dist/app.js CHANGED
@@ -315,7 +315,7 @@ function normalizeDashboardPath(path2, fallback) {
315
315
  return stripTrailingSlashes(withSlash);
316
316
  }
317
317
  function resolveDashboardBaseURL(config) {
318
- const explicit = config.baseURL ?? process.env.BETTER_AUTH_URL ?? process.env.JUNIOR_BASE_URL;
318
+ const explicit = config.baseURL ?? process.env.JUNIOR_BASE_URL;
319
319
  if (explicit?.trim()) {
320
320
  return stripTrailingSlashes(withHttps(explicit.trim()));
321
321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior",
3
- "version": "0.97.0",
3
+ "version": "0.97.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -75,7 +75,7 @@
75
75
  "pg": "^8.16.3",
76
76
  "yaml": "^2.9.0",
77
77
  "zod": "^4.4.3",
78
- "@sentry/junior-plugin-api": "0.97.0"
78
+ "@sentry/junior-plugin-api": "0.97.1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@emnapi/core": "^1.10.0",
@@ -92,10 +92,10 @@
92
92
  "typescript": "^6.0.3",
93
93
  "vercel": "^54.4.0",
94
94
  "vitest": "^4.1.7",
95
- "@sentry/junior-github": "0.97.0",
96
- "@sentry/junior-testing": "0.0.0",
97
- "@sentry/junior-memory": "0.97.0",
98
- "@sentry/junior-scheduler": "0.97.0"
95
+ "@sentry/junior-scheduler": "0.97.1",
96
+ "@sentry/junior-memory": "0.97.1",
97
+ "@sentry/junior-github": "0.97.1",
98
+ "@sentry/junior-testing": "0.0.0"
99
99
  },
100
100
  "scripts": {
101
101
  "build": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly",