Skip to content

Commit

Permalink
chore: set release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Apr 18, 2023
1 parent 07e4e95 commit 9769b52
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.3.3-8",
"version": "0.3.3",
"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.0-5",
"@logion/authenticator": "^0.5.0",
"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 @@ -1685,9 +1685,9 @@ __metadata:
languageName: node
linkType: hard

"@logion/authenticator@npm:^0.5.0-5":
version: 0.5.0-5
resolution: "@logion/authenticator@npm:0.5.0-5"
"@logion/authenticator@npm:^0.5.0":
version: 0.5.0
resolution: "@logion/authenticator@npm:0.5.0"
dependencies:
"@ethersproject/transactions": ^5.6.2
"@types/luxon": ^3.3.0
Expand All @@ -1698,7 +1698,7 @@ __metadata:
web3-utils: ^1.7.4
peerDependencies:
"@logion/node-api": 0.x
checksum: 50c5c10a14cfb897ac1c5aff55149dfd96d4fc433a9a4217a9e14c2b358d79468858e8ad1419d77e3e54f0c175f9e6c78c8d0ef15cd09b7993721e90949ff1cf
checksum: b73fd5a44e4ffe9835aaaaa9936e593e8f2fc9331dd7389ff15b8e9133c153a640775c4b11c606000e2012de0a92dcbaef7fd8511864b2804f4618f78720f121
languageName: node
linkType: hard

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

0 comments on commit 9769b52

Please sign in to comment.