Update examples with Nutrient SDK version 1.16.0#89
Merged
Conversation
The update script resolves @latest, which served stale registry metadata for the freshly published 1.16.0 and left the two pnpm-based examples (vue-composition-api, svelte-kit) at 1.15.0. They had been stuck at 1.14.0 since the 1.15.x releases for the same reason. Co-Authored-By: The Claudefather <noreply@anthropic.com>
The @nutrient-sdk/viewer 1.16.0 typings fail TS lib checking (https://nutrient.atlassian.net/browse/WEB-4498), which broke this example's webserver build in CI. skipLibCheck matches the Angular CLI default and the posture of the other examples. Co-Authored-By: The Claudefather <noreply@anthropic.com>
10 tasks
ritz078
approved these changes
Jun 11, 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.0 (npm pins and CDN URLs), via
scripts/update-nutrient-in-examples.shfrom the release flow.Includes a follow-up commit pinning the two pnpm-based examples (vue-composition-api, svelte-kit) explicitly to 1.16.0: the script resolves
@latest, which served stale registry metadata minutes after publish and left them at 1.15.0 (they had been stuck at 1.14.0 since the 1.15.x releases for the same reason).Type
Checklist
npm run formatpasses (Biome)startandstart:e2escripts inpackage.json(n/a — version bump only)SERVER_DIR=examples/<name> npm run testpasses (Playwright smoke test) (not run locally; CI covers)README.mdincluded with prerequisites, setup, and usage (n/a)@nutrient-sdk/viewerversion