Skip to content

Commit

Permalink
chore: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed May 15, 2023
1 parent 0cee201 commit 70f21c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.1-2",
"version": "0.4.1",
"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.1-2",
"@logion/authenticator": "^0.5.1",
"dinoloop": "^2.4.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
Expand Down
10 changes: 5 additions & 5 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.1-2":
version: 0.5.1-2
resolution: "@logion/authenticator@npm:0.5.1-2"
"@logion/authenticator@npm:^0.5.1":
version: 0.5.1
resolution: "@logion/authenticator@npm:0.5.1"
dependencies:
"@ethersproject/transactions": ^5.6.2
"@types/luxon": ^3.3.0
Expand All @@ -1723,7 +1723,7 @@ __metadata:
web3-utils: ^1.7.4
peerDependencies:
"@logion/node-api": 0.x
checksum: 034e4380fd3aad3dadcd82decbd48da94c2ec73445dff862159470907f9f8aa34c718abdc22642df58aa1bc1dd7a085e77dd3ea06aad407cc94fc084817e76d7
checksum: 7e2134bc41a889bc02c93606bd75e49a7ac3296c7cc313b1dd60afd88b82cc0a8b20c69d7157c738f689c96e0894d3a557714f695cad20caaf0e7b50ed2bbc69
languageName: node
linkType: hard

Expand All @@ -1746,7 +1746,7 @@ __metadata:
resolution: "@logion/rest-api-core@workspace:."
dependencies:
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@logion/authenticator": ^0.5.1-2
"@logion/authenticator": ^0.5.1
"@logion/node-api": ^0.14.0-5
"@tsconfig/node16": ^1.0.3
"@types/express": ^4.17.14
Expand Down

0 comments on commit 70f21c4

Please sign in to comment.