Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "3.0.2",
"version": "3.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": "3.0.2",
"ardrive-core-js": "3.0.3",
"arweave": "1.15.7",
"axios": "^0.21.1",
"commander": "^8.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ __metadata:
"@types/source-map-support": ^0
"@typescript-eslint/eslint-plugin": ^6.2.1
"@typescript-eslint/parser": ^6.2.1
ardrive-core-js: 3.0.2
ardrive-core-js: 3.0.3
arweave: 1.15.7
axios: ^0.21.1
chai: ^4.3.4
Expand All @@ -2272,9 +2272,9 @@ __metadata:
languageName: unknown
linkType: soft

"ardrive-core-js@npm:3.0.2":
version: 3.0.2
resolution: "ardrive-core-js@npm:3.0.2"
"ardrive-core-js@npm:3.0.3":
version: 3.0.3
resolution: "ardrive-core-js@npm:3.0.3"
dependencies:
"@ardrive/ardrive-promise-cache": ^1.1.4
"@ardrive/turbo-sdk": ^1.0.1
Expand All @@ -2294,7 +2294,7 @@ __metadata:
smartweave: ^0.4.49
utf8: ^3.0.0
uuid: ^9.0.1
checksum: 9194ec0c7b2103976a6800abf5e071eec3e2e2ab22b00491900a2c94e7aa4625eec5327e1c6136e2d4e9b7eafaadc96ee7d3e5dda63200d0fc03c5f572337c8f
checksum: 5a01b9a55514406597dba20743685329eccbc7ee9e7e29ef8cafa42afffb6e87074558eff5dac68d7f72b604b477a29f127edd0ec09933665e4a01684b42755d
languageName: node
linkType: hard

Expand Down
Loading