Skip to content

chore: update example package names to use "-example" suffix#195

Merged
TheUnderScorer merged 1 commit into
mainfrom
feature/INTER-2150-migrate-to-changesets
May 27, 2026
Merged

chore: update example package names to use "-example" suffix#195
TheUnderScorer merged 1 commit into
mainfrom
feature/INTER-2150-migrate-to-changesets

Conversation

@TheUnderScorer
Copy link
Copy Markdown
Contributor

Fixes issue where changesets incorrectly assume that "vite", "next" and "preact" are our local packages.

@TheUnderScorer TheUnderScorer self-assigned this May 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Following releases will be created using changesets from this PR:

@fingerprint/react@3.0.1-test.0

Patch Changes

  • Sample changeset to test release pipeline (00a7e95)

⚠ BREAKING CHANGES

  • The SDK api has changed to match changes introduced in V4 version of the agent.
  • Response field names follow the JavaScript Agent v4 API. For example, visitorId is now visitor_id, requestId is now event_id, and other response fields use snake_case.
  • The default caching strategy has changed from sessionStorage caching to no caching by default, aligned with the underlying JavaScript agent v4 default.

Features

  • add usePromiseStore to prevent duplicate async requests (fb59d7f)
  • bump @fingerprint/agent to 4.0.0-beta.5 (c5d217d)
  • migrate to v4 version of the agent (36a26ba)
  • rename package to @fingerprint/react (4714fdf)

Build System

  • deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)

@github-actions
Copy link
Copy Markdown
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 83.21% 109/131
🟡 Branches 63.77% 44/69
🟢 Functions 80.49% 33/41
🟢 Lines 82.81% 106/128

Test suite run success

21 tests passing in 15 suites.

Report generated by 🧪jest coverage report action from 3a6261f

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟢 All files 83.2 63.76 80.48 82.81
🟢  src 88.7 75.86 83.33 88.33
🟢   detect-env.ts 90 83.33 100 90 15,85
🟢   env.ts 100 100 100 100
🟢   env.types.ts 85.71 40 50 83.33 14
🟡   ...nt-context.ts 75 100 0 75 8
🟡   get-env.ts 60 0 100 60 8-9
🟢   ssr.ts 100 100 100 100
🟢   ...sitor-data.ts 95.65 100 80 95.65 100
🟢  src/components 92.5 61.53 91.66 92.3
🟢   ...-provider.tsx 91.17 58.33 90 90.9 53,58,96
🟢   ...vironment.tsx 100 100 100 100
🟡  src/utils 58.62 42.85 63.63 58.62
🟡   ...-is-truthy.ts 50 50 100 50 3
🟡   to-error.ts 66.66 50 100 66.66 6
🟢   use-const.ts 100 50 100 100 4
🟢   ...mise-store.ts 92.3 75 100 92.3 7
🔴   wait-until.ts 0 0 0 0 8-19

@TheUnderScorer TheUnderScorer merged commit ada0fb4 into main May 27, 2026
12 checks passed
@TheUnderScorer TheUnderScorer deleted the feature/INTER-2150-migrate-to-changesets branch May 27, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants