@syntrologie/runtime-sdk 2.8.0-canary.21 → 2.8.0-canary.22
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-XN53TEZU.js → chunk-FMLFVGLH.js} +2 -2
- package/dist/{chunk-XN53TEZU.js.map → chunk-FMLFVGLH.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 +7 -7
|
@@ -3439,7 +3439,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3439
3439
|
}
|
|
3440
3440
|
|
|
3441
3441
|
// src/version.ts
|
|
3442
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3442
|
+
var SDK_VERSION = "2.8.0-canary.22";
|
|
3443
3443
|
|
|
3444
3444
|
// src/types.ts
|
|
3445
3445
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -11444,4 +11444,4 @@ export {
|
|
|
11444
11444
|
encodeToken,
|
|
11445
11445
|
Syntro
|
|
11446
11446
|
};
|
|
11447
|
-
//# sourceMappingURL=chunk-
|
|
11447
|
+
//# sourceMappingURL=chunk-FMLFVGLH.js.map
|