swell-js 4.1.2 → 4.2.0

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 { E as base64Encode, e as camelCase, c as cloneDeep, d as defaultMethods, x as getLocationParams, j as getOptions, o as isEmpty, g as isEqual, k as isFunction, q as isLiveMode, b as isObject, i as isServer, l as loadScript, w as map, m as merge, p as pick, r as reduce, y as removeUrlParams, s as set, F as setOptions, f as snakeCase, D as stringifyQuery, a as toCamel, h as toCamelPath, n as toLower, t as toSnake, C as trimBoth, z as trimEnd, B as trimStart, u as uniq, v as vaultRequest } from '../index.f58acfb6.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.738bc14a.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.1.2",
3
+ "version": "4.2.0",
4
4
  "description": "Swell JS library for client-side stores",
5
5
  "engines": {
6
6
  "node": ">=16"
package/types/index.d.ts CHANGED
@@ -304,6 +304,7 @@ export namespace payment {
304
304
  card?: InputPaymentRedirect;
305
305
  paysafecard?: InputPaymentRedirect;
306
306
  klarna?: InputPaymentRedirect;
307
+ bancontact?: InputPaymentRedirect;
307
308
  }): Promise<void>;
308
309
 
309
310
  export function authenticate(id: string): Promise<object | { error: Error }>;