flagmint-js-sdk 1.2.14 → 1.2.16

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.
@@ -87,10 +87,11 @@ export declare class FlagClient<T = unknown, C extends Record<string, any> = Rec
87
87
  /**
88
88
  * Wait for the client to be ready.
89
89
  */
90
- ready(): Promise<void>;
90
+ ready(timeoutMs?: number): Promise<void>;
91
91
  /**
92
92
  * Evaluate flags locally (for preview mode).
93
93
  */
94
94
  private evaluateLocally;
95
+ private waitForFlags;
95
96
  }
96
97
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flagmint-js-sdk",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
4
4
  "description": "Framework-agnostic JavaScript SDK for managing feature flags in Flagmint applications.",
5
5
  "author": "Flagmint Team",
6
6
  "license": "MIT",