@syntrologie/runtime-sdk 2.8.0-canary.13 → 2.8.0-canary.14
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-G4PH7C7H.js → chunk-F2IWFVY2.js} +2 -2
- package/dist/{chunk-G4PH7C7H.js.map → chunk-F2IWFVY2.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +3 -3
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +5 -5
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +3 -3
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
|
@@ -3435,7 +3435,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3435
3435
|
}
|
|
3436
3436
|
|
|
3437
3437
|
// src/version.ts
|
|
3438
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3438
|
+
var SDK_VERSION = "2.8.0-canary.14";
|
|
3439
3439
|
|
|
3440
3440
|
// src/types.ts
|
|
3441
3441
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -11424,4 +11424,4 @@ export {
|
|
|
11424
11424
|
encodeToken,
|
|
11425
11425
|
Syntro
|
|
11426
11426
|
};
|
|
11427
|
-
//# sourceMappingURL=chunk-
|
|
11427
|
+
//# sourceMappingURL=chunk-F2IWFVY2.js.map
|