Skip to content

Commit

Permalink
fix: update readme and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 16, 2024
1 parent 834be26 commit 5c9c2cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/iso-kv/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iso-kv [![NPM Version](https://img.shields.io/npm/v/iso-kv.svg)](https://www.npmjs.com/package/iso-kv) [![License](https://img.shields.io/npm/l/iso-kv.svg)](https://github.com/hugomrdias/iso-repo/blob/main/license) [![iso-kv](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-kv.yml/badge.svg)](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-kv.yml)

> iso-key is a simple key-value storage with support for multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)
> iso-kv is a simple key-value storage with support for multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)
## Features

Expand Down
2 changes: 1 addition & 1 deletion packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iso-web",
"type": "module",
"version": "1.0.5",
"description": "Isomorphic Web APIs",
"description": "Isomorphic web apis utilities for fetch, signals, crypto and doh.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
"homepage": "https://github.com/hugomrdias/iso-repo/tree/master/packages/iso-web",
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-web/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iso-web [![NPM Version](https://img.shields.io/npm/v/iso-web.svg)](https://www.npmjs.com/package/iso-web) [![License](https://img.shields.io/npm/l/iso-web.svg)](https://github.com/hugomrdias/iso-repo/blob/main/license) [![iso-web](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-web.yml/badge.svg)](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-web.yml)

> Isomorphic web apis for http requests.
> Isomorphic web apis utilities for fetch, signals, crypto and doh.
## Install

Expand Down
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
## Packages

- [package1](https://github.com/hugomrdias/hd-template/tree/master/packages/package1) - description
- [package2](https://github.com/hugomrdias/hd-template/tree/master/packages/package2) - description
- [iso-base](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-base) - Isomorphic utilities for webcrypto, rfc4648 encoding, leb128 encoding, utf8 encoding and buffer sources.
- [iso-did](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-did) - Isomorphic did core, did key and did web tooling.
- [iso-kv](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-kv) - `iso-kv` is a simple key-value storage with support for multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)
- [iso-passkeys](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-passkeys) - Isomorphic passkeys tooling
- [iso-signatures](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-signatures) - Isomorphic signatures tooling
- [iso-web](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-signatures) - Isomorphic web apis utilities for fetch, signals, crypto and doh.
- [iso-websocket](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-websocket) - `iso-websocket` implements the [Websocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) interface and is compatible with the browser, node.js and any other engine that implements basic Web APIs.
- [iso-filecoin](https://github.com/hugomrdias/filecoin) - Filecoin tooling was moved to its own repository

## Contributing

Expand Down

0 comments on commit 5c9c2cc

Please sign in to comment.