chayns-api 2.2.13 → 2.2.14

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.
@@ -386,7 +386,7 @@ export interface ChaynsReactFunctions {
386
386
  setAdminMode: (enabled: boolean) => Promise<void>;
387
387
  setCustomCookie: (value: {
388
388
  name: string;
389
- value: string;
389
+ value: string | null;
390
390
  expireDate?: string | number | Date;
391
391
  }) => Promise<void>;
392
392
  setDisplayTimeout: (enabled: boolean) => Promise<DisplayTimeout>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",