Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Sep 7, 2022
1 parent dea3726 commit 6318092
Show file tree
Hide file tree
Showing 30 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions did/did-agent-storage-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-agent-storage-memory",
"description": "Storage engine that uses memory for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,6 +61,6 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-agent-storage": "^1.7.0"
"@arcblock/did-agent-storage": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions did/did-agent-storage-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-agent-storage-mongo",
"description": "Storage engine that uses mongodb for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-agent-storage": "^1.7.0",
"@arcblock/did-agent-storage": "^1.7.1",
"mongodb": "3.1.13"
}
}
4 changes: 2 additions & 2 deletions did/did-agent-storage-nedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-agent-storage-nedb",
"description": "Storage engine that uses nedb for agent-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-agent-storage": "^1.7.0",
"@arcblock/did-agent-storage": "^1.7.1",
"@nedb/core": "2.x",
"@nedb/multi": "2.x",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion did/did-agent-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-agent-storage",
"description": "Storage interface for delegated did-auth between application and wallet",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down
4 changes: 2 additions & 2 deletions did/did-auth-storage-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage-firebase",
"description": "Storage engine that uses firebase for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,6 +61,6 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-auth-storage": "^1.7.0"
"@arcblock/did-auth-storage": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions did/did-auth-storage-keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage-keystone",
"description": "Storage engine that uses keystone.js for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,6 +61,6 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-auth-storage": "^1.7.0"
"@arcblock/did-auth-storage": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions did/did-auth-storage-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage-memory",
"description": "Storage engine that uses memory for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,6 +61,6 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-auth-storage": "^1.7.0"
"@arcblock/did-auth-storage": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions did/did-auth-storage-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage-mongo",
"description": "Storage engine that uses mongodb for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-auth-storage": "^1.7.0",
"@arcblock/did-auth-storage": "^1.7.1",
"debug": "^4.3.4",
"mongodb": "3.1.13"
}
Expand Down
4 changes: 2 additions & 2 deletions did/did-auth-storage-nedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage-nedb",
"description": "Storage engine that uses nedb for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35",
"dependencies": {
"@arcblock/did-auth-storage": "^1.7.0",
"@arcblock/did-auth-storage": "^1.7.1",
"@nedb/core": "2.x",
"@nedb/multi": "2.x",
"debug": "^4.3.4"
Expand Down
2 changes: 1 addition & 1 deletion did/did-auth-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth-storage",
"description": "Storage interface for did-auth",
"version": "1.7.0",
"version": "1.7.1",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/forge-js/issues",
Expand Down
2 changes: 1 addition & 1 deletion did/event-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/event-client",
"description": "Helper library to attach a websocket server to any express app",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand Down
4 changes: 2 additions & 2 deletions did/event-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/event-server",
"description": "Helper library to attach a websocket server to any express app",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand All @@ -20,7 +20,7 @@
"ws": "^7.5.9"
},
"devDependencies": {
"@arcblock/event-client": "^1.7.0",
"@arcblock/event-client": "^1.7.1",
"create-test-server": "^3.0.1",
"jest": "^24.9.0",
"remark-cli": "^5.0.0",
Expand Down
16 changes: 8 additions & 8 deletions examples/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "tx-protocol-example",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"description": "Simple demo on how to deploy customized tx protocol to forge",
"scripts": {},
"dependencies": {
"@arcblock/did-util": "^1.17.19",
"@arcblock/forge-config": "^1.7.0",
"@arcblock/forge-proto": "^1.7.0",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-wallet": "^1.7.0",
"@arcblock/graphql-client": "^1.7.0",
"@arcblock/grpc-client": "^1.7.0",
"@arcblock/mcrypto": "^1.7.0",
"@arcblock/forge-config": "^1.7.1",
"@arcblock/forge-proto": "^1.7.1",
"@arcblock/forge-util": "^1.7.1",
"@arcblock/forge-wallet": "^1.7.1",
"@arcblock/graphql-client": "^1.7.1",
"@arcblock/grpc-client": "^1.7.1",
"@arcblock/mcrypto": "^1.7.1",
"base64-url": "^2.3.3",
"death": "^1.1.0",
"moment": "^2.29.4"
Expand Down
12 changes: 6 additions & 6 deletions forge/client-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/client-extension",
"description": "Utility to generate methods on GraphQLClient or GRpcClient",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand All @@ -17,11 +17,11 @@
"dependencies": {
"@arcblock/did": "^1.17.19",
"@arcblock/did-util": "^1.17.19",
"@arcblock/forge-message": "^1.7.0",
"@arcblock/forge-proto": "^1.7.0",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-wallet": "^1.7.0",
"@arcblock/mcrypto": "^1.7.0",
"@arcblock/forge-message": "^1.7.1",
"@arcblock/forge-proto": "^1.7.1",
"@arcblock/forge-util": "^1.7.1",
"@arcblock/forge-wallet": "^1.7.1",
"@arcblock/mcrypto": "^1.7.1",
"debug": "^4.3.4",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion forge/forge-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-config",
"description": "Utility to parse/stringify forge config",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand Down
6 changes: 3 additions & 3 deletions forge/forge-message/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-message",
"description": "Utility functions to encode and decode message that can send to forge",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand All @@ -15,8 +15,8 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-proto": "^1.7.0",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-proto": "^1.7.1",
"@arcblock/forge-util": "^1.7.1",
"debug": "^4.3.4",
"google-protobuf": "^3.21.0",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion forge/forge-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-proto",
"description": "Static modules generated from forge-sdk protobuf files",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand Down
12 changes: 6 additions & 6 deletions forge/forge-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-sdk",
"description": "Forge javascript SDK packages all-in-one",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand All @@ -16,11 +16,11 @@
},
"dependencies": {
"@arcblock/did-util": "^1.17.19",
"@arcblock/forge-message": "^1.7.0",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-wallet": "^1.7.0",
"@arcblock/graphql-client": "^1.7.0",
"@arcblock/grpc-client": "^1.7.0",
"@arcblock/forge-message": "^1.7.1",
"@arcblock/forge-util": "^1.7.1",
"@arcblock/forge-wallet": "^1.7.1",
"@arcblock/graphql-client": "^1.7.1",
"@arcblock/grpc-client": "^1.7.1",
"debug": "^4.3.4",
"react-app-polyfill": "^1.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion forge/forge-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-util",
"version": "1.7.0",
"version": "1.7.1",
"description": "utils shared across mutlipe forge js libs, works in both node.js and browser",
"keywords": [
"forge",
Expand Down
4 changes: 2 additions & 2 deletions forge/forge-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-wallet",
"version": "1.7.0",
"version": "1.7.1",
"description": "Utility function to create and use an forge compatible crypto wallet",
"keywords": [
"crypto",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@arcblock/did": "^1.17.19",
"@arcblock/mcrypto": "^1.7.0"
"@arcblock/mcrypto": "^1.7.1"
},
"gitHead": "570a366418890ded86422e168417bae0c9967e35"
}
8 changes: 4 additions & 4 deletions forge/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/graphql-client",
"version": "1.7.0",
"version": "1.7.1",
"description": "graphql client to read/write data on forge powered blockchain",
"keywords": [
"graphql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lib"
],
"dependencies": {
"@arcblock/client-extension": "^1.7.0",
"@arcblock/client-extension": "^1.7.1",
"@arcblock/sdk-util": "^0.32.0",
"blueimp-md5": "^2.19.0",
"debug": "^4.3.4",
Expand All @@ -40,8 +40,8 @@
},
"devDependencies": {
"@arcblock/did-util": "^1.17.19",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-wallet": "^1.7.0",
"@arcblock/forge-util": "^1.7.1",
"@arcblock/forge-wallet": "^1.7.1",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.21.2",
"babel-cli": "^6.26.0",
Expand Down
12 changes: 6 additions & 6 deletions forge/grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/grpc-client",
"description": "gRPC client to read/write data on forge powered blockchain",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
Expand All @@ -15,18 +15,18 @@
"access": "public"
},
"dependencies": {
"@arcblock/client-extension": "^1.7.0",
"@arcblock/forge-message": "^1.7.0",
"@arcblock/forge-proto": "^1.7.0",
"@arcblock/client-extension": "^1.7.1",
"@arcblock/forge-message": "^1.7.1",
"@arcblock/forge-proto": "^1.7.1",
"@grpc/grpc-js": "^1.6.12",
"debug": "^4.3.4",
"google-auth-library": "^6.1.6",
"lodash": "^4.17.21"
},
"devDependencies": {
"@arcblock/did-util": "^1.17.19",
"@arcblock/forge-util": "^1.7.0",
"@arcblock/forge-wallet": "^1.7.0",
"@arcblock/forge-util": "^1.7.1",
"@arcblock/forge-wallet": "^1.7.1",
"jest": "^24.9.0",
"remark-cli": "^5.0.0",
"remark-preset-github": "^0.0.9"
Expand Down
Loading

0 comments on commit 6318092

Please sign in to comment.