Skip to content

Commit b708945

Browse files
committed
v1.2.4
1 parent c8479a8 commit b708945

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-scalars",
3-
"version": "1.2.2",
3+
"version": "1.2.4",
44
"description": "A collection of scalar types not included in base GraphQL.",
55
"repository": {
66
"type": "git",

src/scalars/SafeInt.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ export const GraphQLSafeIntConfig: GraphQLScalarTypeConfig<
7979
},
8080
};
8181

82-
export const GraphQLSafeInt = new GraphQLScalarType(GraphQLSafeIntConfig);
82+
export const GraphQLSafeInt = /*#__PURE__*/ new GraphQLScalarType(
83+
GraphQLSafeIntConfig,
84+
);

0 commit comments

Comments
 (0)