vobi_lib 1.7.14 → 1.7.15

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -209,7 +209,7 @@ declare const validateMobilePhoneNumber: (data: any) => boolean;
209
209
 
210
210
  declare const valueReplacer: (value: any) => any;
211
211
 
212
- declare const normalizeString: (str?: string, keetSensitive?: boolean) => string;
212
+ declare const normalizeString: (str?: string, keepSensitive?: boolean) => string;
213
213
 
214
214
  interface Item {
215
215
  id?: number | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vobi_lib",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "Vobi Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",