Skip to content

Commit

Permalink
chore: bump turbo sdk version PE-5993
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Aug 9, 2024
1 parent 4fa22f0 commit 3013d83
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"cSpell.words": [
"solana"
]
}
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"types": "./lib/index.d.ts",
"dependencies": {
"@ardrive/turbo-sdk": "alpha",
"@ardrive/turbo-sdk": "1.9.0",
"@solana/web3.js": "^1.91.7",
"ardrive-core-js": "2.0.2",
"arweave": "1.11.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ __metadata:
languageName: node
linkType: hard

"@ardrive/turbo-sdk@npm:alpha":
version: 1.9.0-alpha.2
resolution: "@ardrive/turbo-sdk@npm:1.9.0-alpha.2"
"@ardrive/turbo-sdk@npm:1.9.0":
version: 1.9.0
resolution: "@ardrive/turbo-sdk@npm:1.9.0"
dependencies:
"@irys/arweave": 0.0.3
"@solana/web3.js": ^1.91.7
Expand All @@ -42,7 +42,7 @@ __metadata:
ethers: ^6.12.0
tweetnacl: ^1.0.3
winston: ^3.10.0
checksum: 2d082958ec1c43211af3e8e5859f20b27465c6945371e24c769b5f56f543db88ab44b264b71859247d37efbd4be40a09a5902f60fabfe8a1d2f05a08ff78edd9
checksum: c7c8d44d9d6d930e0db10bd7bb6e4d3852dbe9b9b2cf15947c014572ac01a4c8d6de246dbb395a4910a033d4a10052356c04c286e52f7ebcc8b3749c24f544aa
languageName: node
linkType: hard

Expand Down Expand Up @@ -2333,7 +2333,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ardrive-cli@workspace:."
dependencies:
"@ardrive/turbo-sdk": alpha
"@ardrive/turbo-sdk": 1.9.0
"@istanbuljs/nyc-config-typescript": ^1.0.1
"@solana/web3.js": ^1.91.7
"@types/bn.js": ^5
Expand Down

0 comments on commit 3013d83

Please sign in to comment.