Commit 6db1195
committed
fix: install nRF Cloud libraries from NPM instead of JSR
These libraries are published to NPM now, so consume them as ordinary registry
dependencies instead of through JSR's NPM compatibility layer
(`npm:@jsr/nrfcloud__…`).
This also removes `@jsr:registry` and `allow-remote` from `.npmrc`. Nothing is
installed from JSR anymore, and `allow-remote` only existed to permit JSR's
remote tarball URLs, which NPM v12 blocks by default. Keeping it would leave
remote tarball fetches enabled for every dependency in the tree for no reason.1 parent 367a7c1 commit 6db1195
3 files changed
Lines changed: 20 additions & 20 deletions
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
0 commit comments