-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected]
- Loading branch information
1 parent
c29e4bc
commit 9e8f2e6
Showing
9 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-apollo-plugin-operation-profiler", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"type": "module", | ||
"description": "GraphQL Apollo operation profiler plugin", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/graphql-utils": "^2.1.2", | ||
"@parameter1/graphql-utils": "^2.2.0", | ||
"@parameter1/object-path": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-directive-array", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"type": "module", | ||
"description": "GraphQL array directive", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/graphql-utils": "^2.1.2", | ||
"@parameter1/graphql-utils": "^2.2.0", | ||
"@parameter1/object-path": "^2.0.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-directive-interface-fields", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "GraphQL interface fields directive", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/graphql-utils": "^2.1.2", | ||
"@parameter1/graphql-utils": "^2.2.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-directive-object", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"type": "module", | ||
"description": "GraphQL object directive", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/graphql-utils": "^2.1.2", | ||
"@parameter1/graphql-utils": "^2.2.0", | ||
"@parameter1/object-path": "^2.0.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-scalar-date-time", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"type": "module", | ||
"description": "GraphQL DateTime scalar", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-scalar-date", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"type": "module", | ||
"description": "GraphQL date scalar, formatted as YYYY-MM-DD", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-scalar-month", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"type": "module", | ||
"description": "GraphQL Month scalar", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-transformer-enum-default-values", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"type": "module", | ||
"description": "GraphQL enum default values transformer", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/graphql-utils": "^2.1.2", | ||
"@parameter1/graphql-utils": "^2.2.0", | ||
"@parameter1/object-path": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/graphql-utils", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"type": "module", | ||
"description": "GraphQL utility functions", | ||
"author": "Jacob Bare <[email protected]>", | ||
|