Skip to content

Commit

Permalink
Merge branch 'main' into fix-spelling-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jul 30, 2024
2 parents 2881bdf + c967589 commit 6f009e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/client/typescript/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 components/client/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/chainhook-client",
"version": "1.10.0",
"version": "1.11.0",
"description": "Chainhook TypeScript client",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions components/client/typescript/src/schemas/stacks/if_this.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const StacksIfThisOptionsSchema = Type.Object({
end_block: Type.Optional(Type.Integer()),
expire_after_occurrence: Type.Optional(Type.Integer()),
decode_clarity_values: Type.Optional(Type.Boolean()),
include_contract_abi: Type.Optional(Type.Boolean()),
});
export type StacksIfThisOptions = Static<typeof StacksIfThisOptionsSchema>;

Expand Down

0 comments on commit 6f009e6

Please sign in to comment.