@simpleapps-com/augur-utils 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -418,7 +418,7 @@ type TPriceData = {
418
418
  };
419
419
 
420
420
  type TItemsFilters = {
421
- filters: Record<string, string>[];
421
+ filters: [string, string][];
422
422
  limit: number;
423
423
  offset: number;
424
424
  sortBy: string;
package/dist/index.d.ts CHANGED
@@ -418,7 +418,7 @@ type TPriceData = {
418
418
  };
419
419
 
420
420
  type TItemsFilters = {
421
- filters: Record<string, string>[];
421
+ filters: [string, string][];
422
422
  limit: number;
423
423
  offset: number;
424
424
  sortBy: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleapps-com/augur-utils",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Shared types, cache configuration, and utility functions for Augur ecommerce sites",
5
5
  "license": "MIT",
6
6
  "repository": {