Skip to content

Commit ccd4509

Browse files
committed
add completionRatio field
1 parent 7941217 commit ccd4509

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainstream-io/dex",
3-
"version": "0.0.100",
3+
"version": "0.0.101",
44
"description": "Dex API client and webhook verification library",
55
"author": "AI",
66
"repository": "https://github.com/chainstream-io/dex",

javascript/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DexAggregatorOptions {
3737
streamUrl?: string;
3838
}
3939

40-
export const LIB_VERSION = "0.0.100";
40+
export const LIB_VERSION = "0.0.101";
4141

4242
class UserAgentMiddleware implements Middleware {
4343
public pre(context: RequestContext): Promise<RequestContext> {

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)