Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 5, 2020
1 parent b555900 commit 2723ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
"version": "1.6.0",
"version": "1.6.1",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,6 +67,9 @@
"ts-jest": "26.4.4",
"typescript": "4.1.2"
},
"dependencies": {
"tslib": "~2.0.3"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/typeDefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const typeDefs = [
DateTime,
Timestamp,
UtcOffset,
Duration,
ISO8601Duration,
LocalDate,
LocalTime,
Expand Down

0 comments on commit 2723ee8

Please sign in to comment.