Skip to content

Commit

Permalink
Merge pull request #119 from Tonomy-Foundation/release/testnet
Browse files Browse the repository at this point in the history
feat: updated SDK version
  • Loading branch information
theblockstalk authored Sep 23, 2024
2 parents 3e94ce0 + 44b94bf commit 8a35f9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/platform-socket.io": "^10.2.3",
"@nestjs/swagger": "^7.1.10",
"@nestjs/websockets": "^10.2.3",
"@tonomy/tonomy-id-sdk": "0.22.0-rc.1",
"@tonomy/tonomy-id-sdk": "0.22.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"hcaptcha": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion update_sdk_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set +e

# Get the latest version of the SDK for the correct npmjs tag based on branch
if [ "${BRANCH}" == "master" ]; then
VERSION=$(npm view @tonomy/tonomy-id-sdk version)
VERSION=$(npm view @tonomy/tonomy-id-sdk@latest version)
elif [ "${BRANCH}" == "testnet" ]; then
VERSION=$(npm view @tonomy/tonomy-id-sdk@testnet version)
elif [ "${BRANCH}" == "development" ]; then
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2936,9 +2936,9 @@ __metadata:
languageName: node
linkType: hard

"@tonomy/tonomy-id-sdk@npm:0.22.0-rc.1":
version: 0.22.0-rc.1
resolution: "@tonomy/tonomy-id-sdk@npm:0.22.0-rc.1"
"@tonomy/tonomy-id-sdk@npm:0.22.0":
version: 0.22.0
resolution: "@tonomy/tonomy-id-sdk@npm:0.22.0"
dependencies:
"@consento/sync-randombytes": "npm:^1.0.5"
"@tonomy/antelope-did-resolver": "npm:^0.10.0"
Expand All @@ -2964,7 +2964,7 @@ __metadata:
typeorm: "npm:^0.3.20"
universal-base64url: "npm:^1.1.0"
web-did-resolver: "npm:^2.0.27"
checksum: 10c0/e2dce105a3808b8a6ebe6209f4b01886f5c8531db2a48bd26c09eab591efc90b604bff2b5954a19ed73b0bf70f469f016300c9ba54e6506358f198f256181d0e
checksum: 10c0/3870668c968689a2160c362a0243aba82918eb968724a1736546181b82f6b708186f5f921f645fb1354cce40240f072f4ee00682923781d8a38976fca2d3142f
languageName: node
linkType: hard

Expand Down Expand Up @@ -10732,7 +10732,7 @@ __metadata:
"@nestjs/swagger": "npm:^7.1.10"
"@nestjs/testing": "npm:^10.2.3"
"@nestjs/websockets": "npm:^10.2.3"
"@tonomy/tonomy-id-sdk": "npm:0.22.0-rc.1"
"@tonomy/tonomy-id-sdk": "npm:0.22.0"
"@types/eslint__js": "npm:^8.42.3"
"@types/express": "npm:^4.17.13"
"@types/jest": "npm:29.5.12"
Expand Down

0 comments on commit 8a35f9f

Please sign in to comment.