Skip to content

Commit

Permalink
chore(deps): update litd/tapd deps to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Jul 23, 2024
1 parent 8e67a3d commit 55255df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@lightningpolar/litd-api": "0.12.99-alpha.pre2",
"@lightningpolar/litd-api": "0.13.99-alpha",
"@lightningpolar/lnd-api": "0.18.99-beta.pre3",
"@lightningpolar/tapd-api": "0.3.99-alpha.pre3",
"@lightningpolar/tapd-api": "0.4.0-alpha",
"@types/lodash": "4.17.7",
"archiver": "7.0.1",
"docker-compose": "0.24.0",
Expand Down
1 change: 1 addition & 0 deletions src/shared/tapdDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const defaultTapdListAssets = (
): ListAssetResponse => ({
assets: [],
unconfirmedTransfers: '0',
unconfirmedMints: '0',
...value,
});

Expand Down
6 changes: 3 additions & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@ export const defaultRepoState: DockerRepoState = {
},
},
litd: {
latest: '0.13.99-alpha.rc4',
versions: ['0.13.99-alpha.rc4'],
latest: '0.13.99-alpha.b801',
versions: ['0.13.99-alpha.b801'],
compatibility: {
'0.13.99-alpha.rc4': '27.0',
'0.13.99-alpha.b801': '27.0',
},
},
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2226,10 +2226,10 @@
resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c"
integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==

"@lightningpolar/litd-api@0.12.99-alpha.pre2":
version "0.12.99-alpha.pre2"
resolved "https://registry.yarnpkg.com/@lightningpolar/litd-api/-/litd-api-0.12.99-alpha.pre2.tgz#38e25c7546b6c3ed7ca63e73fd88c3af295afa89"
integrity sha512-QEEO7IzaqnonsR/zrVYuYyirpNUlgpDa0JZ9R9mYeU4fNa2KXENXaJ1gf8kgxu8BozwIQtyO5Xl3avyoIRr53w==
"@lightningpolar/litd-api@0.13.99-alpha":
version "0.13.99-alpha"
resolved "https://registry.yarnpkg.com/@lightningpolar/litd-api/-/litd-api-0.13.99-alpha.tgz#97281b127a671fa680b6ec16454405abda072d29"
integrity sha512-6y6g3AwM2vRDKKjaJGWC6VFWsfBNlB5q/Dh4Aq7SZXBoonQwZIZxa5PgC4x7BeFCYc4nHFv8sqFee/FdT/k+Sw==
dependencies:
"@grpc/grpc-js" "1.10.8"
"@grpc/proto-loader" "0.7.13"
Expand All @@ -2242,10 +2242,10 @@
"@grpc/grpc-js" "1.10.8"
"@grpc/proto-loader" "0.7.13"

"@lightningpolar/tapd-api@0.3.99-alpha.pre3":
version "0.3.99-alpha.pre3"
resolved "https://registry.yarnpkg.com/@lightningpolar/tapd-api/-/tapd-api-0.3.99-alpha.pre3.tgz#eb207ce8c00e23815659b0b3a1784c036d251515"
integrity sha512-S/7veu9eun8mP2toPxxBMkyF8Dadpg1f8GAM7LZSdE2YAbUhx1/Eieku+9W4H9yAh5QsimNGDGbK46XJQ8phwA==
"@lightningpolar/tapd-api@0.4.0-alpha":
version "0.4.0-alpha"
resolved "https://registry.yarnpkg.com/@lightningpolar/tapd-api/-/tapd-api-0.4.0-alpha.tgz#a89f92277aad625048bd63854f06db973b6c76e2"
integrity sha512-rL97a/nvPVk9FB2AsFT1VY73fOatFVuCNPUdnlP8fihlCHbWAM5WCLBxZEVkr8MlUBN0cPKD4AeWIXJBtz/Rtw==
dependencies:
"@grpc/grpc-js" "1.10.8"
"@grpc/proto-loader" "0.7.13"
Expand Down

0 comments on commit 55255df

Please sign in to comment.