flipflag-sdk 1.1.9 → 1.1.10

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.
@@ -9,7 +9,6 @@ export interface FeatureFlagsHookResult {
9
9
  flags: Record<string, FeatureFlagValue>;
10
10
  loading: boolean;
11
11
  error: string | null;
12
- refetch: () => Promise<void>;
13
12
  }
14
13
  export interface ABTestHookResult {
15
14
  variant: ABTestValue | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flipflag-sdk",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "type": "module",
5
5
  "description": "Feature flag and A/B testing SDK for React, Vue, Next.js, React Native and vanilla JavaScript",
6
6
  "main": "./dist/index.js",