Skip to content

Commit 8ec9029

Browse files
authored
Merge pull request #385 from signalwire/fern/browser-sdk-latest
Update browser SDK v4 npm install from RC to @latest
2 parents 3075eed + 3c9f4a0 commit 8ec9029

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

fern/products/browser-sdk/pages/v4/guides/getting-started/migrate-from-v3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If your application depends on recording, streaming, playback, room locking, met
6767
The package name is unchanged. Upgrade to the v4 major release:
6868

6969
```bash
70-
npm install @signalwire/js@4.0.0-rc.0
70+
npm install @signalwire/js@latest
7171
```
7272

7373
For the browser build:

fern/products/browser-sdk/pages/v4/guides/getting-started/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ applications but work for many other use cases. See
5050
</CardGroup>
5151

5252
```bash
53-
npm install @signalwire/js@4.0.0-rc.0 rxjs
53+
npm install @signalwire/js@latest rxjs
5454
```
5555

5656
RxJS is a peer dependency — the SDK uses observables for all reactive

fern/products/browser-sdk/pages/v4/guides/web-components/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for the full element list.
3131
sites, CMS pages, and contexts without a bundler.
3232
</Card>
3333
<Card title="npm bundle" icon="brands npm">
34-
`npm install @signalwire/web-components@4.0.0-rc.0`. Tree-shakes through
34+
`npm install @signalwire/web-components@latest`. Tree-shakes through
3535
your bundler, supports per-element subpath imports, ships
3636
TypeScript types. For SPAs and framework apps.
3737
</Card>
@@ -93,7 +93,7 @@ Install the components alongside `@signalwire/js` and `rxjs` (peer
9393
dependencies):
9494

9595
```bash
96-
npm install @signalwire/web-components@4.0.0-rc.0 @signalwire/js@4.0.0-rc.0 rxjs
96+
npm install @signalwire/web-components@latest @signalwire/js@latest rxjs
9797
```
9898

9999
Register every element with a side-effect import:

fern/products/browser-sdk/pages/v4/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ suffixed with `$` (`audioMuted$`) for reactive UI binding.
3131
</CardGroup>
3232

3333
```bash
34-
npm install @signalwire/js@4.0.0-rc.0 rxjs
34+
npm install @signalwire/js@latest rxjs
3535
```
3636

3737
RxJS is a peer dependency — the SDK uses observables for all reactive state. See the [RxJS Primer](/docs/browser-sdk/v4/guides/rxjs-primer).

fern/products/browser-sdk/pages/v4/web-components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Browser SDK contains a suite of flexible web components that can be used to
1717
</CardGroup>
1818

1919
```bash
20-
npm install @signalwire/web-components@4.0.0-rc.0
20+
npm install @signalwire/web-components@latest
2121
```
2222

2323
Or load from a CDN:

0 commit comments

Comments
 (0)