Skip to content

Commit

Permalink
Merge pull request #349 from ardriveapp/PE-6152-gql-error-improvements
Browse files Browse the repository at this point in the history
chore: version bump to 2.0.3 PE-6152
  • Loading branch information
fedellen authored May 20, 2024
2 parents 67cc557 + 29fad2f commit fca36b1
Show file tree
Hide file tree
Showing 4 changed files with 12 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.

Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ardrive-cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "The ArDrive Command Line Interface (CLI is a Node.js application for terminal-based ArDrive workflows. It also offers utility operations for securely interacting with Arweave wallets and inspecting various Arweave blockchain conditions.",
"main": "./lib/index.js",
"bin": {
"ardrive": "./lib/index.js"
},
"types": "./lib/index.d.ts",
"dependencies": {
"ardrive-core-js": "2.0.2",
"ardrive-core-js": "2.0.3",
"arweave": "1.11.4",
"axios": "^0.21.1",
"bn.js": "^5.2.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ __metadata:
"@types/source-map-support": ^0
"@typescript-eslint/eslint-plugin": ^6.2.1
"@typescript-eslint/parser": ^6.2.1
ardrive-core-js: 2.0.2
ardrive-core-js: 2.0.3
arweave: 1.11.4
axios: ^0.21.1
bn.js: ^5.2.1
Expand Down Expand Up @@ -1830,9 +1830,9 @@ __metadata:
languageName: unknown
linkType: soft

"ardrive-core-js@npm:2.0.2":
version: 2.0.2
resolution: "ardrive-core-js@npm:2.0.2"
"ardrive-core-js@npm:2.0.3":
version: 2.0.3
resolution: "ardrive-core-js@npm:2.0.3"
dependencies:
"@alexsasharegan/simple-cache": ^3.3.3
arbundles: ^0.6.19
Expand All @@ -1851,7 +1851,7 @@ __metadata:
smartweave: ^0.4.49
utf8: ^3.0.0
uuid: ^8.3.2
checksum: a175c872455aa14127cf8dbfe2c7695fcc5dfca7ade323bdd796fbe6d200a8a953ad682e3292a45c1355db92a1987a1875d88818c74c724da457373b3b6b68d2
checksum: 9bc648a5b69c6b1b8c40c5634dd56852334e6668873dfa0db23370f5fd22b51067e67d8d62fa4f28fb415bde7eebaa3902834199f21c029429f51601dc49eeb6
languageName: node
linkType: hard

Expand Down

0 comments on commit fca36b1

Please sign in to comment.