@syntrologie/runtime-sdk 2.8.0-canary.119 → 2.8.0-canary.120
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-W7GAVTMQ.js → chunk-HC7NTASP.js} +2 -2
- package/dist/{chunk-W7GAVTMQ.js.map → chunk-HC7NTASP.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
|
@@ -3640,7 +3640,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3640
3640
|
}
|
|
3641
3641
|
|
|
3642
3642
|
// src/version.ts
|
|
3643
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3643
|
+
var SDK_VERSION = "2.8.0-canary.120";
|
|
3644
3644
|
|
|
3645
3645
|
// src/types.ts
|
|
3646
3646
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -12378,4 +12378,4 @@ export {
|
|
|
12378
12378
|
encodeToken,
|
|
12379
12379
|
Syntro
|
|
12380
12380
|
};
|
|
12381
|
-
//# sourceMappingURL=chunk-
|
|
12381
|
+
//# sourceMappingURL=chunk-HC7NTASP.js.map
|