swell-js 4.2.0 → 4.2.1

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/api.mjs CHANGED
@@ -135,7 +135,7 @@ const options = {
135
135
  };
136
136
 
137
137
  const api = {
138
- version: '4.2.0',
138
+ version: '4.2.1',
139
139
  options,
140
140
  request,
141
141
 
package/dist/swell.cjs CHANGED
@@ -10165,7 +10165,7 @@ const options = {
10165
10165
  };
10166
10166
 
10167
10167
  const api = {
10168
- version: '4.2.0',
10168
+ version: '4.2.1',
10169
10169
  options,
10170
10170
  request,
10171
10171
 
@@ -15602,7 +15602,7 @@
15602
15602
  };
15603
15603
 
15604
15604
  const api = {
15605
- version: '4.2.0',
15605
+ version: '4.2.1',
15606
15606
  options,
15607
15607
  request,
15608
15608
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swell-js",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Swell JS library for client-side stores",
5
5
  "engines": {
6
6
  "node": ">=16"
package/types/index.d.ts CHANGED
@@ -102,6 +102,7 @@ export interface InitOptions {
102
102
 
103
103
  export interface ResultsResponse<T> {
104
104
  count: number;
105
+ limit: number;
105
106
  page: number;
106
107
  pages?: {
107
108
  [index: number]: {