Commit b12f55b
LTS-3295: complete .npmrc hardening + bump SDK to latest
- .npmrc: add ignore-scripts=true + engine-strict=true -> all 6 SC-12282
directives now present (access=restricted is N/A for a public sample).
ignore-scripts is safe here: these tests run remotely on BrowserStack and
Edge/Gecko are not supported on our platform, so the local driver-binary
postinstalls (edgedriver/geckodriver) are not needed.
- package.json: pin browserstack-node-sdk to 1.61.0 (latest; the wdio/NodeBase
BLU runner relies on package.json and does not override the node-SDK version).
Add engines.node ">=18" (satisfied by the runner pods and required by
@wdio/cli 9) so engine-strict has a safe floor that only rejects EOL Node.
- package-lock.json: regenerated for 1.61.0, kept lockfileVersion 2.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 88e3b95 commit b12f55b
3 files changed
Lines changed: 1932 additions & 1494 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 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
0 commit comments