Skip to content

Commit e3fbb91

Browse files
authored
Merge pull request #49 from nash-io/ts/add-noia-token
Ts/add noia token
2 parents 188a161 + 168f0d8 commit e3fbb91

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
<a name="5.2.17"></a>
6+
## [5.2.17](https://github.com/nash-io/api-client-typescript/compare/v5.2.15...v5.2.17) (2020-10-27)
7+
8+
9+
510
<a name="5.2.15"></a>
611
## [5.2.15](https://github.com/nash-io/api-client-typescript/compare/v5.2.13...v5.2.15) (2020-10-23)
712

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neon-exchange/api-client-typescript",
3-
"version": "5.2.15",
3+
"version": "5.2.17",
44
"description": "Official TypeScript client for interacting with the Nash exchange",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -62,7 +62,7 @@
6262
"@absinthe/socket": "0.2.1",
6363
"@cityofzion/neon-js": "4.7.2",
6464
"@neon-exchange/nash-perf": "1.0.4",
65-
"@neon-exchange/nash-protocol": "3.3.11",
65+
"@neon-exchange/nash-protocol": "3.3.12",
6666
"@types/isomorphic-fetch": "0.0.35",
6767
"@types/node": "13.9.8",
6868
"@types/request": "2.48.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@
784784
node-fetch "2.6.0"
785785
semver "7.3.2"
786786

787-
"@neon-exchange/nash-protocol@3.3.11":
788-
version "3.3.11"
789-
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-3.3.11.tgz#9ca9ac1b49f3a6d4cfd48bda7d8219fe507d6d85"
790-
integrity sha512-Hj09bFpRuVKfW8aS3R0leKH3WycCw+Y6o9nW41pG5HMRmNnpMRuYmAQzGUt11MRU7AlwHyBQSxXdeutcpQEmxw==
787+
"@neon-exchange/nash-protocol@3.3.12":
788+
version "3.3.12"
789+
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-3.3.12.tgz#c4307ad227237f2ba54b3008e7b873bc12431b7f"
790+
integrity sha512-jjFmeGh2lEaFpXJnjZbsEcJPWOsaSAc1HFrtn7gyI8844mEjt9P2mcPJrWuzBbQ3TMFs4ESSXs4qZkZeun/HfA==
791791
dependencies:
792792
bignumber.js "8.1.1"
793793
bip32 "2.0.3"

0 commit comments

Comments
 (0)