@getlupa/client 0.8.2 → 0.9.3

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.
@@ -5,4 +5,5 @@ export declare const addParamsToLabel: (label: string, ...params: unknown[]) =>
5
5
  export declare const getRandomString: (length: number) => string;
6
6
  export declare const getDisplayValue: (value?: string | number | undefined) => string;
7
7
  export declare const getProductKey: (index: string, product: Document, idKey: string | undefined) => string;
8
+ export declare const normalizeFloat: (value?: string | undefined) => number;
8
9
  export declare const escapeHtml: (value?: string | undefined) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "0.8.2",
3
+ "version": "0.9.3",
4
4
  "main": "dist/cjs/index.min.js",
5
5
  "module": "dist/es/index.min.js",
6
6
  "types": "dist/es/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "@vue/eslint-config-prettier": "^6.0.0",
46
46
  "@vue/eslint-config-typescript": "^7.0.0",
47
47
  "@vue/test-utils": "^1.3.0",
48
- "cypress": "^9.1.0",
48
+ "cypress": "^10.6.0",
49
49
  "es5-validator": "^1.1.3",
50
50
  "eslint": "^6.7.2",
51
51
  "eslint-plugin-prettier": "^3.3.1",