Skip to content

Commit

Permalink
chore: bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Mar 18, 2024
1 parent ffd2c53 commit e523eb5
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.6-2",
"version": "0.4.6",
"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.5-2",
"@logion/authenticator": "^0.5.5",
"dinoloop": "^2.4.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@logion/node-api": "^0.28.3-3",
"@logion/node-api": "^0.28.3",
"@tsconfig/node16": "^16.1.1",
"@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 @@ -564,9 +564,9 @@ __metadata:
languageName: node
linkType: hard

"@logion/authenticator@npm:^0.5.5-2":
version: 0.5.5-2
resolution: "@logion/authenticator@npm:0.5.5-2"
"@logion/authenticator@npm:^0.5.5":
version: 0.5.5
resolution: "@logion/authenticator@npm:0.5.5"
dependencies:
"@ethersproject/transactions": ^5.7.0
"@multiversx/sdk-core": ^12.19.1
Expand All @@ -578,21 +578,21 @@ __metadata:
web3-utils: ^4.2.1
peerDependencies:
"@logion/node-api": 0.x
checksum: b941df91a97c094e35831d8bee7f2161532583d1fd76d0ff68032985721bb4bc8cd9345ec81b2b5f4eae360b8c678262f5c058341e852caae06d3c10c831a0b5
checksum: 13783c7d56a319eb7dba070f499c5eb9fc86d3db8c130412c98a2ed988196e59d9a1f86464c61fb68f86fa0108563c88e2f34c2c3dfcc251f6050e8ecfb5bf7d
languageName: node
linkType: hard

"@logion/node-api@npm:^0.28.3-3":
version: 0.28.3-3
resolution: "@logion/node-api@npm:0.28.3-3"
"@logion/node-api@npm:^0.28.3":
version: 0.28.3
resolution: "@logion/node-api@npm:0.28.3"
dependencies:
"@polkadot/api": ^10.12.2
"@polkadot/util": ^12.6.2
"@polkadot/util-crypto": ^12.6.2
"@types/uuid": ^9.0.2
fast-sha256: ^1.3.0
uuid: ^9.0.0
checksum: d6f48492ccf0a5faf9e87c8655413c5ab33f962c57a78554127106394edb3997c1cf2d046d67459c3d1456a46522fe776a15ef97ecd05456a79abaea8237ff06
checksum: 6f22943dc83986fb97ef22de0576eaa83aee58eb6cc32acdfcdef3c130100ca4e44b1945505934ddb2441d6b93846db16e53cd994d2b4bf25b5e73dd168bf04b
languageName: node
linkType: hard

Expand All @@ -601,8 +601,8 @@ __metadata:
resolution: "@logion/rest-api-core@workspace:."
dependencies:
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@logion/authenticator": ^0.5.5-2
"@logion/node-api": ^0.28.3-3
"@logion/authenticator": ^0.5.5
"@logion/node-api": ^0.28.3
"@tsconfig/node16": ^16.1.1
"@types/express": ^4.17.14
"@types/express-fileupload": ^1.4.1
Expand Down

0 comments on commit e523eb5

Please sign in to comment.