@dotcms/experiments 1.0.2-next.1 → 1.0.2-next.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.
package/index.esm.js CHANGED
@@ -6598,7 +6598,7 @@ const isDataCreateValid = () => {
6598
6598
  }
6599
6599
  const now = Date.now();
6600
6600
  return timeValidUntil > now;
6601
- } catch (error) {
6601
+ } catch (_unused) {
6602
6602
  return false;
6603
6603
  }
6604
6604
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/experiments",
3
- "version": "1.0.2-next.1",
3
+ "version": "1.0.2-next.2",
4
4
  "description": "Official JavaScript library to use Experiments with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DotCMSLayoutBodyProps } from '@dotcms/react';
3
2
  interface ExperimentHandlingProps extends DotCMSLayoutBodyProps {
4
3
  WrappedComponent: React.ComponentType<DotCMSLayoutBodyProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DotExperiments } from '../dot-experiments';
3
2
  /**
4
3
  * `DotExperimentsContext` is a React context that is designed to provide an instance of