-
Notifications
You must be signed in to change notification settings - Fork 5
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
e66988e
commit a981027
Showing
14 changed files
with
28 additions
and
28 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": "0.11.2", | ||
"version": "0.11.3", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
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": "@identity-x/mongoose-plugins", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "A collection of Mongoose plugins for IdentityX schemas.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"private": true, | ||
"dependencies": { | ||
"@identity-x/pagination": "^0.11.0", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/utils": "^0.11.3", | ||
"mongoose": "^5.5.11", | ||
"validator": "^11.0.0" | ||
}, | ||
|
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": "@identity-x/service-clients", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX service clients.", | ||
"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": "@identity-x/utils", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX utility functions.", | ||
"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": "@identity-x/application-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX application service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,9 +16,9 @@ | |
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/mongoose-plugins": "^0.11.2", | ||
"@identity-x/service-clients": "^0.11.2", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/mongoose-plugins": "^0.11.3", | ||
"@identity-x/service-clients": "^0.11.3", | ||
"@identity-x/utils": "^0.11.3", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
"newrelic": "^6.4.0", | ||
|
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": "@identity-x/export-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX export service.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@base-cms/object-path": "^1.9.0", | ||
"@identity-x/service-clients": "^0.11.2", | ||
"@identity-x/service-clients": "^0.11.3", | ||
"aws-sdk": "^2.610.0", | ||
"json2csv": "^4.5.4", | ||
"micro": "^9.3.4", | ||
|
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": "@identity-x/graphql-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX GraphQL API server.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"@base-cms/object-path": "^1.9.0", | ||
"@base-cms/utils": "^1.9.0", | ||
"@godaddy/terminus": "^4.2.0", | ||
"@identity-x/service-clients": "^0.11.2", | ||
"@identity-x/service-clients": "^0.11.3", | ||
"apollo-newrelic-extension": "^0.1.1", | ||
"apollo-server-express": "^2.5.0", | ||
"deep-assign": "^3.0.0", | ||
|
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": "@identity-x/ip-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX ip service.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[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": "@identity-x/locale-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX locale service.", | ||
"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": "@identity-x/mailer-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX mailer service.", | ||
"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": "@identity-x/membership-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX organization membership service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,9 +16,9 @@ | |
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/mongoose-plugins": "^0.11.2", | ||
"@identity-x/service-clients": "^0.11.2", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/mongoose-plugins": "^0.11.3", | ||
"@identity-x/service-clients": "^0.11.3", | ||
"@identity-x/utils": "^0.11.3", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
"newrelic": "^6.4.0", | ||
|
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": "@identity-x/organization-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX organization service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/utils": "^0.11.3", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
"newrelic": "^6.4.0", | ||
|
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": "@identity-x/token-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX token service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
"dependencies": { | ||
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/utils": "^0.11.3", | ||
"jsonwebtoken": "^8.5.1", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
|
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": "@identity-x/user-service", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "The IdentityX user service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -15,9 +15,9 @@ | |
"dependencies": { | ||
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.4", | ||
"@identity-x/mongoose-plugins": "^0.11.2", | ||
"@identity-x/service-clients": "^0.11.2", | ||
"@identity-x/utils": "^0.11.2", | ||
"@identity-x/mongoose-plugins": "^0.11.3", | ||
"@identity-x/service-clients": "^0.11.3", | ||
"@identity-x/utils": "^0.11.3", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
"newrelic": "^6.4.0" | ||
|