Skip to content

Commit

Permalink
[skip ci] chore(release): publish v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurau4 committed Mar 25, 2020
1 parent 78d93eb commit c2326b8
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -9,5 +9,5 @@
}
},
"npmClient": "yarn",
"version": "2.0.1"
"version": "2.0.2"
}
8 changes: 4 additions & 4 deletions modules/api-explorer-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/api-explorer-client",
"version": "2.0.1",
"version": "2.0.2",
"description": "Client application of phenyl-api-explorer",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,9 +33,9 @@
]
},
"devDependencies": {
"@phenyl/http-client": "^2.0.1",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/http-client": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"@types/node": "12.12.30",
"@types/react": "16.9.16",
"@types/react-dom": "16.9.5",
Expand Down
18 changes: 9 additions & 9 deletions modules/api-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/api-explorer",
"version": "2.0.1",
"version": "2.0.2",
"description": "Automatically renders API explorer pages like swagger",
"repository": "https://github.com/phenyl-js/phenyl/tree/master/modules/phenyl-api-explorer",
"license": "Apache-2.0",
Expand All @@ -25,18 +25,18 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/api-explorer-client": "^2.0.1",
"@phenyl/api-explorer-client": "^2.0.2",
"ejs": "^3.0.1",
"upbin": "^0.9.2"
},
"devDependencies": {
"@phenyl/http-client": "^2.0.1",
"@phenyl/http-server": "^2.0.1",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/lambda-adapter": "^2.0.0",
"@phenyl/memory-db": "^2.0.0",
"@phenyl/rest-api": "^2.0.0",
"@phenyl/standards": "^2.0.1",
"@phenyl/http-client": "^2.0.2",
"@phenyl/http-server": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/lambda-adapter": "^2.0.2",
"@phenyl/memory-db": "^2.0.2",
"@phenyl/rest-api": "^2.0.2",
"@phenyl/standards": "^2.0.2",
"@types/ejs": "3.0.1",
"nodemon": "2.0.2",
"power-crypt": "0.2.2"
Expand Down
6 changes: 3 additions & 3 deletions modules/central-state/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/central-state",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache License 2.0",
Expand All @@ -22,8 +22,8 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"sp2": "^1.6.3"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions modules/express/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Express middleware to use Phenyl in it.",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -24,16 +24,16 @@
"watch": "upbin tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@phenyl/http-rules": "^2.0.0",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/http-rules": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"express": "^4.17.1",
"raw-body": "^2.4.1"
},
"devDependencies": {
"@phenyl/http-client": "^2.0.1",
"@phenyl/memory-db": "^2.0.0",
"@phenyl/rest-api": "^2.0.0",
"@phenyl/http-client": "^2.0.2",
"@phenyl/memory-db": "^2.0.2",
"@phenyl/rest-api": "^2.0.2",
"upbin": "0.9.2"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions modules/http-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/http-client",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -22,15 +22,15 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/http-rules": "^2.0.0",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/http-rules": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"cross-fetch": "^3.0.2"
},
"devDependencies": {
"@phenyl/http-server": "^2.0.1",
"@phenyl/memory-db": "^2.0.0",
"@phenyl/rest-api": "^2.0.0",
"@phenyl/http-server": "^2.0.2",
"@phenyl/memory-db": "^2.0.2",
"@phenyl/rest-api": "^2.0.2",
"power-assert": "1.6.1",
"upbin": "0.9.2"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/http-rules/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/http-rules",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"watch": "upbin tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0"
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2"
},
"devDependencies": {
"upbin": "0.9.2"
Expand Down
6 changes: 3 additions & 3 deletions modules/http-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/http-server",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/http-rules": "^2.0.0",
"@phenyl/interfaces": "^2.0.0"
"@phenyl/http-rules": "^2.0.2",
"@phenyl/interfaces": "^2.0.2"
},
"devDependencies": {
"@babel/register": "7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/interfaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/interfaces",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/lambda-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/lambda-adapter",
"version": "2.0.0",
"version": "2.0.2",
"description": "Adapter for AWS lambda",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"watch": "upbin tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@phenyl/http-rules": "^2.0.0",
"@phenyl/interfaces": "^2.0.0"
"@phenyl/http-rules": "^2.0.2",
"@phenyl/interfaces": "^2.0.2"
},
"devDependencies": {
"upbin": "0.9.2"
Expand Down
12 changes: 6 additions & 6 deletions modules/memory-db/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/memory-db",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -20,14 +20,14 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/central-state": "^2.0.0",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/state": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/central-state": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/state": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"sp2": "^1.6.3"
},
"devDependencies": {
"@phenyl/rest-api": "^2.0.0",
"@phenyl/rest-api": "^2.0.2",
"upbin": "0.9.2"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions modules/mongodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/mongodb",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -25,17 +25,17 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/central-state": "^2.0.0",
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/central-state": "^2.0.2",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"@types/mongodb": "^3.3.12",
"bson": "^4.0.2",
"es6-promisify": "^5.0.0",
"mongodb": "^3.4.0",
"sp2": "^1.6.3"
},
"devDependencies": {
"@phenyl/rest-api": "^2.0.0",
"@phenyl/rest-api": "^2.0.2",
"upbin": "0.9.2"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions modules/redux/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/redux",
"version": "2.0.1",
"version": "2.0.2",
"description": "phenyl wrapper for redux",
"repository": "https://github.com/phenyl-js/phenyl/tree/master/modules/phenyl-redux",
"license": "Apache-2.0",
Expand All @@ -24,17 +24,17 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"fast-deep-equal": "^3.1.1",
"sp2": "^1.6.3"
},
"devDependencies": {
"@phenyl/http-client": "^2.0.1",
"@phenyl/http-server": "^2.0.1",
"@phenyl/memory-db": "^2.0.0",
"@phenyl/rest-api": "^2.0.0",
"@phenyl/standards": "^2.0.1",
"@phenyl/http-client": "^2.0.2",
"@phenyl/http-server": "^2.0.2",
"@phenyl/memory-db": "^2.0.2",
"@phenyl/rest-api": "^2.0.2",
"@phenyl/standards": "^2.0.2",
"redux": "4.0.5",
"upbin": "0.9.2"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/rest-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/rest-api",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -21,8 +21,8 @@
"watch": "upbin tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0"
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2"
},
"devDependencies": {
"upbin": "0.9.2"
Expand Down
14 changes: 7 additions & 7 deletions modules/standards/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/standards",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -24,16 +24,16 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/utils": "^2.0.0",
"@phenyl/interfaces": "^2.0.2",
"@phenyl/utils": "^2.0.2",
"power-crypt": "0.2.2",
"sp2": "1.6.3"
},
"devDependencies": {
"@phenyl/http-client": "^2.0.1",
"@phenyl/http-server": "^2.0.1",
"@phenyl/memory-db": "^2.0.0",
"@phenyl/rest-api": "^2.0.0",
"@phenyl/http-client": "^2.0.2",
"@phenyl/http-server": "^2.0.2",
"@phenyl/memory-db": "^2.0.2",
"@phenyl/rest-api": "^2.0.2",
"upbin": "0.9.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/state/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/state",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/interfaces": "^2.0.2",
"sp2": "^1.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions modules/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@phenyl/utils",
"version": "2.0.0",
"version": "2.0.2",
"description": "",
"repository": "phenyl-js/phenyl",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"watch": "upbin tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@phenyl/interfaces": "^2.0.0",
"@phenyl/interfaces": "^2.0.2",
"sp2": "^1.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit c2326b8

Please sign in to comment.