@syntrologie/runtime-sdk 2.8.0-canary.477 → 2.8.0-canary.478
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +1 -1
- package/dist/smart-canvas.js +2 -2
- package/dist/smart-canvas.js.map +1 -1
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +1 -1
- package/dist/smart-canvas.shopify.js +2 -2
- package/dist/smart-canvas.shopify.js.map +1 -1
- package/dist/smart-canvas.shopify.min.js +2 -2
- package/dist/smart-canvas.shopify.min.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -17707,7 +17707,7 @@ var SyntrologieSDK = (() => {
|
|
|
17707
17707
|
}
|
|
17708
17708
|
|
|
17709
17709
|
// src/version.ts
|
|
17710
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
17710
|
+
var SDK_VERSION = "2.8.0-canary.478";
|
|
17711
17711
|
|
|
17712
17712
|
// src/types.ts
|
|
17713
17713
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -32545,7 +32545,7 @@ ${cssRules}
|
|
|
32545
32545
|
}
|
|
32546
32546
|
|
|
32547
32547
|
// src/index.ts
|
|
32548
|
-
var RUNTIME_SDK_BUILD = true ? `${"2026-07-
|
|
32548
|
+
var RUNTIME_SDK_BUILD = true ? `${"2026-07-24T19:21:30.096Z"} (${"1235b1302"})` : "dev";
|
|
32549
32549
|
if (typeof window !== "undefined") {
|
|
32550
32550
|
console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
|
|
32551
32551
|
const existing = window.SynOS;
|