Skip to content

Commit

Permalink
chore: bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Jun 1, 2024
1 parent f634eee commit d6c5874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"wait-on": "^7.2.0"
},
"dependencies": {
"@filen/sdk": "^0.1.91",
"@filen/sdk": "^0.1.92",
"@parcel/watcher": "^2.4.1",
"fs-extra": "^11.2.0",
"msgpackr": "^1.10.1",
Expand Down
3 changes: 2 additions & 1 deletion src/lib/filesystems/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ export class RemoteFileSystem {
region: item.region,
chunks: item.chunks,
version: item.version,
key: item.key
key: item.key,
size: item.size
})

await fs.move(tmpPath, localPath, {
Expand Down

0 comments on commit d6c5874

Please sign in to comment.