generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reintroduce web5.did.resolve() * Include pkarr in CJS bundling because it doesn't ship ESM * Exclude sodium-universal in CJS bundling * Update README files and prepare for release --------- Signed-off-by: Frank Hinek <[email protected]>
- Loading branch information
1 parent
50be4bd
commit 2421b28
Showing
22 changed files
with
383 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,11 +59,11 @@ npm install @web5/api | |
_CDNs_ | ||
|
||
```yaml | ||
https://unpkg.com/@web5/[email protected].1/dist/browser.js | ||
https://unpkg.com/@web5/[email protected].2/dist/browser.js | ||
``` | ||
|
||
```yaml | ||
https://cdn.jsdelivr.net/npm/@web5/[email protected].1/dist/browser.mjs | ||
https://cdn.jsdelivr.net/npm/@web5/[email protected].2/dist/browser.mjs | ||
``` | ||
|
||
## Usage | ||
|
@@ -279,7 +279,7 @@ const { record } = await web5.dwn.records.read({ | |
message: { | ||
filter: { | ||
recordId: "bfw35evr6e54c4cqa4c589h4cq3v7w4nc534c9w7h5", | ||
} | ||
}, | ||
}, | ||
}); | ||
|
||
|
@@ -291,7 +291,7 @@ const { record } = await web5.dwn.records.read({ | |
message: { | ||
filter: { | ||
recordId: "bfw35evr6e54c4cqa4c589h4cq3v7w4nc534c9w7h5", | ||
} | ||
}, | ||
}, | ||
}); | ||
|
||
|
Oops, something went wrong.