@hed-hog/category 0.0.333 → 0.0.338

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.
@@ -119,7 +119,7 @@ export default function CategoryPage() {
119
119
  const debouncedSearch = useDebounce(searchTerm);
120
120
  const [page, setPage] = useState(1);
121
121
  const [pageSize, setPageSize] = usePersistedPageSize({
122
- storageKey: 'pagination:category:pageSize',
122
+ storageKey: 'pagination:global:pageSize',
123
123
  defaultValue: 10,
124
124
  allowedValues: [10, 20, 30, 40, 50],
125
125
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/category",
3
- "version": "0.0.333",
3
+ "version": "0.0.338",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
+ "@hed-hog/api-locale": "0.0.14",
12
13
  "@hed-hog/api-prisma": "0.0.6",
13
14
  "@hed-hog/api": "0.0.8",
14
15
  "@hed-hog/api-pagination": "0.0.7",
15
- "@hed-hog/core": "0.0.333",
16
- "@hed-hog/api-locale": "0.0.14"
16
+ "@hed-hog/core": "0.0.338"
17
17
  },
18
18
  "exports": {
19
19
  ".": {