Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rtang03 committed Jan 25, 2021
1 parent 4dd8786 commit 1cbef71
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.4"
"version": "0.7.5"
}
4 changes: 2 additions & 2 deletions packages/fabric-cqrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/fabric-cqrs",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -46,7 +46,7 @@
"t:qdbV2": "jest --forceExit --detectOpenHandles qdbV2.unit-test"
},
"dependencies": {
"@fabric-es/operator": "^0.7.4",
"@fabric-es/operator": "^0.7.5",
"dotenv": "^8.1.0",
"fabric-contract-api": "2.2.1",
"fabric-network": "2.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gateway-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gateway-lib",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Gateway library",
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/operator": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"@godaddy/terminus": "^4.4.1",
"apollo-link-http": "^1.5.17",
"apollo-server": "^2.13.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/gw-org1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org1",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-common": "^0.7.4",
"@fabric-es/model-document": "^0.7.4",
"@fabric-es/model-loan": "^0.7.4",
"@fabric-es/operator": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-common": "^0.7.5",
"@fabric-es/model-document": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/gw-org2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org2",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-common": "^0.7.4",
"@fabric-es/model-loan": "^0.7.4",
"@fabric-es/operator": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-common": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/gw-org3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org3",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-common": "^0.7.4",
"@fabric-es/model-loan": "^0.7.4",
"@fabric-es/operator": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-common": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/model-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-common",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,8 +16,8 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4"
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.19.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/model-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-document",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,9 +16,9 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-common": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-common": "^0.7.5",
"apollo-server-errors": "^2.3.4",
"graphql": "^15.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/model-loan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-loan",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,9 +16,9 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-common": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-common": "^0.7.5",
"apollo-server-errors": "^2.3.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/model-pboc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-pboc",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -14,9 +14,9 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/relay-lib": "^0.7.4"
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/relay-lib": "^0.7.5"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/operator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/operator",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Network operator",
Expand Down
6 changes: 3 additions & 3 deletions packages/relay-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/relay-lib",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Relay library",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"formidable": "^1.2.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/rl-org1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/rl-org1",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -17,10 +17,10 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-pboc": "^0.7.4",
"@fabric-es/relay-lib": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-pboc": "^0.7.5",
"@fabric-es/relay-lib": "^0.7.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"stoppable": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/rl-org2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/rl-org2",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -17,10 +17,10 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-pboc": "^0.7.4",
"@fabric-es/relay-lib": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-pboc": "^0.7.5",
"@fabric-es/relay-lib": "^0.7.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"stoppable": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/rl-org3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/rl-org3",
"version": "0.7.4",
"version": "0.7.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,10 +16,10 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.4",
"@fabric-es/gateway-lib": "^0.7.4",
"@fabric-es/model-pboc": "^0.7.4",
"@fabric-es/relay-lib": "^0.7.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-pboc": "^0.7.5",
"@fabric-es/relay-lib": "^0.7.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"stoppable": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/tester",
"version": "0.7.2",
"version": "0.7.5",
"license": "BSD-3-Clause-Clear",
"description": "Integration tester",
"scripts": {
Expand Down

0 comments on commit 1cbef71

Please sign in to comment.