Skip to content

Commit f722c39

Browse files
committed
update
1 parent 5f9e7e3 commit f722c39

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/sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
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
@@ -39,7 +39,7 @@ export interface DexAggregatorOptions {
3939
streamUrl?: string;
4040
}
4141

42-
export const LIB_VERSION = "0.0.5";
42+
export const LIB_VERSION = "0.0.7";
4343

4444
class UserAgentMiddleware implements Middleware {
4545
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)