@syntrologie/runtime-sdk 2.8.0-canary.62 → 2.8.0-canary.63
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-6GOHVIVD.js → chunk-RBK7LX46.js} +2 -2
- package/dist/{chunk-6GOHVIVD.js.map → chunk-RBK7LX46.js.map} +1 -1
- 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 +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/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.63";
|
|
20683
20683
|
|
|
20684
20684
|
// src/types.ts
|
|
20685
20685
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -42120,7 +42120,7 @@ ${cssRules}
|
|
|
42120
42120
|
}
|
|
42121
42121
|
|
|
42122
42122
|
// src/index.ts
|
|
42123
|
-
var RUNTIME_SDK_BUILD = true ? `${"2026-04-
|
|
42123
|
+
var RUNTIME_SDK_BUILD = true ? `${"2026-04-13T03:02:09.724Z"} (${"709fe972866"})` : "dev";
|
|
42124
42124
|
if (typeof window !== "undefined") {
|
|
42125
42125
|
console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
|
|
42126
42126
|
const existing = window.SynOS;
|