@syntrologie/runtime-sdk 2.8.0-canary.134 → 2.8.0-canary.135
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-2YUKCCVW.js → chunk-2RWUEM6K.js} +2 -2
- package/dist/{chunk-2YUKCCVW.js.map → chunk-2RWUEM6K.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
|
@@ -3639,7 +3639,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
// src/version.ts
|
|
3642
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3642
|
+
var SDK_VERSION = "2.8.0-canary.135";
|
|
3643
3643
|
|
|
3644
3644
|
// src/types.ts
|
|
3645
3645
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -12724,4 +12724,4 @@ export {
|
|
|
12724
12724
|
encodeToken,
|
|
12725
12725
|
Syntro
|
|
12726
12726
|
};
|
|
12727
|
-
//# sourceMappingURL=chunk-
|
|
12727
|
+
//# sourceMappingURL=chunk-2RWUEM6K.js.map
|