released!

This commit is contained in:
fryorcraken 2025-09-26 11:24:59 +10:00
parent b4dd39b75c
commit 58fbf055e0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -12,7 +12,7 @@ This is an experimental feature and has a number of [limitations](https://github
## Import Waku SDK ## Import Waku SDK
```shell ```shell
npm install @waku/sdk@0.0.35-4d5c152.0 npm install @waku/sdk@latest
``` ```
Or using a CDN, note this is an ESM package so `type="module"` is needed. Or using a CDN, note this is an ESM package so `type="module"` is needed.
@ -22,7 +22,7 @@ Or using a CDN, note this is an ESM package so `type="module"` is needed.
import { import {
createLightNode, createLightNode,
ReliableChannel ReliableChannel
} from 'https://unpkg.com/@waku/sdk@0.0.35-4d5c152.0/bundle/index.js'; } from 'https://unpkg.com/@waku/sdk@latest/bundle/index.js';
// Your code here // Your code here