From ea46c915f6c4aacfb24c82de810cc184c13782f6 Mon Sep 17 00:00:00 2001 From: ruancheng Date: Thu, 17 Sep 2020 16:32:03 +0800 Subject: [PATCH] initial chainsql-lib-gm 1.1.6 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 561f1e47..cb5b1c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "chainsql-lib", - "version": "0.17.44", + "name": "chainsql-lib-gm", + "version": "1.1.6", "license": "ISC", "description": "A JavaScript API for interacting with Chainsql in Node.js and the browser", "files": [ @@ -24,10 +24,10 @@ "https-proxy-agent": "^2.2.0", "jsonschema": "1.2.2", "lodash": "^4.17.4", - "chainsql-address-codec": "^2.0.3", - "chainsql-binary-codec": "^0.1.35", - "chainsql-hashes": "^0.3.2", - "chainsql-keypairs": "^0.10.4", + "chainsql-address-codec": "2.0.3", + "chainsql-binary-codec": "0.1.35", + "chainsql-hashes": "0.3.2", + "chainsql-keypairs": "0.10.9", "chainsql-lib-transactionparser": "^0.6.1", "ws": "^1.0.1" },