feat: Add CacheX for cache management (#281)

This commit is contained in:
2024-11-11 16:50:45 +01:00
committed by GitHub
parent e501faa823
commit 1f3aae5401
7 changed files with 58 additions and 303 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tcgdex/sdk",
"version": "2.6.0-beta.3",
"version": "2.6.0-beta.4",
"main": "./dist/tcgdex.node.js",
"module": "./dist/tcgdex.node.mjs",
"types": "./dist/tcgdex.node.d.ts",
@ -53,6 +53,8 @@
"node": ">=12"
},
"dependencies": {
"@cachex/memory": "^1",
"@cachex/web-storage": "^1",
"@dzeio/object-util": "^1",
"isomorphic-unfetch": "^3"
},