Skip to content

Commit

Permalink
fix(fix): build/publish (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 authored Jun 15, 2023
1 parent 14e4ebf commit bd45b49
Show file tree
Hide file tree
Showing 34 changed files with 1,380 additions and 270 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nibiruchain/ts-sdk",
"version": "0.2.0",
"version": "0.19.0",
"license": "MIT",
"private": "true",
"workspaces": {
Expand Down
4 changes: 4 additions & 0 deletions packages/indexer-nibi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

- .

## v0.19.15

- Match version and fix publish script

## v0.19.14

- Match version
Expand Down
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.19.14",
"version": "0.19.15",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/nibijs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

- .

## v0.19.15

- Match version and fix publish script

## v0.19.14

- feat: StableSwap
Expand Down
48 changes: 24 additions & 24 deletions packages/nibijs/docs/classes/CustomChain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.19.14](../intro.md) / [Exports](../modules.md) / CustomChain
[NibiJS Documentation - v0.19.15](../intro.md) / [Exports](../modules.md) / CustomChain

# Class: CustomChain

Expand Down Expand Up @@ -50,13 +50,13 @@ export const TEST_CHAIN = new CustomChain({

#### Parameters

| Name | Type |
| :------------- | :---------------------------------------------- |
| Name | Type |
| :------ | :------ |
| `chainIdParts` | [`ChainIdParts`](../interfaces/ChainIdParts.md) |

#### Defined in

[chain/chain.ts:67](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L67)
[chain/chain.ts:67](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L67)

## Properties

Expand All @@ -72,19 +72,19 @@ chainId: identifier for the chain

#### Defined in

[chain/chain.ts:58](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L58)
[chain/chain.ts:58](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L58)

---
___

### chainIdParts

`Private` `Readonly` **chainIdParts**: [`ChainIdParts`](../interfaces/ChainIdParts.md)

#### Defined in

[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L65)
[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L65)

---
___

### chainName

Expand All @@ -98,9 +98,9 @@ chainName: the name of the chain to display to the user

#### Defined in

[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L59)
[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L59)

---
___

### endptGrpc

Expand All @@ -114,9 +114,9 @@ endptGrpc: endpoint for the gRPC gateway. Usually on port 9090.

#### Defined in

[chain/chain.ts:62](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L62)
[chain/chain.ts:62](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L62)

---
___

### endptRest

Expand All @@ -130,9 +130,9 @@ endptRest: endpoint for the REST server. Also, the LCD endpoint.

#### Defined in

[chain/chain.ts:61](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L61)
[chain/chain.ts:61](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L61)

---
___

### endptTm

Expand All @@ -146,9 +146,9 @@ endptTm: endpoint for the Tendermint RPC server. Usually on port 26657.

#### Defined in

[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L60)
[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L60)

---
___

### feeDenom

Expand All @@ -162,7 +162,7 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L63)
[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L63)

## Methods

Expand All @@ -176,9 +176,9 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:77](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L77)
[chain/chain.ts:77](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L77)

---
___

### initGrpcEndpoint

Expand All @@ -190,9 +190,9 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:92](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L92)
[chain/chain.ts:92](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L92)

---
___

### initRestEndpoint

Expand All @@ -204,9 +204,9 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:87](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L87)
[chain/chain.ts:87](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L87)

---
___

### initTendermintEndpoint

Expand All @@ -218,4 +218,4 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:82](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/chain/chain.ts#L82)
[chain/chain.ts:82](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/chain/chain.ts#L82)
40 changes: 40 additions & 0 deletions packages/nibijs/docs/classes/MsgFactory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[NibiJS Documentation - v0.19.15](../intro.md) / [Exports](../modules.md) / MsgFactory

# Class: MsgFactory

## Table of contents

### Constructors

- [constructor](MsgFactory.md#constructor)

### Properties

- [perp](MsgFactory.md#perp)
- [spot](MsgFactory.md#spot)

## Constructors

### constructor

**new MsgFactory**()

## Properties

### perp

**perp**: typeof [`PerpMsgFactory`](PerpMsgFactory.md) = `PerpMsgFactory`

#### Defined in

[msg/index.ts:7](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/msg/index.ts#L7)

___

### spot

**spot**: typeof [`SpotMsgFactory`](SpotMsgFactory.md) = `SpotMsgFactory`

#### Defined in

[msg/index.ts:5](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/msg/index.ts#L5)
42 changes: 21 additions & 21 deletions packages/nibijs/docs/classes/NibiruQueryClient.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.19.14](../intro.md) / [Exports](../modules.md) / NibiruQueryClient
[NibiJS Documentation - v0.19.15](../intro.md) / [Exports](../modules.md) / NibiruQueryClient

# Class: NibiruQueryClient

Expand Down Expand Up @@ -33,19 +33,19 @@

#### Parameters

| Name | Type |
| :----------- | :---------------------- |
| `tmClient` | `Tendermint34Client` |
| `options` | `StargateClientOptions` |
| `wasmClient` | `CosmWasmClient` |
| Name | Type |
| :------ | :------ |
| `tmClient` | `Tendermint34Client` |
| `options` | `StargateClientOptions` |
| `wasmClient` | `CosmWasmClient` |

#### Overrides

StargateClient.constructor

#### Defined in

[query/query.ts:56](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L56)
[query/query.ts:56](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L56)

## Properties

Expand All @@ -55,17 +55,17 @@ StargateClient.constructor

#### Defined in

[query/query.ts:44](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L44)
[query/query.ts:44](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L44)

---
___

### wasmClient

`Readonly` **wasmClient**: `CosmWasmClient`

#### Defined in

[query/query.ts:45](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L45)
[query/query.ts:45](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L45)

## Methods

Expand All @@ -75,8 +75,8 @@ StargateClient.constructor

#### Parameters

| Name | Type |
| :------- | :------- |
| Name | Type |
| :------ | :------ |
| `height` | `number` |

#### Returns
Expand All @@ -85,9 +85,9 @@ StargateClient.constructor

#### Defined in

[query/query.ts:80](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L80)
[query/query.ts:80](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L80)

---
___

### waitForNextBlock

Expand All @@ -99,20 +99,20 @@ StargateClient.constructor

#### Defined in

[query/query.ts:88](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L88)
[query/query.ts:88](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L88)

---
___

### connect

`Static` **connect**(`endpoint`, `options?`): `Promise`<[`NibiruQueryClient`](NibiruQueryClient.md)\>

#### Parameters

| Name | Type |
| :--------- | :---------------------- |
| `endpoint` | `string` |
| `options` | `StargateClientOptions` |
| Name | Type |
| :------ | :------ |
| `endpoint` | `string` |
| `options` | `StargateClientOptions` |

#### Returns

Expand All @@ -124,4 +124,4 @@ StargateClient.connect

#### Defined in

[query/query.ts:47](https://github.com/NibiruChain/ts-sdk/blob/6bec800/packages/nibijs/src/query/query.ts#L47)
[query/query.ts:47](https://github.com/NibiruChain/ts-sdk/blob/b0f9b4b/packages/nibijs/src/query/query.ts#L47)
Loading

0 comments on commit bd45b49

Please sign in to comment.