Skip to content

Commit

Permalink
feat: move to fast-glob streaming for local directory traversing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Sep 20, 2024
1 parent b08b1d2 commit 0ce1f3b
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 160 deletions.
16 changes: 4 additions & 12 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filen/sync",
"version": "0.1.66",
"version": "0.1.67",
"description": "Filen Sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,6 +13,7 @@
"clear": "rimraf ./dist",
"build": "npm run clear && npm run lint && npm run tsc",
"dev": "tsx ./dev/index.ts",
"dev:test": "tsx ./dev/test.ts",
"yalc": "npm run build && yalc push",
"install:filen": "npm install @filen/sdk@latest"
},
Expand Down Expand Up @@ -54,6 +55,7 @@
"dependencies": {
"@filen/sdk": "^0.1.167",
"@parcel/watcher": "^2.4.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"ignore": "^5.3.1",
"node-watch": "^0.7.4",
Expand Down
Loading

0 comments on commit 0ce1f3b

Please sign in to comment.