Skip to content

Commit 8d0c7b9

Browse files
committed
chore: update version
1 parent c32d380 commit 8d0c7b9

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.0.6
2+
1.更新i18n
3+
2.修复合约方法名称不能为12个字符长度的bug
4+
5+
## v0.0.5
6+
1.统一gxclient报错归类到 UN_DEF_ERROR: 433,该code暂时用于存放未归类错误,如果之后需要单独处理,会从这里面提取出来。
7+
2.gxc添加getObjects方法
8+
19
## v0.0.4
210
311

@@ -24,6 +32,3 @@ developer: [email protected] [email protected]
2432
​ 7.4 scatter身份授权下若有子授权,删除报错
2533

2634
​ ...
27-
28-
29-

gscatter.zip

6.52 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GScatter-web-extension",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"extension-streams": "^1.0.7",
2626
"fcbuffer": "^2.2.1",
2727
"gxc-frontend-base": "^0.1.0",
28-
"gxclient": "^1.5.8",
28+
"gxclient": "^1.5.10",
2929
"lodash": "^4.17.11",
3030
"ridl": "^0.1.0",
3131
"scrypt-async": "^2.0.0",

src/copied/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "GScatter",
44
"description": "Decentralized signature, identity and authentication system.",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
77
"browser_action": {
88
"default_icon": "icon.png",

yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,12 +2756,6 @@ [email protected]:
27562756
version "1.10.5"
27572757
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
27582758

2759-
gxbjs-ws@^1.1.23:
2760-
version "1.1.23"
2761-
resolved "https://registry.yarnpkg.com/gxbjs-ws/-/gxbjs-ws-1.1.23.tgz#69d21a750945157a066329422859d75c8f22cf5f"
2762-
dependencies:
2763-
ws "^4.1.0"
2764-
27652759
gxbjs-ws@^1.2.0:
27662760
version "1.2.0"
27672761
resolved "https://registry.yarnpkg.com/gxbjs-ws/-/gxbjs-ws-1.2.0.tgz#5fbb8a8261b5e5730c92b75c7d4c159d7ff2b3ca"
@@ -2786,9 +2780,9 @@ gxbjs@^1.2.89:
27862780
secp256k1 "^3.3.0"
27872781
secure-random "^1.1.1"
27882782

2789-
gxbjs@^1.3.5:
2790-
version "1.3.5"
2791-
resolved "https://registry.yarnpkg.com/gxbjs/-/gxbjs-1.3.5.tgz#35360a048c427b081e0cc9e93d37d55e24c55fd2"
2783+
gxbjs@^1.3.11:
2784+
version "1.3.12"
2785+
resolved "https://registry.yarnpkg.com/gxbjs/-/gxbjs-1.3.12.tgz#cf03fda13fda4973f8b1edb646aa4cc29df164b5"
27922786
dependencies:
27932787
bigi "^1.4.1"
27942788
bs58 "^3.0.0"
@@ -2799,7 +2793,7 @@ gxbjs@^1.3.5:
27992793
deep-equal "^1.0.1"
28002794
ecurve "^1.0.2"
28012795
event-emitter "^0.3.4"
2802-
gxbjs-ws "^1.1.23"
2796+
gxbjs-ws "^1.2.0"
28032797
immutable "^3.7.6"
28042798
secp256k1 "^3.3.0"
28052799
secure-random "^1.1.1"
@@ -2812,15 +2806,15 @@ [email protected], gxc-frontend-base@^0.1.0, "gxc-frontend-base@github:gxc
28122806
gxbjs "^1.2.89"
28132807
lodash "^4.17.10"
28142808

2815-
gxclient@^1.5.8:
2816-
version "1.5.8"
2817-
resolved "https://registry.yarnpkg.com/gxclient/-/gxclient-1.5.8.tgz#26923b8cd02af1bda0d30e1292b37f585b88d1f2"
2809+
gxclient@^1.5.10:
2810+
version "1.5.10"
2811+
resolved "https://registry.yarnpkg.com/gxclient/-/gxclient-1.5.10.tgz#b7183ad3b387487be0d6dc10eef7c69bfcd9c6c9"
28182812
dependencies:
28192813
babel-runtime "^6.26.0"
28202814
chalk "^2.4.1"
28212815
commander "^2.17.1"
28222816
debug "^3.1.0"
2823-
gxbjs "^1.3.5"
2817+
gxbjs "^1.3.11"
28242818
gxc-frontend-base "github:gxchain/gxc-frontend-base"
28252819
lodash "^4.17.11"
28262820
superagent "^3.8.3"

0 commit comments

Comments
 (0)