Skip to content

Commit 1f68179

Browse files
authored
update core version (#479)
1 parent d0aea27 commit 1f68179

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

core/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "@token-io/core",
3-
"version": "1.0.31",
4-
"description": "Token JavaScript Core SDK",
5-
"license": "ISC",
6-
"author": {
7-
"name": "Token",
8-
"url": "https://token.io"
9-
},
10-
"homepage": "https://github.com/tokenio/sdk-js",
11-
"repository": {
12-
"type": "git",
13-
"url": "git://github.com/tokenio/sdk-js.git"
14-
},
15-
"scripts": {
16-
"lint": "eslint .",
17-
"doc": "esdoc"
18-
},
19-
"main": "src/index.js",
20-
"devDependencies": {
21-
"@token-io/eslint-config": "^1.0.3",
22-
"acorn": "^6.4.2",
23-
"babel-eslint": "^10.0.1",
24-
"esdoc": "^1.1.0",
25-
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
26-
"esdoc-flow-type-plugin": "^1.1.0",
27-
"esdoc-standard-plugin": "^1.0.0",
28-
"eslint": "^5.13.0",
29-
"eslint-plugin-flowtype": "^3.4.1",
30-
"eslint-plugin-import": "^2.16.0",
31-
"eslint-plugin-react": "^7.12.4",
32-
"flow-bin": "^0.93.0"
33-
},
34-
"dependencies": {
35-
"axios": "^0.21.1",
36-
"base64-js": "^1.3.0",
37-
"bs58": "4.0.0",
38-
"buffer": "^5.2.1",
39-
"fast-json-stable-stringify": "^2.0.0",
40-
"fast-sha256": "^1.1.0",
41-
"node-forge": "1.3.0",
42-
"tweetnacl": "^1.0.1"
43-
}
2+
"name": "@token-io/core",
3+
"version": "1.0.32",
4+
"description": "Token JavaScript Core SDK",
5+
"license": "ISC",
6+
"author": {
7+
"name": "Token",
8+
"url": "https://token.io"
9+
},
10+
"homepage": "https://github.com/tokenio/sdk-js",
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/tokenio/sdk-js.git"
14+
},
15+
"scripts": {
16+
"lint": "eslint .",
17+
"doc": "esdoc"
18+
},
19+
"main": "src/index.js",
20+
"devDependencies": {
21+
"@token-io/eslint-config": "^1.0.3",
22+
"acorn": "^6.4.2",
23+
"babel-eslint": "^10.0.1",
24+
"esdoc": "^1.1.0",
25+
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
26+
"esdoc-flow-type-plugin": "^1.1.0",
27+
"esdoc-standard-plugin": "^1.0.0",
28+
"eslint": "^5.13.0",
29+
"eslint-plugin-flowtype": "^3.4.1",
30+
"eslint-plugin-import": "^2.16.0",
31+
"eslint-plugin-react": "^7.12.4",
32+
"flow-bin": "^0.93.0"
33+
},
34+
"dependencies": {
35+
"axios": "^0.21.1",
36+
"base64-js": "^1.3.0",
37+
"bs58": "4.0.0",
38+
"buffer": "^5.2.1",
39+
"fast-json-stable-stringify": "^2.0.0",
40+
"fast-sha256": "^1.1.0",
41+
"node-forge": "1.3.0",
42+
"tweetnacl": "^1.0.1"
43+
}
4444
}

0 commit comments

Comments
 (0)