Skip to content

Commit

Permalink
attemp v0.7.8
Browse files Browse the repository at this point in the history
Signed-off-by: rtang03 <[email protected]>
  • Loading branch information
rtang03 committed Mar 26, 2021
1 parent 1c44953 commit fd9969d
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 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.7"
"version": "0.7.8"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-es",
"version": "0.7.5",
"version": "0.7.8",
"license": "BSD-3-Clause-Clear",
"scripts": {
"cp:root": "rimraf .build && mkdir -p ./.build && cp ./package.json .build",
Expand Down
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.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -45,7 +45,7 @@
"unit-test:fab": "yarn t:store && yarn t:srv && yarn t:repo && yarn t:p-repo && yarn t:rec && yarn t:sub yarn t:qdb"
},
"dependencies": {
"@fabric-es/operator": "^0.7.6",
"@fabric-es/operator": "^0.7.8",
"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.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Gateway library",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/operator": "^0.7.6",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"@godaddy/terminus": "^4.4.1",
"apollo-link-http": "^1.5.17",
"apollo-server": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gw-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-identity": "^0.7.7",
"@fabric-es/operator": "^0.7.5",
"apollo-server": "^2.13.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/gw-org1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/model-document": "^0.7.7",
"@fabric-es/model-loan": "^0.7.7",
"@fabric-es/operator": "^0.7.6",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-document": "^0.7.8",
"@fabric-es/model-loan": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"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.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/model-document": "^0.7.7",
"@fabric-es/model-loan": "^0.7.7",
"@fabric-es/operator": "^0.7.6",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-document": "^0.7.8",
"@fabric-es/model-loan": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"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.7",
"version": "0.7.8",
"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.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/model-document": "^0.7.7",
"@fabric-es/model-loan": "^0.7.7",
"@fabric-es/operator": "^0.7.6",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-document": "^0.7.8",
"@fabric-es/model-loan": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/gw-registrar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-registrar",
"version": "0.7.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/model-identity": "^0.7.7",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-identity": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"did-jwt": "^4.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/gw-verifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-verifier",
"version": "0.7.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/model-identity": "^0.7.7",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"@fabric-es/model-identity": "^0.7.8",
"@fabric-es/operator": "^0.7.8",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"did-jwt": "^4.9.0",
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.7.8",
"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.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"apollo-server-errors": "^2.3.4",
"graphql": "^15.0.0",
"reselect": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/model-identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-identity",
"version": "0.7.7",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -17,8 +17,8 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"did-resolver": "^3.0.1",
"elliptic": "^6.5.4",
"graphql-type-json": "^0.3.2",
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.7.8",
"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.7",
"@fabric-es/gateway-lib": "^0.7.7",
"@fabric-es/fabric-cqrs": "^0.7.8",
"@fabric-es/gateway-lib": "^0.7.8",
"apollo-server-errors": "^2.3.4"
},
"devDependencies": {
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.6",
"version": "0.7.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Network operator",
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.6",
"version": "0.7.8",
"license": "BSD-3-Clause-Clear",
"description": "Integration tester",
"scripts": {
Expand Down

0 comments on commit fd9969d

Please sign in to comment.