Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE-6440: update core to 2.0.5 #353

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
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.4",
"version": "2.0.5",
"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.4",
"ardrive-core-js": "2.0.5",
"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.4
ardrive-core-js: 2.0.5
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.4":
version: 2.0.4
resolution: "ardrive-core-js@npm:2.0.4"
"ardrive-core-js@npm:2.0.5":
version: 2.0.5
resolution: "ardrive-core-js@npm:2.0.5"
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: cf7f1239f0c7567d04956f01ee29cc66cc70f6f8ec2998806645d26f5b17c0ed95f0989eac52b3a1a58368a1464d8e55951925c15be5a099c0d77c2d2d775305
checksum: ce5d017ffcbd36b55598760840a19203effe4c46c2a3b2bc3766c3ff9286d0cf8c2a8676f2bbca45441ec2c2071aba20f9501e8408189a762a3820d70ab3b65f
languageName: node
linkType: hard

Expand Down
Loading