Update examples with Nutrient SDK version 1.16.1#91
Merged
Conversation
The update script's @latest resolution served stale registry metadata again, leaving the two pnpm-based examples at 1.15.1 (same failure as the 1.16.0 bump). Pin them explicitly. Drop the skipLibCheck the Angular example gained during 1.16.0 (WEB-4498): the 1.16.1 typings pass strict lib checking, and running without the flag makes this example a regression test for the published declarations. Co-Authored-By: The Claudefather <noreply@anthropic.com>
10 tasks
pweiskircher
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates all examples to the released @nutrient-sdk/viewer 1.16.1 (via the release flow's update script), with two follow-ups:
@latestresolution served stale registry metadata again, same as during the 1.16.0 bump.skipLibCheckfrom the Angular example, restoring strict lib checking now that the 1.16.1 typings fix WEB-4498. This makes the Angular example a standing regression test for the published declarations.Type
Checklist
npm run formatpasses (Biome)startandstart:e2escripts inpackage.json(n/a — version bump)SERVER_DIR=examples/<name> npm run testpasses (Playwright smoke test) (CI covers; Angular run now also validates the typings)README.mdincluded (n/a)@nutrient-sdk/viewerversion