Skip to content

Commit

Permalink
bump version numbers (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine authored Dec 14, 2022
1 parent d8a9441 commit 338fbe5
Show file tree
Hide file tree
Showing 24 changed files with 351 additions and 360 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-nibi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/indexer-nibi",
"description": "GraphQL API client for the Nibiru Chain indexer (heart-monitor)",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
31 changes: 11 additions & 20 deletions packages/nibijs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,16 @@
The official TypeScript SDK for the Nibiru blockchain
</p>

<div style="display: flex; flex-direction: row; gap: 4px;">

<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD" style="height: 20px">
</a>
<a target="_blank" href="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml">
<img src="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml/badge.svg" style="height: 20px">
</a>
<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD" style="height: 20px">
</a>
<a target="_blank" href="https://github.com/NibiruChain/ts-sdk/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/express.svg?color=050505" style="height: 20px">
</a>
<a target="_blank" href="https://discord.gg/sgPw8ZYfpQ">
<img src="https://dcbadge.vercel.app/api/server/sgPw8ZYfpQ?style=flat" style="height: 20px">
</a>

</div>
[![npm-version](https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD)](https://www.npmjs.com/package/@nibiruchain/nibijs)
[![Nibiru Test workflow][tests-badge]][tests-workflow]
[![downloads][badge-downloads]](https://www.npmjs.com/package/@nibiruchain/nibijs)
[![license](https://img.shields.io/npm/l/express.svg?color=050505)](https://github.com/NibiruChain/ts-sdk/blob/main/LICENSE)
[![social-discord](https://dcbadge.vercel.app/api/server/sgPw8ZYfpQ?style=flat)](https://discord.gg/sgPw8ZYfpQ)

[badge-downloads]: https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD
[downloads-link]: https://www.npmjs.com/package/@nibiruchain/nibijs
[tests-badge]: https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml/badge.svg
[tests-workflow]: https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml

The NibiJS (`@nibiruchain/nibijs`) package makes it possible to interact with Nibiru from a Node.js or browser environment. `nibijs` provides simple abstractions for core data structures, serialization, key management, API requests, and the submission of transactions.

Expand Down Expand Up @@ -165,5 +156,5 @@ This software is licensed under the MIT license. See [LICENSE](https://github.co
© 2022 Nibi, Inc.

<p align="center">
<img src="https://raw.githubusercontent.com/NibiruChain/ts-sdk/main/img/nibi-logo-onwhite.png" style="width: 200px">
<img src="https://raw.githubusercontent.com/NibiruChain/ts-sdk/main/img/nibi-logo-onwhite.png" width="300">
</p>
Loading

0 comments on commit 338fbe5

Please sign in to comment.