Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 30, 2020
1 parent c8479a8 commit b708945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
"version": "1.2.2",
"version": "1.2.4",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion src/scalars/SafeInt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ export const GraphQLSafeIntConfig: GraphQLScalarTypeConfig<
},
};

export const GraphQLSafeInt = new GraphQLScalarType(GraphQLSafeIntConfig);
export const GraphQLSafeInt = /*#__PURE__*/ new GraphQLScalarType(
GraphQLSafeIntConfig,
);

0 comments on commit b708945

Please sign in to comment.