swell-js 4.2.0 → 4.2.2

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.
@@ -1,5 +1,5 @@
1
1
  import 'qs';
2
- export { D as base64Encode, e as camelCase, c as cloneDeep, d as defaultMethods, w as getLocationParams, j as getOptions, n as isEmpty, g as isEqual, k as isFunction, o as isLiveMode, b as isObject, i as isServer, l as loadScript, q as map, m as merge, p as pick, r as reduce, x as removeUrlParams, s as set, E as setOptions, f as snakeCase, C as stringifyQuery, a as toCamel, h as toCamelPath, F as toLower, t as toSnake, B as trimBoth, y as trimEnd, A as trimStart, u as uniq, v as vaultRequest } from '../index.738bc14a.mjs';
2
+ export { D as base64Encode, e as camelCase, c as cloneDeep, d as defaultMethods, w as getLocationParams, j as getOptions, n as isEmpty, g as isEqual, k as isFunction, o as isLiveMode, b as isObject, i as isServer, l as loadScript, q as map, m as merge, p as pick, r as reduce, x as removeUrlParams, s as set, E as setOptions, f as snakeCase, C as stringifyQuery, a as toCamel, h as toCamelPath, F as toLower, t as toSnake, B as trimBoth, y as trimEnd, A as trimStart, u as uniq, v as vaultRequest } from '../index.6497db06.mjs';
3
3
  export { f as find, P as findIndex, g as get, t as toNumber } from '../find.18f1ac6d.mjs';
4
4
  export { r as round } from '../round.577a8441.mjs';
5
5
  import 'deepmerge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swell-js",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
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]: {