We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8479a8 commit b708945Copy full SHA for b708945
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-scalars",
3
- "version": "1.2.2",
+ "version": "1.2.4",
4
"description": "A collection of scalar types not included in base GraphQL.",
5
"repository": {
6
"type": "git",
src/scalars/SafeInt.ts
@@ -79,4 +79,6 @@ export const GraphQLSafeIntConfig: GraphQLScalarTypeConfig<
79
},
80
};
81
82
-export const GraphQLSafeInt = new GraphQLScalarType(GraphQLSafeIntConfig);
+export const GraphQLSafeInt = /*#__PURE__*/ new GraphQLScalarType(
83
+ GraphQLSafeIntConfig,
84
+);
0 commit comments