@getlupa/client 0.8.0 → 0.8.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.
@@ -20,6 +20,7 @@ export default class ParamsModule extends VuexModule {
20
20
  }): void;
21
21
  add(params: QueryParams): {
22
22
  params: QueryParams;
23
+ searchString?: string;
23
24
  };
24
25
  removeAllFilters(): {
25
26
  params: QueryParams;
@@ -2,6 +2,7 @@ import { AnalyticsOptions } from "./AnalyticsOptions";
2
2
  import { Environment as SdkEnvironment } from "@getlupa/client-sdk/Types";
3
3
  export declare type SdkOptions = {
4
4
  environment: SdkEnvironment;
5
+ customBaseUrl?: string;
5
6
  customUrl?: string;
6
7
  customPayload?: Record<string, unknown>;
7
8
  customHeaders?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "main": "dist/cjs/index.min.js",
5
5
  "module": "dist/es/index.min.js",
6
6
  "types": "dist/es/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "validate:es5": "npx es5-validator dist/iife/*.min.js"
18
18
  },
19
19
  "dependencies": {
20
- "@getlupa/client-sdk": "^1.0.26",
20
+ "@getlupa/client-sdk": "^1.2.2",
21
21
  "lodash.clonedeep": "^4.5.0",
22
22
  "vue": "^2.6.11",
23
23
  "vue-class-component": "^7.2.3",