Skip to content

Commit

Permalink
Merge pull request #87 from EveripediaNetwork/fix-add-quick-lru-for-c…
Browse files Browse the repository at this point in the history
…ache-of-getexplorers

add quick lru for cache of getExplorers
  • Loading branch information
Royal-lobster authored Nov 5, 2024
2 parents 0df6943 + 3f7a4d2 commit f779dae
Show file tree
Hide file tree
Showing 6 changed files with 672 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-experts-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@everipedia/iq-utils": patch
---

Changes cache stragegy for getExplorers on wiki zod schema
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
"lint": "lint-staged",
"format": "biome format . --write",
"lint:fix": "pnpm lint --apply",
"watch:build": "tsc -p tsconfig.json -w"
"watch:build": "tsc -p tsconfig.json -w",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.2",
"quick-lru": "^7.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -29,7 +31,8 @@
"changeset": "^0.2.6",
"lint-staged": "^15.2.10",
"tsup": "^8.3.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"vitest": "^2.1.4"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit f779dae

Please sign in to comment.