Skip to content

Commit

Permalink
Update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Oct 11, 2020
1 parent 75ed60e commit f5b035a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avsc",
"version": "5.5.0",
"version": "5.5.1",
"description": "Avro for JavaScript",
"homepage": "https://github.com/mtth/avsc",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ interface ForSchemaOptions {
logicalTypes: { [type: string]: new (schema: Schema, opts?: any) => types.LogicalType; };
namespace: string;
noAnonymousTypes: boolean;
omitRecordMethods: boolean;
registry: { [name: string]: Type };
typeHook: (schema: Schema, opts: ForSchemaOptions) => Type | undefined;
wrapUnions: boolean | 'auto' | 'always' | 'never';
Expand Down

0 comments on commit f5b035a

Please sign in to comment.