@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
|
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3456
3456
|
}
|
|
3457
3457
|
|
|
3458
3458
|
// src/version.ts
|
|
3459
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3459
|
+
var SDK_VERSION = "2.8.0-canary.71";
|
|
3460
3460
|
|
|
3461
3461
|
// src/types.ts
|
|
3462
3462
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -11748,9 +11748,8 @@ var ExperimentsFetcher = class {
|
|
|
11748
11748
|
__publicField(this, "featureKey");
|
|
11749
11749
|
__publicField(this, "manifestKey");
|
|
11750
11750
|
__publicField(this, "variantFlagPrefix");
|
|
11751
|
-
var _a2;
|
|
11752
11751
|
this.client = options.client;
|
|
11753
|
-
this.featureKey =
|
|
11752
|
+
this.featureKey = options.featureKey;
|
|
11754
11753
|
this.manifestKey = options.manifestKey;
|
|
11755
11754
|
this.variantFlagPrefix = options.variantFlagPrefix;
|
|
11756
11755
|
}
|
|
@@ -12403,4 +12402,4 @@ export {
|
|
|
12403
12402
|
encodeToken,
|
|
12404
12403
|
Syntro
|
|
12405
12404
|
};
|
|
12406
|
-
//# sourceMappingURL=chunk-
|
|
12405
|
+
//# sourceMappingURL=chunk-WX32GVSP.js.map
|