Commit 481a640
LTS-3294: complete .npmrc hardening + pin SDK to the Playwright pod version
- .npmrc: add ignore-scripts=true + engine-strict=true -> all 6 SC-12282
directives now present (access=restricted is N/A for a public sample).
- package.json: pin browserstack-node-sdk to 1.60.1 -- the version the Playwright
BLU runner enforces in prod (docker-selenium/Playwright/download-test.js
SDK_VERSION on lts-main) -- and drop the postinstall `npm update
browserstack-node-sdk` that was the only reason install-scripts were needed
(this unblocks ignore-scripts). Add engines.node ">=18" (satisfied by the
runner pods and required by Playwright + the SDK) so engine-strict has a safe
floor that only rejects EOL Node.
- package-lock.json: regenerated for 1.60.1, kept lockfileVersion 2.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 11f1fb4 commit 481a640
3 files changed
Lines changed: 2320 additions & 1343 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
| 23 | + | |
0 commit comments