tek-wallet 0.0.561 → 0.0.562

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.
@@ -128,7 +128,7 @@ function ActivitiesProvider(_a) {
128
128
  switch (_c.label) {
129
129
  case 0: return [4 /*yield*/, (0, get_activities_service_1.default)({
130
130
  page: 1,
131
- take: 0,
131
+ take: 1,
132
132
  })];
133
133
  case 1:
134
134
  response = _c.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.561",
3
+ "version": "0.0.562",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",