Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed May 16, 2019
1 parent 75d414f commit 62b7bc4
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 55 deletions.
16 changes: 8 additions & 8 deletions apps/forge-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-cli",
"version": "0.26.10",
"version": "0.27.0",
"description": "a general set of CLI for arcblock Forge framework",
"license": "Apache-2.0",
"main": "src/index.js",
Expand Down Expand Up @@ -47,13 +47,13 @@
},
"homepage": "https://github.com/arcblock/forge-js/packages/forge-cli#readme",
"dependencies": {
"@arcblock/forge-config": "^0.26.0",
"@arcblock/forge-message": "^0.26.10",
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-wallet": "^0.26.10",
"@arcblock/graphql-client": "^0.26.10",
"@arcblock/grpc-client": "^0.26.10",
"@arcblock/mcrypto": "^0.26.10",
"@arcblock/forge-config": "^0.27.0",
"@arcblock/forge-message": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-wallet": "^0.27.0",
"@arcblock/graphql-client": "^0.27.0",
"@arcblock/grpc-client": "^0.27.0",
"@arcblock/mcrypto": "^0.27.0",
"@iarna/toml": "^2.2.3",
"app-module-path": "^2.2.0",
"chalk": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/kvstore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-app-kvstore",
"private": true,
"version": "0.26.10",
"version": "0.27.0",
"description": "",
"main": "app.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-proto": "^0.27.0",
"nodemon": "^1.18.9"
},
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e"
Expand Down
8 changes: 4 additions & 4 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "forge-app-simple",
"private": true,
"version": "0.26.10",
"version": "0.27.0",
"description": "> This is an simple app powered by forge and forge-sdk, it just uses forge-core and send standard transactions supported by forge core.",
"main": "rpc.js",
"scripts": {},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@arcblock/forge-config": "^0.26.0",
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/grpc-client": "^0.26.10",
"@arcblock/forge-config": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/grpc-client": "^0.27.0",
"death": "^1.1.0"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.11",
"version": "0.27.0",
"useWorkspaces": true,
"npmClient": "yarn",
"ignoreChanges": [
Expand Down
10 changes: 5 additions & 5 deletions packages/did-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-auth",
"description": "Helper function to setup DID authentication support on a node.js web server",
"version": "0.26.11",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand All @@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@arcblock/did": "^0.26.10",
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-wallet": "^0.26.10",
"@arcblock/mcrypto": "^0.26.10",
"@arcblock/did": "^0.27.0",
"@arcblock/forge-util": "^0.27.0",
"@arcblock/forge-wallet": "^0.27.0",
"@arcblock/mcrypto": "^0.27.0",
"debug": "^4.1.1",
"multibase": "^0.6.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/did-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/did-util",
"description": "Helper function to calculate did",
"version": "0.26.10",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand All @@ -18,11 +18,11 @@
"wangshijun <[email protected]> (https://ocap.arcblock.io)"
],
"dependencies": {
"@arcblock/did": "^0.26.10",
"@arcblock/forge-message": "^0.26.10",
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-wallet": "^0.26.10",
"@arcblock/mcrypto": "^0.26.10"
"@arcblock/did": "^0.27.0",
"@arcblock/forge-message": "^0.27.0",
"@arcblock/forge-util": "^0.27.0",
"@arcblock/forge-wallet": "^0.27.0",
"@arcblock/mcrypto": "^0.27.0"
},
"devDependencies": {
"jest": "^23.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/did/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/did",
"version": "0.26.10",
"version": "0.27.0",
"description": "Javascript lib to work with ArcBlock DID",
"keywords": [
"forge",
Expand Down Expand Up @@ -44,8 +44,8 @@
"url": "https://github.com/ArcBlock/forge-js/issues"
},
"dependencies": {
"@arcblock/forge-util": "^0.26.10",
"@arcblock/mcrypto": "^0.26.10",
"@arcblock/forge-util": "^0.27.0",
"@arcblock/mcrypto": "^0.27.0",
"base64-url": "^2.2.0",
"debug": "^4.1.1",
"json-stable-stringify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/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": "0.26.0",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/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": "0.26.10",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-util": "^0.27.0",
"camelcase": "^5.0.0",
"debug": "^4.1.1",
"google-protobuf": "3.7.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/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": "0.26.10",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/forge-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-util",
"version": "0.26.10",
"version": "0.27.0",
"description": "utils shared across mutlipe forge js libs, works in both node.js and browser",
"keywords": [
"forge",
Expand Down
6 changes: 3 additions & 3 deletions packages/forge-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-wallet",
"version": "0.26.10",
"version": "0.27.0",
"description": "Utility function to create and use an forge compatible crypto wallet",
"keywords": [
"crypto",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/ArcBlock/forge-js/issues"
},
"dependencies": {
"@arcblock/did": "^0.26.10",
"@arcblock/mcrypto": "^0.26.10"
"@arcblock/did": "^0.27.0",
"@arcblock/mcrypto": "^0.27.0"
}
}
10 changes: 5 additions & 5 deletions packages/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/graphql-client",
"version": "0.26.10",
"version": "0.27.0",
"description": "graphql client to read/write data on forge powered blockchain",
"keywords": [
"graphql",
Expand Down Expand Up @@ -31,9 +31,9 @@
"lib"
],
"dependencies": {
"@arcblock/forge-message": "^0.26.10",
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-wallet": "^0.26.10",
"@arcblock/forge-message": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-wallet": "^0.27.0",
"@arcblock/sdk-util": "^0.20.0",
"babel-polyfill": "^6.26.0",
"base64-url": "^2.2.0",
Expand All @@ -45,7 +45,7 @@
"wolfy87-eventemitter": "^5.2.5"
},
"devDependencies": {
"@arcblock/did-util": "^0.26.10",
"@arcblock/did-util": "^0.27.0",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"babel-cli": "^6.26.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/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": "0.26.10",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand All @@ -19,10 +19,10 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-config": "^0.26.0",
"@arcblock/forge-message": "^0.26.10",
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-config": "^0.27.0",
"@arcblock/forge-message": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-util": "^0.27.0",
"camelcase": "^5.0.0",
"debug": "^4.1.1",
"grpc": "^1.18.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mcrypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/mcrypto",
"version": "0.26.10",
"version": "0.27.0",
"description": "Crypto lib that provides signer,crypter,hasher interface",
"keywords": [
"crypto",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/ArcBlock/forge-js/issues"
},
"dependencies": {
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-util": "^0.27.0",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.1",
"interface": "^1.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/tcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/tcp-server",
"description": "Node.js SDK for Forge Framework by ArcBlock",
"version": "0.26.10",
"version": "0.27.0",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand All @@ -19,13 +19,13 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-message": "^0.26.10",
"@arcblock/forge-proto": "^0.26.10",
"@arcblock/forge-util": "^0.26.10",
"@arcblock/forge-message": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-util": "^0.27.0",
"debug": "^4.1.1"
},
"devDependencies": {
"@arcblock/forge-config": "^0.26.0",
"@arcblock/forge-config": "^0.27.0",
"jest": "^23.5.0",
"remark-cli": "^5.0.0",
"remark-preset-github": "^0.0.9"
Expand Down

0 comments on commit 62b7bc4

Please sign in to comment.