@poap-xyz/utils
Advanced tools
Comparing version 0.2.0 to 0.2.1-beta-v1
@@ -11,4 +11,8 @@ export interface Filter { | ||
} | ||
type FilterWhere = Filter | { | ||
[key: string]: FilterWhere; | ||
}; | ||
export interface FilterVariables { | ||
where: Filter; | ||
where: FilterWhere; | ||
} | ||
export {}; |
@@ -11,4 +11,8 @@ export interface Filter { | ||
} | ||
type FilterWhere = Filter | { | ||
[key: string]: FilterWhere; | ||
}; | ||
export interface FilterVariables { | ||
where: Filter; | ||
where: FilterWhere; | ||
} | ||
export {}; |
@@ -11,4 +11,8 @@ export interface Filter { | ||
} | ||
type FilterWhere = Filter | { | ||
[key: string]: FilterWhere; | ||
}; | ||
export interface FilterVariables { | ||
where: Filter; | ||
where: FilterWhere; | ||
} | ||
export {}; |
{ | ||
"name": "@poap-xyz/utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1-beta-v1", | ||
"description": "Utils module for the poap.js library", | ||
@@ -30,3 +30,4 @@ "main": "dist/cjs/index.cjs", | ||
"node": ">=18" | ||
} | ||
}, | ||
"stableVersion": "0.2.1" | ||
} |
44496
605