-
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
54024eb
commit 10257cc
Showing
10 changed files
with
20 additions
and
20 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.12.6", | ||
"version": "0.12.7", | ||
"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.12.5", | ||
"version": "0.12.7", | ||
"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.12.5", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/utils": "^0.12.7", | ||
"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/utils", | ||
"version": "0.12.5", | ||
"version": "0.12.7", | ||
"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.12.6", | ||
"version": "0.12.7", | ||
"description": "The IdentityX application service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -17,9 +17,9 @@ | |
"@base-cms/micro": "^1.21.5", | ||
"@base-cms/object-path": "^1.9.0", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/mongoose-plugins": "^0.12.5", | ||
"@identity-x/mongoose-plugins": "^0.12.7", | ||
"@identity-x/service-clients": "^0.12.0", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/utils": "^0.12.7", | ||
"burner-email-providers": "^1.0.13", | ||
"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/graphql-service", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"description": "The IdentityX GraphQL API server.", | ||
"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
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.12.5", | ||
"version": "0.12.7", | ||
"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.5", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/mongoose-plugins": "^0.12.5", | ||
"@identity-x/mongoose-plugins": "^0.12.7", | ||
"@identity-x/service-clients": "^0.12.0", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/utils": "^0.12.7", | ||
"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.12.5", | ||
"version": "0.12.7", | ||
"description": "The IdentityX organization service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,8 +16,8 @@ | |
"@base-cms/env": "^1.0.0", | ||
"@base-cms/micro": "^1.21.5", | ||
"@base-cms/utils": "^1.9.0", | ||
"@identity-x/mongoose-plugins": "^0.12.5", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/mongoose-plugins": "^0.12.7", | ||
"@identity-x/utils": "^0.12.7", | ||
"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.12.5", | ||
"version": "0.12.7", | ||
"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.5", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/utils": "^0.12.7", | ||
"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.12.5", | ||
"version": "0.12.7", | ||
"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.5", | ||
"@identity-x/mongoose-plugins": "^0.12.5", | ||
"@identity-x/mongoose-plugins": "^0.12.7", | ||
"@identity-x/service-clients": "^0.12.0", | ||
"@identity-x/utils": "^0.12.5", | ||
"@identity-x/utils": "^0.12.7", | ||
"micro": "^9.3.4", | ||
"mongoose": "^5.5.11", | ||
"newrelic": "^6.4.0" | ||
|