@spotlightjs/spotlight 4.7.1 → 4.7.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotlightjs/spotlight",
3
3
  "description": "Spotlight - Sentry for development. Containing the UI, sidecar, and electron app.",
4
- "version": "4.7.1",
4
+ "version": "4.7.2",
5
5
  "productName": "Spotlight",
6
6
  "author": "Sentry",
7
7
  "license": "Apache-2.0",
@@ -38,6 +38,7 @@
38
38
  "@sentry/core": "^10",
39
39
  "@sentry/electron": "^7.3.0",
40
40
  "@sentry/node": "^10.28.0",
41
+ "anser": "^2.3.3",
41
42
  "chalk": "^5.6.2",
42
43
  "electron-store": "^10.0.0",
43
44
  "electron-updater": "^6.3.9",
@@ -66,6 +67,8 @@
66
67
  "@sentry/vite-plugin": "^2.22.5",
67
68
  "@shikijs/transformers": "^3.13.0",
68
69
  "@tailwindcss/vite": "^4.1.11",
70
+ "@testing-library/jest-dom": "^6.9.1",
71
+ "@testing-library/react": "^16.3.0",
69
72
  "@types/beautify": "^0.0.3",
70
73
  "@types/logfmt": "^1.2.6",
71
74
  "@types/node": "^22.15.21",
@@ -138,6 +141,7 @@
138
141
  "test:e2e": "pnpm run test:e2e:cli && pnpm run test:e2e:ui && pnpm run test:e2e:electron",
139
142
  "test:e2e:cli": "vitest run --config vitest.cli.config.ts",
140
143
  "test:e2e:ui": "playwright test tests/e2e/ui",
141
- "test:e2e:electron": "playwright test tests/electron.test.ts"
144
+ "test:e2e:electron": "playwright test tests/electron.test.ts",
145
+ "sample": "node ./_fixtures/send_to_sidecar.cjs"
142
146
  }
143
147
  }