@syntrologie/runtime-sdk 2.8.0-canary.70 → 2.8.0-canary.71
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/dist/{chunk-N5OR6Q2I.js → chunk-WX32GVSP.js} +3 -4
- package/dist/{chunk-N5OR6Q2I.js.map → chunk-WX32GVSP.js.map} +2 -2
- package/dist/fetchers/experimentsFetcher.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +3 -3
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6,10 +6,10 @@ export interface ExperimentsFetcherOptions {
|
|
|
6
6
|
*/
|
|
7
7
|
client: ExperimentClient;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
9
|
+
* Feature key for the monolithic config (legacy mode).
|
|
10
|
+
* Callers must provide this explicitly — no hardcoded default.
|
|
11
11
|
*/
|
|
12
|
-
featureKey
|
|
12
|
+
featureKey: string;
|
|
13
13
|
/**
|
|
14
14
|
* Feature key for the variant manifest (lists active variant flag keys).
|
|
15
15
|
* When set, enables multi-flag mode.
|
package/dist/index.js
CHANGED