Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
chore(docs): update links to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 28, 2022
1 parent 90fb36a commit fbc4018
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 201 deletions.
4 changes: 2 additions & 2 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commitUrlFormat": "https://github.com/0x77dev/dstack/commits/{{hash}}",
"compareUrlFormat": "https://github.com/0x77dev/dstack/compare/{{previousTag}}...{{currentTag}}",
"commitUrlFormat": "https://github.com/dstack-js/dstack/commits/{{hash}}",
"compareUrlFormat": "https://github.com/dstack-js/dstack/compare/{{previousTag}}...{{currentTag}}",
"types": [
{
"section": "Features",
Expand Down
121 changes: 50 additions & 71 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,158 +2,137 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.23](https://github.com/0x77dev/dstack/compare/v0.2.22...v0.2.23) (2022-01-28)

### [0.2.23](https://github.com/dstack-js/dstack/compare/v0.2.22...v0.2.23) (2022-01-28)

### Features

* **lib:** optional wait for peers on publish ([6b11cac](https://github.com/0x77dev/dstack/commits/6b11cacc94e9188710691e88e06b0feb067c372e))

### [0.2.22](https://github.com/0x77dev/dstack/compare/v0.2.21...v0.2.22) (2022-01-27)
- **lib:** optional wait for peers on publish ([6b11cac](https://github.com/dstack-js/dstack/commits/6b11cacc94e9188710691e88e06b0feb067c372e))

### [0.2.22](https://github.com/dstack-js/dstack/compare/v0.2.21...v0.2.22) (2022-01-27)

### Features

* **relay:** bump ipfs ([7d30f0e](https://github.com/0x77dev/dstack/commits/7d30f0e6bb322fb9e0ebb4b3fb561e9845eefc70))

### [0.2.21](https://github.com/0x77dev/dstack/compare/v0.2.20...v0.2.21) (2022-01-27)
- **relay:** bump ipfs ([7d30f0e](https://github.com/dstack-js/dstack/commits/7d30f0e6bb322fb9e0ebb4b3fb561e9845eefc70))

### [0.2.21](https://github.com/dstack-js/dstack/compare/v0.2.20...v0.2.21) (2022-01-27)

### Features

* **ipfs:** add more relays ([41d10e4](https://github.com/0x77dev/dstack/commits/41d10e4c373fa8537584f615acc0f4eddbcf6951))

### [0.2.20](https://github.com/0x77dev/dstack/compare/v0.2.19...v0.2.20) (2022-01-27)
- **ipfs:** add more relays ([41d10e4](https://github.com/dstack-js/dstack/commits/41d10e4c373fa8537584f615acc0f4eddbcf6951))

### [0.2.20](https://github.com/dstack-js/dstack/compare/v0.2.19...v0.2.20) (2022-01-27)

### Features

* **explorer:** add some elements ([253134e](https://github.com/0x77dev/dstack/commits/253134e30dbd752dd2fcf42a8ade10eeff355f24))

### [0.2.19](https://github.com/0x77dev/dstack/compare/v0.2.18...v0.2.19) (2022-01-27)
- **explorer:** add some elements ([253134e](https://github.com/dstack-js/dstack/commits/253134e30dbd752dd2fcf42a8ade10eeff355f24))

### [0.2.18](https://github.com/0x77dev/dstack/compare/v0.2.17...v0.2.18) (2022-01-27)
### [0.2.19](https://github.com/dstack-js/dstack/compare/v0.2.18...v0.2.19) (2022-01-27)

### [0.2.18](https://github.com/dstack-js/dstack/compare/v0.2.17...v0.2.18) (2022-01-27)

### Bug Fixes

* **lib:** fix store emitUpdate ([653150f](https://github.com/0x77dev/dstack/commits/653150f50cfe70483d22b65539e2ef12cf62b07f))

### [0.2.17](https://github.com/0x77dev/dstack/compare/v0.2.16...v0.2.17) (2022-01-27)
- **lib:** fix store emitUpdate ([653150f](https://github.com/dstack-js/dstack/commits/653150f50cfe70483d22b65539e2ef12cf62b07f))

### [0.2.17](https://github.com/dstack-js/dstack/compare/v0.2.16...v0.2.17) (2022-01-27)

### Features

* **lib:** improve store data fetching ([e3a56c6](https://github.com/0x77dev/dstack/commits/e3a56c69bb49565a6c42e0b9f007e0f0e8566a74))

### [0.2.16](https://github.com/0x77dev/dstack/compare/v0.2.15...v0.2.16) (2022-01-27)
- **lib:** improve store data fetching ([e3a56c6](https://github.com/dstack-js/dstack/commits/e3a56c69bb49565a6c42e0b9f007e0f0e8566a74))

### [0.2.16](https://github.com/dstack-js/dstack/compare/v0.2.15...v0.2.16) (2022-01-27)

### Features

* **lib:** add debug ([8e8f0ea](https://github.com/0x77dev/dstack/commits/8e8f0ea265c94d7d930b97c4539d19d2f8355bbe))
* **lib:** add onPeerConnect ([5b22c3c](https://github.com/0x77dev/dstack/commits/5b22c3c35c5d09210dbc75807ec3b5bac6171960))
* **lib:** add peer api ([cc5919b](https://github.com/0x77dev/dstack/commits/cc5919be7b9f130c43f946143e193343e495ba55))

### [0.2.15](https://github.com/0x77dev/dstack/compare/v0.2.14...v0.2.15) (2022-01-27)
- **lib:** add debug ([8e8f0ea](https://github.com/dstack-js/dstack/commits/8e8f0ea265c94d7d930b97c4539d19d2f8355bbe))
- **lib:** add onPeerConnect ([5b22c3c](https://github.com/dstack-js/dstack/commits/5b22c3c35c5d09210dbc75807ec3b5bac6171960))
- **lib:** add peer api ([cc5919b](https://github.com/dstack-js/dstack/commits/cc5919be7b9f130c43f946143e193343e495ba55))

### [0.2.15](https://github.com/dstack-js/dstack/compare/v0.2.14...v0.2.15) (2022-01-27)

### Bug Fixes

* **lib:** fix pubsub request ([3e688b7](https://github.com/0x77dev/dstack/commits/3e688b740e4a1114ae0380170e097db82ba1d47f))

### [0.2.14](https://github.com/0x77dev/dstack/compare/v0.2.13...v0.2.14) (2022-01-27)
- **lib:** fix pubsub request ([3e688b7](https://github.com/dstack-js/dstack/commits/3e688b740e4a1114ae0380170e097db82ba1d47f))

### [0.2.14](https://github.com/dstack-js/dstack/compare/v0.2.13...v0.2.14) (2022-01-27)

### Features

* **lib:** store top level cache.get ([e7a55ff](https://github.com/0x77dev/dstack/commits/e7a55ff8d9eede3a084b6175bf9ca5cfbbb3c9c4))

### [0.2.13](https://github.com/0x77dev/dstack/compare/v0.2.12...v0.2.13) (2022-01-27)
- **lib:** store top level cache.get ([e7a55ff](https://github.com/dstack-js/dstack/commits/e7a55ff8d9eede3a084b6175bf9ca5cfbbb3c9c4))

### [0.2.13](https://github.com/dstack-js/dstack/compare/v0.2.12...v0.2.13) (2022-01-27)

### Features

* **relay:** bump lib, ipfs ([acdbb8c](https://github.com/0x77dev/dstack/commits/acdbb8ccdd1a08c17eeab01b41c29d1d4cdf0f73))

### [0.2.12](https://github.com/0x77dev/dstack/compare/v0.2.11...v0.2.12) (2022-01-27)
- **relay:** bump lib, ipfs ([acdbb8c](https://github.com/dstack-js/dstack/commits/acdbb8ccdd1a08c17eeab01b41c29d1d4cdf0f73))

### [0.2.12](https://github.com/dstack-js/dstack/compare/v0.2.11...v0.2.12) (2022-01-27)

### Features

* **explorer:** basic playground ([1632b91](https://github.com/0x77dev/dstack/commits/1632b9132b43ef06715b33779dbfd679ecc1bb05))
* **lib:** pubsub store sync ([34c22f7](https://github.com/0x77dev/dstack/commits/34c22f7edd11e276b158498cb7520344535f4ca9))
* **relay:** store sync ([19f2053](https://github.com/0x77dev/dstack/commits/19f205315be93fba3e47466e886e074c6a2211a2))

- **explorer:** basic playground ([1632b91](https://github.com/dstack-js/dstack/commits/1632b9132b43ef06715b33779dbfd679ecc1bb05))
- **lib:** pubsub store sync ([34c22f7](https://github.com/dstack-js/dstack/commits/34c22f7edd11e276b158498cb7520344535f4ca9))
- **relay:** store sync ([19f2053](https://github.com/dstack-js/dstack/commits/19f205315be93fba3e47466e886e074c6a2211a2))

### Bug Fixes

* **ipfs:** encryption issues ([4fa31e3](https://github.com/0x77dev/dstack/commits/4fa31e36f2250a3e870271d6402d9c2dee589a97))

### [0.2.11](https://github.com/0x77dev/dstack/compare/v0.2.10...v0.2.11) (2022-01-25)
- **ipfs:** encryption issues ([4fa31e3](https://github.com/dstack-js/dstack/commits/4fa31e36f2250a3e870271d6402d9c2dee589a97))

### [0.2.11](https://github.com/dstack-js/dstack/compare/v0.2.10...v0.2.11) (2022-01-25)

### Features

* **lib:** add pubsub proof-of-concept ([9c722bb](https://github.com/0x77dev/dstack/commits/9c722bbfb6e22102bb3d624868a1ef1c2ceb21f9))

- **lib:** add pubsub proof-of-concept ([9c722bb](https://github.com/dstack-js/dstack/commits/9c722bbfb6e22102bb3d624868a1ef1c2ceb21f9))

### Bug Fixes

* **relay:** fix readme ([e408f75](https://github.com/0x77dev/dstack/commits/e408f75d354461c945618c5fe1b5018318aac38e))

### [0.2.10](https://github.com/0x77dev/dstack/compare/v0.2.9...v0.2.10) (2022-01-23)
- **relay:** fix readme ([e408f75](https://github.com/dstack-js/dstack/commits/e408f75d354461c945618c5fe1b5018318aac38e))

### [0.2.10](https://github.com/dstack-js/dstack/compare/v0.2.9...v0.2.10) (2022-01-23)

### Features

* **ipfs, relay:** add bootstrap node ([ed585c1](https://github.com/0x77dev/dstack/commits/ed585c189524c9103905c82523d49357220350d4))
* **relay:** add deploy bash shebang ([5937de6](https://github.com/0x77dev/dstack/commits/5937de6ae0eb8b537f6817a59f30ac254861e549))
* **relay:** add no ipfs env flag ([08598d4](https://github.com/0x77dev/dstack/commits/08598d42e407fab6f5c93d868d570f3a70e68161))

### [0.2.9](https://github.com/0x77dev/dstack/compare/v0.2.8...v0.2.9) (2022-01-23)
- **ipfs, relay:** add bootstrap node ([ed585c1](https://github.com/dstack-js/dstack/commits/ed585c189524c9103905c82523d49357220350d4))
- **relay:** add deploy bash shebang ([5937de6](https://github.com/dstack-js/dstack/commits/5937de6ae0eb8b537f6817a59f30ac254861e549))
- **relay:** add no ipfs env flag ([08598d4](https://github.com/dstack-js/dstack/commits/08598d42e407fab6f5c93d868d570f3a70e68161))

### [0.2.9](https://github.com/dstack-js/dstack/compare/v0.2.8...v0.2.9) (2022-01-23)

### Bug Fixes

* **ipfs:** missing dht config ([915cc5b](https://github.com/0x77dev/dstack/commits/915cc5bffa626b172645b7a1fe05bdb8c0261f1d))

### [0.2.8](https://github.com/0x77dev/dstack/compare/v0.2.7...v0.2.8) (2022-01-23)
- **ipfs:** missing dht config ([915cc5b](https://github.com/dstack-js/dstack/commits/915cc5bffa626b172645b7a1fe05bdb8c0261f1d))

### [0.2.8](https://github.com/dstack-js/dstack/compare/v0.2.7...v0.2.8) (2022-01-23)

### Bug Fixes

* **relay:** docker image wrtc support ([cc4910b](https://github.com/0x77dev/dstack/commits/cc4910ba3ead8723f14e342421b4f8c65ddcafab))

### [0.2.7](https://github.com/0x77dev/dstack/compare/v0.2.6...v0.2.7) (2022-01-23)
- **relay:** docker image wrtc support ([cc4910b](https://github.com/dstack-js/dstack/commits/cc4910ba3ead8723f14e342421b4f8c65ddcafab))

### [0.2.6](https://github.com/0x77dev/dstack/compare/v0.2.5...v0.2.6) (2022-01-23)
### [0.2.7](https://github.com/dstack-js/dstack/compare/v0.2.6...v0.2.7) (2022-01-23)

### [0.2.6](https://github.com/dstack-js/dstack/compare/v0.2.5...v0.2.6) (2022-01-23)

### Features

* **ipfs:** fix listen, remove useless modules/code ([5578363](https://github.com/0x77dev/dstack/commits/5578363944a9c896e5f185d597b66a0e3d9ed6dd))
* **relay:** support predefined peer id ([ee1f89d](https://github.com/0x77dev/dstack/commits/ee1f89dec4cbd2c950d9c111bf515d55bedb014d))

### [0.2.5](https://github.com/0x77dev/dstack/compare/v0.2.4...v0.2.5) (2022-01-23)
- **ipfs:** fix listen, remove useless modules/code ([5578363](https://github.com/dstack-js/dstack/commits/5578363944a9c896e5f185d597b66a0e3d9ed6dd))
- **relay:** support predefined peer id ([ee1f89d](https://github.com/dstack-js/dstack/commits/ee1f89dec4cbd2c950d9c111bf515d55bedb014d))

### [0.2.4](https://github.com/0x77dev/dstack/compare/v0.2.3...v0.2.4) (2022-01-23)
### [0.2.5](https://github.com/dstack-js/dstack/compare/v0.2.4...v0.2.5) (2022-01-23)

### [0.2.4](https://github.com/dstack-js/dstack/compare/v0.2.3...v0.2.4) (2022-01-23)

### Features

* **ipfs, relay:** custom libp2p, docker, relay update ([62053ed](https://github.com/0x77dev/dstack/commits/62053edaadad29e43210005ac7d0afb614229730))

### [0.2.3](https://github.com/0x77dev/dstack/compare/v0.2.2...v0.2.3) (2022-01-22)
- **ipfs, relay:** custom libp2p, docker, relay update ([62053ed](https://github.com/dstack-js/dstack/commits/62053edaadad29e43210005ac7d0afb614229730))

### [0.2.3](https://github.com/dstack-js/dstack/compare/v0.2.2...v0.2.3) (2022-01-22)

### Features

* **relay, lib:** add relay, add stack to lib ([4cdae0e](https://github.com/0x77dev/dstack/commits/4cdae0eae7627966860ac97601b0434d104f9e5d))

### [0.2.2](https://github.com/0x77dev/dstack/compare/v0.2.1...v0.2.2) (2022-01-21)
- **relay, lib:** add relay, add stack to lib ([4cdae0e](https://github.com/dstack-js/dstack/commits/4cdae0eae7627966860ac97601b0434d104f9e5d))

### [0.2.2](https://github.com/dstack-js/dstack/compare/v0.2.1...v0.2.2) (2022-01-21)

### Features

* **lib:** add lru cache for store ([4e1f50d](https://github.com/0x77dev/dstack/commits/4e1f50d615b2f9b79fcee0f1fc0438badceae781))
- **lib:** add lru cache for store ([4e1f50d](https://github.com/dstack-js/dstack/commits/4e1f50d615b2f9b79fcee0f1fc0438badceae781))
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Also provides relay node and Store API

Checkout [Peerchat](https://dstack.0x77.dev/blog/peerchat) demo

[license]: https://github.com/0x77dev/dstack/blob/main/LICENSE
[license-badge]: https://img.shields.io/github/license/0x77dev/dstack
[issues]: https://github.com/0x77dev/dstack/issues
[issues-badge]: https://img.shields.io/github/issues/0x77dev/dstack
[license]: https://github.com/dstack-js/dstack/blob/main/LICENSE
[license-badge]: https://img.shields.io/github/license/dstack-js/dstack
[issues]: https://github.com/dstack-js/dstack/issues
[issues-badge]: https://img.shields.io/github/issues/dstack-js/dstack
[npm]: https://www.npmjs.com/package/@dstack-js/lib
[npm-badge]: https://img.shields.io/npm/v/@dstack-js/lib
Loading

0 comments on commit fbc4018

Please sign in to comment.