Skip to content

Commit d599a4d

Browse files
authored
bump core lib in tpp and app module (#480)
bumping version to include support for the escrow env
1 parent 1f68179 commit d599a4d

File tree

4 files changed

+33
-39
lines changed

4 files changed

+33
-39
lines changed

app/package-lock.json

Lines changed: 17 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@token-io/app",
3-
"version": "1.0.56",
3+
"version": "1.0.57",
44
"description": "Token JavaScript App SDK",
55
"license": "ISC",
66
"author": {
@@ -75,7 +75,7 @@
7575
},
7676
"dependencies": {
7777
"@babel/runtime-corejs2": "^7.8.4",
78-
"@token-io/core": "^1.0.31",
78+
"@token-io/core": "^1.0.32",
7979
"axios": "^0.21.1",
8080
"base64-js": "^1.3.1",
8181
"bs58": "4.0.0",

tpp/package-lock.json

Lines changed: 12 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tpp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@token-io/tpp",
3-
"version": "1.0.76",
3+
"version": "1.0.77",
44
"description": "Token JavaScript TPP SDK",
55
"license": "ISC",
66
"author": {
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@babel/runtime-corejs2": "^7.5.5",
63-
"@token-io/core": "^1.0.31",
63+
"@token-io/core": "^1.0.32",
6464
"axios": "^0.21.1",
6565
"base64-js": "^1.3.1",
6666
"bs58": "4.0.0",

0 commit comments

Comments
 (0)