Skip to content

Commit

Permalink
Merge pull request #239 from ardriveapp/PE-979_fix_folder_upload_cont…
Browse files Browse the repository at this point in the history
…ents_target

PE-979: Fix folder upload contents target
  • Loading branch information
fedellen authored Feb 3, 2022
2 parents 187f9a8 + d4a8b83 commit 60b6dfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pnp.js

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": "1.7.1",
"version": "1.7.2",
"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": "1.6.1",
"ardrive-core-js": "1.6.2",
"arweave": "1.10.18",
"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 @@ -1529,7 +1529,7 @@ __metadata:
"@types/source-map-support": ^0
"@typescript-eslint/eslint-plugin": ^4.18.0
"@typescript-eslint/parser": ^4.18.0
ardrive-core-js: 1.6.1
ardrive-core-js: 1.6.2
arweave: 1.10.18
axios: ^0.21.1
chai: ^4.3.4
Expand All @@ -1555,9 +1555,9 @@ __metadata:
languageName: unknown
linkType: soft

"ardrive-core-js@npm:1.6.1":
version: 1.6.1
resolution: "ardrive-core-js@npm:1.6.1"
"ardrive-core-js@npm:1.6.2":
version: 1.6.2
resolution: "ardrive-core-js@npm:1.6.2"
dependencies:
"@alexsasharegan/simple-cache": ^3.3.3
arbundles: ^0.5.5
Expand All @@ -1574,7 +1574,7 @@ __metadata:
smartweave: ^0.4.45
utf8: ^3.0.0
uuid: ^8.3.2
checksum: 5b5665aa7bde51965a16db58d8ae60bf633926498cff8f804141988fb361109bd8b21ea203b9520e1813bb31fabbf94496e35a6337cc42473c9b2ebdb2b98706
checksum: 1301d1f13299f4ea4b639cf9d4d53a1682d0224f5eded327f91dafe48871b5bcbf4276384712e301090574811fab8b8e78118591e21b8797c2341c3b5236c255
languageName: node
linkType: hard

Expand Down

0 comments on commit 60b6dfd

Please sign in to comment.