Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
chore: bump release versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Jun 13, 2023
1 parent 8888a69 commit 65d62c6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 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-directory",
"version": "0.8.1",
"version": "0.8.5",
"private": true,
"author": {
"name": "Logion Team",
Expand All @@ -23,7 +23,7 @@
"typeorm": "node ./node_modules/typeorm/cli.js -d ./dist/db-tools/ormconfig.js"
},
"dependencies": {
"@logion/node-api": "^0.16.0-3",
"@logion/node-api": "^0.16.0",
"@logion/rest-api-core": "^0.4.2-1",
"ansi-regex": "^6.0.1",
"body-parser": "^1.19.1",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,17 +1644,17 @@ __metadata:
languageName: node
linkType: hard

"@logion/node-api@npm:^0.16.0-3":
version: 0.16.0-3
resolution: "@logion/node-api@npm:0.16.0-3"
"@logion/node-api@npm:^0.16.0":
version: 0.16.0
resolution: "@logion/node-api@npm:0.16.0"
dependencies:
"@polkadot/api": ^10.4.1
"@polkadot/util": ^12.0.1
"@polkadot/util-crypto": ^12.0.1
"@types/uuid": ^8.3.4
"@types/uuid": ^9.0.2
fast-sha256: ^1.3.0
uuid: ^8.3.2
checksum: c51a6650deefdb6811c6912ba384871e1087b422ffa0525fd4f531a4ac280a965e9116cfd2273bc0dbedf2b7cca5a57c0d5e2b82faeba8c92984eb01a46c6734
uuid: ^9.0.0
checksum: 800135730edbd3ce9c12687ae25e976b09bed7ee28246cf445b44a92bb1b89a5d66c1299f0930398f86d8972d0bdb25ccafca323c5035d454e8cb6f1ba3c4bf8
languageName: node
linkType: hard

Expand Down Expand Up @@ -2540,6 +2540,13 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.2":
version: 9.0.2
resolution: "@types/uuid@npm:9.0.2"
checksum: 1754bcf3444e1e3aeadd6e774fc328eb53bc956665e2e8fb6ec127aa8e1f43d9a224c3d22a9a6233dca8dd81a12dc7fed4d84b8876dd5ec82d40f574f7ff8b68
languageName: node
linkType: hard

"@types/webidl-conversions@npm:*":
version: 6.1.1
resolution: "@types/webidl-conversions@npm:6.1.1"
Expand Down Expand Up @@ -4892,7 +4899,7 @@ __metadata:
resolution: "logion-directory@workspace:."
dependencies:
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@logion/node-api": ^0.16.0-3
"@logion/node-api": ^0.16.0
"@logion/rest-api-core": ^0.4.2-1
"@tsconfig/node18": ^1.0.1
"@types/cors": ^2.8.12
Expand Down Expand Up @@ -7343,6 +7350,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.0":
version: 9.0.0
resolution: "uuid@npm:9.0.0"
bin:
uuid: dist/bin/uuid
checksum: 8dd2c83c43ddc7e1c71e36b60aea40030a6505139af6bee0f382ebcd1a56f6cd3028f7f06ffb07f8cf6ced320b76aea275284b224b002b289f89fe89c389b028
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down

0 comments on commit 65d62c6

Please sign in to comment.