@evergis/api 3.0.57 → 3.0.60

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,2 +1,2 @@
1
1
  /** Generates unique identifier */
2
- export declare const generateId: () => string;
2
+ export declare const generateId: (size?: number | undefined) => string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.57",
2
+ "version": "3.0.60",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "nanoid": "^3.1.23",
43
43
  "query-string": "^6.7.0"
44
44
  },
45
- "gitHead": "18293ed09146b6b5cce870977c8c9a72a934dc56"
45
+ "gitHead": "c70ea2c34c00e68bcd164fcd474804178d48ff6b"
46
46
  }