@fencyai/react 0.1.68 → 0.1.70

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.
@@ -40,6 +40,7 @@ export function useListFiles(props) {
40
40
  });
41
41
  if (result.type === 'success') {
42
42
  setCurrentPage(result.page);
43
+ setCurrentPageParams(params);
43
44
  }
44
45
  return result;
45
46
  };
@@ -69,6 +70,7 @@ export function useListFiles(props) {
69
70
  });
70
71
  if (result.type === 'success') {
71
72
  setCurrentPage(result.page);
73
+ setCurrentPageParams(params);
72
74
  }
73
75
  return result;
74
76
  };
@@ -98,6 +100,7 @@ export function useListFiles(props) {
98
100
  });
99
101
  if (result.type === 'success') {
100
102
  setCurrentPage(result.page);
103
+ setCurrentPageParams(params);
101
104
  }
102
105
  return result;
103
106
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fencyai/react",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "> TODO: description",
5
5
  "author": "staklau <steinaageklaussen@gmail.com>",
6
6
  "homepage": "",
@@ -34,7 +34,7 @@
34
34
  "prepublishOnly": "npm run build"
35
35
  },
36
36
  "devDependencies": {
37
- "@fencyai/js": "^0.1.68",
37
+ "@fencyai/js": "^0.1.70",
38
38
  "@types/jest": "^29.5.11",
39
39
  "@types/node": "^20.10.5",
40
40
  "@types/react": "^18.2.45",
@@ -43,7 +43,7 @@
43
43
  "typescript": "^5.3.3"
44
44
  },
45
45
  "peerDependencies": {
46
- "@fencyai/js": "^0.1.68",
46
+ "@fencyai/js": "^0.1.70",
47
47
  "react": ">=16.8.0",
48
48
  "zod": "^4.0.5"
49
49
  },
@@ -52,5 +52,5 @@
52
52
  "optional": false
53
53
  }
54
54
  },
55
- "gitHead": "8ecf49e889a35454495e219e1a1682644853ffef"
55
+ "gitHead": "2e908ff7843f75f114af74a689679798f7688604"
56
56
  }