Skip to content

Commit c51b2c0

Browse files
Pin pnpm examples to @nutrient-sdk/viewer 1.16.0
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>
1 parent 27b0e4b commit c51b2c0

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/svelte-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@nutrient-sdk/viewer": "1.15.0"
38+
"@nutrient-sdk/viewer": "1.16.0"
3939
}
4040
}

examples/svelte-kit/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vue-composition-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type-check": "vue-tsc --build"
1212
},
1313
"dependencies": {
14-
"@nutrient-sdk/viewer": "1.15.0",
14+
"@nutrient-sdk/viewer": "1.16.0",
1515
"vue": "^3.5.32"
1616
},
1717
"devDependencies": {

examples/vue-composition-api/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)