Skip to content

Commit f755062

Browse files
Pin pnpm examples to 1.16.1 and restore strict lib checking in Angular
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>
1 parent 10c1941 commit f755062

5 files changed

Lines changed: 12 additions & 13 deletions

File tree

examples/angular/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"outDir": "./dist/out-tsc",
55
"strict": true,
6-
"skipLibCheck": true,
76
"noImplicitOverride": true,
87
"noPropertyAccessFromIndexSignature": true,
98
"noImplicitReturns": true,

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.1"
38+
"@nutrient-sdk/viewer": "1.16.1"
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.1",
14+
"@nutrient-sdk/viewer": "1.16.1",
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)