-
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
1296bcd
commit 811fbb7
Showing
24 changed files
with
121 additions
and
25 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package id-me |
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.0.1", | ||
"version": "0.1.0", | ||
"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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/packages/mongoose-plugins/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-mongoose-plugins |
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,14 +1,14 @@ | ||
{ | ||
"name": "@base-cms/id-me-mongoose-plugins", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A collection of Mongoose plugins for ID|Me schemas.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/base-cms/id-me/tree/master/packages/mongoose-plugins", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/packages/service-clients/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-service-clients |
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": "@base-cms/id-me-service-clients", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/packages/utils/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-utils |
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": "@base-cms/id-me-utils", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/application/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-application-service |
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": "@base-cms/id-me-application-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me application service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-mongoose-plugins": "^0.0.1", | ||
"@base-cms/id-me-service-clients": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-mongoose-plugins": "^0.1.0", | ||
"@base-cms/id-me-service-clients": "^0.1.0", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"@base-cms/micro": "^0.9.28", | ||
"@base-cms/utils": "^0.9.0", | ||
"@newrelic/native-metrics": "^4.1.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/graphql/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-graphql-service |
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": "@base-cms/id-me-graphql-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me GraphQL API server.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-service-clients": "^0.0.1", | ||
"@base-cms/id-me-service-clients": "^0.1.0", | ||
"@base-cms/utils": "^0.9.0", | ||
"@godaddy/terminus": "^4.1.2", | ||
"@newrelic/native-metrics": "^4.1.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/mailer/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-mailer-service |
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": "@base-cms/id-me-mailer-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/manage/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-manage |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/membership/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-membership-service |
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": "@base-cms/id-me-membership-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me organization membership service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-mongoose-plugins": "^0.0.1", | ||
"@base-cms/id-me-service-clients": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-mongoose-plugins": "^0.1.0", | ||
"@base-cms/id-me-service-clients": "^0.1.0", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"@base-cms/micro": "^0.9.28", | ||
"@base-cms/utils": "^0.9.0", | ||
"@newrelic/native-metrics": "^4.1.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/organization/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-organization-service |
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": "@base-cms/id-me-organization-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me organization service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"@base-cms/micro": "^0.9.28", | ||
"@base-cms/utils": "^0.9.0", | ||
"@newrelic/native-metrics": "^4.1.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/token/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-token-service |
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": "@base-cms/id-me-token-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me token service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"@base-cms/micro": "^0.9.28", | ||
"@newrelic/native-metrics": "^4.1.0", | ||
"jsonwebtoken": "^8.5.1", | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/base-cms/id-me/tree/master/services/user/compare/v0.0.1...v0.1.0) (2019-06-06) | ||
|
||
**Note:** Version bump only for package @base-cms/id-me-user-service |
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": "@base-cms/id-me-user-service", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The ID|Me user service.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
}, | ||
"dependencies": { | ||
"@base-cms/env": "^0.9.25", | ||
"@base-cms/id-me-mongoose-plugins": "^0.0.1", | ||
"@base-cms/id-me-service-clients": "^0.0.1", | ||
"@base-cms/id-me-utils": "^0.0.1", | ||
"@base-cms/id-me-mongoose-plugins": "^0.1.0", | ||
"@base-cms/id-me-service-clients": "^0.1.0", | ||
"@base-cms/id-me-utils": "^0.1.0", | ||
"@base-cms/micro": "^0.9.28", | ||
"@newrelic/native-metrics": "^4.1.0", | ||
"micro": "^9.3.4", | ||
|