mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-14 20:09:21 +00:00
feat: Allow a user to filters elements on the API (#275)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tcgdex/sdk",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0-beta.1",
|
||||
"main": "./dist/tcgdex.node.js",
|
||||
"module": "./dist/tcgdex.node.mjs",
|
||||
"types": "./dist/tcgdex.node.d.ts",
|
||||
@ -53,8 +53,8 @@
|
||||
"node": ">=12"
|
||||
},
|
||||
"dependencies": {
|
||||
"isomorphic-unfetch": "^3",
|
||||
"unfetch": "^4"
|
||||
"@dzeio/object-util": "^1",
|
||||
"isomorphic-unfetch": "^3"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "node scripts/export-version-number.js",
|
||||
|
Reference in New Issue
Block a user