@remit/web-client 0.0.4 → 0.0.5

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 (1) hide show
  1. package/package.json +2 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/web-client",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
6
6
  "exports": {
@@ -30,24 +30,7 @@
30
30
  "preview": "vite preview",
31
31
  "test:typecheck": "npm run generate:routes && tsgo --noEmit",
32
32
  "test:run": "node --import tsx --import ./test-support/register.mjs --test 'src/**/*.test.ts'",
33
- "test": "npm run test:typecheck && npm run test:run",
34
- "test:smoke": "npx playwright test --config playwright.smoke.config.ts",
35
- "test:smoke:pg": "npx playwright test --config playwright.smoke.pg.config.ts",
36
- "test:smoke:ui": "npx playwright test --config playwright.smoke.config.ts --ui",
37
- "test:e2e": "npx playwright test --config playwright.e2e.config.ts",
38
- "test:e2e:pg": "npx playwright test --config playwright.e2e.pg.config.ts",
39
- "test:e2e:ui": "npx playwright test --config playwright.e2e.config.ts --ui",
40
- "test:visual:fetch": "bash scripts/visual-baselines.sh fetch",
41
- "test:visual:publish": "bash scripts/visual-baselines.sh publish",
42
- "test:visual:status": "bash scripts/visual-baselines.sh status",
43
- "test:visual": "npm run test:visual:fetch && npx playwright test --config playwright.visual.config.ts",
44
- "test:visual:ui": "npm run test:visual:fetch && npx playwright test --config playwright.visual.config.ts --ui",
45
- "test:visual:update": "npm run test:visual:fetch && npx playwright test --config playwright.visual.config.ts --update-snapshots=all && echo '\\nBaselines updated locally. Run: npm run test:visual:publish -w packages/web-client'",
46
- "playwright:install": "npx playwright install chromium",
47
- "parity:montage": "node --import tsx visual-regression/parity/montage.ts",
48
- "parity:capture": "node --import tsx visual-regression/parity/capture-parity.ts",
49
- "parity:capture:dev": "PARITY_TARGET=dev node --import tsx visual-regression/parity/capture-parity-dev.ts",
50
- "parity:report": "node --import tsx visual-regression/parity/report.scaffold.ts"
33
+ "test": "npm run test:typecheck && npm run test:run"
51
34
  },
52
35
  "peerDependencies": {
53
36
  "react": "^19",