Skip to content

Commit

Permalink
chore: add build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Dec 17, 2024
1 parent 4d3b2bc commit 0dcbb32
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dist/typesense.js

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

2 changes: 1 addition & 1 deletion dist/typesense.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Typesense/ApiCall.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class ApiCall {
queryParameters?: any;
bodyParameters?: any;
additionalHeaders?: any;
abortSignal?: AbortSignal;
abortSignal?: any;
responseType?: AxiosRequestConfig["responseType"] | undefined;
skipConnectionTimeout?: boolean;
enableKeepAlive?: boolean | undefined;
Expand Down
26 changes: 13 additions & 13 deletions lib/Typesense/ApiCall.js

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

Loading

0 comments on commit 0dcbb32

Please sign in to comment.