Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
fix(ipfs): fix workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 24, 2022
1 parent dfe3fe2 commit c381e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@dstack-js/ipfs": "workspace:^",
"@dstack-js/ipfs": "^0.2.45",
"buffer": "6.0.3",
"events": "3.3.0",
"it-all": "1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ __metadata:
languageName: node
linkType: hard

"@dstack-js/ipfs@workspace:^, @dstack-js/ipfs@workspace:packages/ipfs":
"@dstack-js/ipfs@^0.2.45, @dstack-js/ipfs@workspace:packages/ipfs":
version: 0.0.0-use.local
resolution: "@dstack-js/ipfs@workspace:packages/ipfs"
dependencies:
Expand All @@ -2728,7 +2728,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dstack-js/lib@workspace:packages/lib"
dependencies:
"@dstack-js/ipfs": "workspace:^"
"@dstack-js/ipfs": ^0.2.45
"@types/events": 3.0.0
"@types/lru-cache": 7.5.0
"@types/uuid": 8.3.4
Expand Down

0 comments on commit c381e54

Please sign in to comment.