Skip to content

Commit

Permalink
chore: bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Nov 13, 2023
1 parent debbdfa commit 338859e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/rest-api-core",
"version": "0.4.5-1",
"version": "0.4.5",
"repository": {
"type": "git",
"url": "git+https://github.com/logion-network/logion-rest-api-core.git"
Expand All @@ -26,7 +26,7 @@
"coverage": "nyc yarn run test"
},
"dependencies": {
"@logion/authenticator": "^0.5.3",
"@logion/authenticator": "^0.5.4",
"dinoloop": "^2.4.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@logion/node-api": "^0.25.0-4",
"@logion/node-api": "^0.25.0",
"@tsconfig/node16": "^1.0.3",
"@types/express": "^4.17.14",
"@types/express-fileupload": "^1.4.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1710,9 +1710,9 @@ __metadata:
languageName: node
linkType: hard

"@logion/authenticator@npm:^0.5.3":
version: 0.5.3
resolution: "@logion/authenticator@npm:0.5.3"
"@logion/authenticator@npm:^0.5.4":
version: 0.5.4
resolution: "@logion/authenticator@npm:0.5.4"
dependencies:
"@ethersproject/transactions": ^5.6.2
"@multiversx/sdk-core": ^12.4.3
Expand All @@ -1725,21 +1725,21 @@ __metadata:
web3-utils: ^1.7.4
peerDependencies:
"@logion/node-api": 0.x
checksum: 8e12079d086826ebc71450b98517aa38303b2f1a0d2274747c98ad6c8345b314e257f7c1cbefc42433ed164a1fe9963c2fa90e31c3728f1c7dd4e9032eee8413
checksum: 94cdb5c9d519599469de59f1c7dcda3dd55f8020e01cf2c23f49fa6c40e7ac62c248555267934fd58057d5920278e481b64089ee49bf67000a2864a8b557e54a
languageName: node
linkType: hard

"@logion/node-api@npm:^0.25.0-4":
version: 0.25.0-4
resolution: "@logion/node-api@npm:0.25.0-4"
"@logion/node-api@npm:^0.25.0":
version: 0.25.0
resolution: "@logion/node-api@npm:0.25.0"
dependencies:
"@polkadot/api": ^10.10.1
"@polkadot/util": ^12.5.1
"@polkadot/util-crypto": ^12.5.1
"@types/uuid": ^9.0.2
fast-sha256: ^1.3.0
uuid: ^9.0.0
checksum: 5a69a3b338433eb5764674e87532b55a11160f04161869c8795a582dfd463f63d736afcff8b044ba619661e9891ebbe8bdf778f06b9eaf14fac494b566b60fbb
checksum: 1ef25c8d565007a293be71275123c37aaee24b66dff822e217312de31f3f4e70fa4e88ecbcc488e1dd50e2ac33dbcafa9a5b72342eb50d8cec01e730f089844e
languageName: node
linkType: hard

Expand All @@ -1748,8 +1748,8 @@ __metadata:
resolution: "@logion/rest-api-core@workspace:."
dependencies:
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@logion/authenticator": ^0.5.3
"@logion/node-api": ^0.25.0-4
"@logion/authenticator": ^0.5.4
"@logion/node-api": ^0.25.0
"@tsconfig/node16": ^1.0.3
"@types/express": ^4.17.14
"@types/express-fileupload": ^1.4.1
Expand Down

0 comments on commit 338859e

Please sign in to comment.