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.3",
"version": "3.0.4",
"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.3",
"ardrive-core-js": "3.0.4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Update lockfile for the dependency bump. The ardrive-core-js version change in package.json needs the matching yarn.lock (or other lockfile) update; otherwise installs will continue to pull 3.0.3. Please regenerate the lockfile (e.g., yarn upgrade ardrive-core-js@3.0.4) and include it in the PR.

🤖 Prompt for AI Agents
In package.json around line 11 the dependency ardrive-core-js was bumped to
3.0.4 but the repository lockfile wasn't updated; regenerate and commit the
corresponding lockfile so installs resolve 3.0.4. Run your package manager's
lockfile update command (e.g., yarn upgrade ardrive-core-js@3.0.4 or npm install
then commit package-lock.json/yarn.lock), verify the lockfile shows 3.0.4, and
include the updated lockfile in the PR.

"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.3
ardrive-core-js: 3.0.4
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.3":
version: 3.0.3
resolution: "ardrive-core-js@npm:3.0.3"
"ardrive-core-js@npm:3.0.4":
version: 3.0.4
resolution: "ardrive-core-js@npm:3.0.4"
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: 5a01b9a55514406597dba20743685329eccbc7ee9e7e29ef8cafa42afffb6e87074558eff5dac68d7f72b604b477a29f127edd0ec09933665e4a01684b42755d
checksum: 01868c56499c389e716c6ca369093f34dab432964be71af090ac1faf0b69d17ee2e75b7d394fd08656ab0868883bc7b1d356c184caa2876db0392cd90f83a801
languageName: node
linkType: hard

Expand Down
Loading