-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b449bb
commit 6227e41
Showing
4 changed files
with
7 additions
and
7 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,5 +1,5 @@ | ||
{ | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
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/omeda-api-cache-ioredis", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "Provides Redis caching of Omeda API client responses using the `ioredis` package", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/omeda-api-client": "^1.5.3", | ||
"@parameter1/omeda-api-client": "^1.6.0", | ||
"ioredis": "^4.28.3" | ||
}, | ||
"publishConfig": { | ||
|
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/omeda-api-client", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "A NodeJS API client for making requests to Omeda's REST API", | ||
"main": "src/index.js", | ||
"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/omeda-graphql-service", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "A fully-featured GraphQL API server that uses Omeda's REST API and data from MongoDB", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -20,8 +20,8 @@ | |
"dependencies": { | ||
"@parameter1/graphql-mongodb-pagination": "^2.2.15", | ||
"@parameter1/joi": "^1.2.10", | ||
"@parameter1/omeda-api-cache-ioredis": "^1.5.3", | ||
"@parameter1/omeda-api-client": "^1.5.3", | ||
"@parameter1/omeda-api-cache-ioredis": "^1.6.0", | ||
"@parameter1/omeda-api-client": "^1.6.0", | ||
"@parameter1/omeda-mongodb": "^1.3.0", | ||
"@parameter1/terminus": "^1.10.0", | ||
"@parameter1/utils": "^1.1.24", | ||
|