Skip to content

Commit

Permalink
chore: prune utils and update repl help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikiu committed Dec 7, 2024
1 parent 0e0180c commit 80bf9b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-kraken",
"version": "4.0.5",
"version": "4.0.6",
"description": "A strongly typed library to operate with the Kraken Crypto Exchange",
"keywords": [
"kraken",
Expand Down
2 changes: 1 addition & 1 deletion src/repl/repl_cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ myRepl.defineCommand('get', {
i.e. >> ${purpleText('.get Time .rfc1123')}
>> ${purpleText('.get AssetPairs . as $base|keys|map($base[.])|map({wsname,tick_size,pair_decimals,ordermin}) -table')}
>> ${purpleText('.get AssetPairs pair=BTC/EUR . as $base|keys[0]|$base[.]|{wsname,tick_size,pair_decimals,ordermin}')}
>> ${purpleText('.get AssetPairs pair=BTC/EUR . as $base|keys[0]|$base[.]|{wsname,tick_size,lot_decimals,pair_decimals,cost_decimals,ordermin}')}
-----------------------------------------------------------------------------------------------------------------------------------------------------\n`,

Expand Down
37 changes: 0 additions & 37 deletions src/util/get_platform.ts

This file was deleted.

0 comments on commit 80bf9b4

Please sign in to comment.