@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
package/dist/smart-canvas.js
CHANGED
|
@@ -20679,7 +20679,7 @@ Please report this to https://github.com/markedjs/marked.`, e2) {
|
|
|
20679
20679
|
}
|
|
20680
20680
|
|
|
20681
20681
|
// src/version.ts
|
|
20682
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
20682
|
+
var SDK_VERSION = "2.8.0-canary.71";
|
|
20683
20683
|
|
|
20684
20684
|
// src/types.ts
|
|
20685
20685
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -41637,7 +41637,7 @@ ${cssRules}
|
|
|
41637
41637
|
__publicField(this, "manifestKey");
|
|
41638
41638
|
__publicField(this, "variantFlagPrefix");
|
|
41639
41639
|
this.client = options.client;
|
|
41640
|
-
this.featureKey = options.featureKey
|
|
41640
|
+
this.featureKey = options.featureKey;
|
|
41641
41641
|
this.manifestKey = options.manifestKey;
|
|
41642
41642
|
this.variantFlagPrefix = options.variantFlagPrefix;
|
|
41643
41643
|
}
|
|
@@ -42173,7 +42173,7 @@ ${cssRules}
|
|
|
42173
42173
|
}
|
|
42174
42174
|
|
|
42175
42175
|
// src/index.ts
|
|
42176
|
-
var RUNTIME_SDK_BUILD = true ? `${"2026-04-
|
|
42176
|
+
var RUNTIME_SDK_BUILD = true ? `${"2026-04-14T05:46:14.257Z"} (${"dfc6ecd483b"})` : "dev";
|
|
42177
42177
|
if (typeof window !== "undefined") {
|
|
42178
42178
|
console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
|
|
42179
42179
|
const existing = window.SynOS;
|