Skip to content

Commit 2d66e1a

Browse files
Update examples with Nutrient SDK version 1.16.1 (#91)
* Update examples with Nutrient SDK version 1.16.1 * 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> --------- Co-authored-by: The Claudefather <noreply@anthropic.com>
1 parent 7ee0ffd commit 2d66e1a

47 files changed

Lines changed: 109 additions & 110 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/angular/package-lock.json

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

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "^21.2.0",
2020
"@angular/platform-browser-dynamic": "^21.2.0",
2121
"@angular/router": "^21.2.0",
22-
"@nutrient-sdk/viewer": "1.16.0",
22+
"@nutrient-sdk/viewer": "1.16.1",
2323
"rxjs": "~7.8.2",
2424
"tslib": "^2.8.1",
2525
"zone.js": "~0.16.1"

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/electron-nodeintegration/package-lock.json

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

examples/electron-nodeintegration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"electron": "^41.2.0"
3030
},
3131
"dependencies": {
32-
"@nutrient-sdk/viewer": "1.16.0"
32+
"@nutrient-sdk/viewer": "1.16.1"
3333
}
3434
}

examples/electron/package-lock.json

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

examples/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"electron": "^41.2.0"
2929
},
3030
"dependencies": {
31-
"@nutrient-sdk/viewer": "1.16.0"
31+
"@nutrient-sdk/viewer": "1.16.1"
3232
}
3333
}

examples/elm/package-lock.json

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

examples/elm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
1010
"readme": "https://www.nutrient.io/guides/web",
1111
"dependencies": {
12-
"@nutrient-sdk/viewer": "1.16.0"
12+
"@nutrient-sdk/viewer": "1.16.1"
1313
},
1414
"devDependencies": {
1515
"copy-webpack-plugin": "^14.0.0",

examples/gatsbyjs/package-lock.json

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

0 commit comments

Comments
 (0)