Skip to content

Commit 11b1ec8

Browse files
committed
feat: localtree performance
1 parent 1cc6445 commit 11b1ec8

File tree

6 files changed

+209
-227
lines changed

6 files changed

+209
-227
lines changed

package-lock.json

+75-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filen/sync",
3-
"version": "0.1.98",
3+
"version": "0.1.99",
44
"description": "Filen Sync",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -55,15 +55,15 @@
5555
},
5656
"dependencies": {
5757
"@filen/sdk": "^0.1.192",
58-
"@parcel/watcher": "^2.5.0",
59-
"fast-glob": "^3.3.2",
60-
"fs-extra": "^11.2.0",
61-
"ignore": "^6.0.2",
58+
"@parcel/watcher": "^2.5.1",
59+
"fast-glob": "^3.3.3",
60+
"fs-extra": "^11.3.0",
61+
"ignore": "^7.0.3",
6262
"micromatch": "^4.0.8",
6363
"node-watch": "^0.7.4",
6464
"pino": "^9.5.0",
6565
"rotating-file-stream": "^3.2.5",
66-
"uuid": "^11.0.3",
66+
"uuid": "^11.0.5",
6767
"write-file-atomic": "^6.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)