@syntrologie/runtime-sdk 2.2.0 → 2.3.0
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-V4MDQX67.js → chunk-RUKIPJEJ.js} +2 -2
- package/dist/{chunk-V4MDQX67.js.map → chunk-RUKIPJEJ.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
|
@@ -2193,7 +2193,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
2193
2193
|
}
|
|
2194
2194
|
|
|
2195
2195
|
// src/version.ts
|
|
2196
|
-
var SDK_VERSION = "2.
|
|
2196
|
+
var SDK_VERSION = "2.3.0";
|
|
2197
2197
|
|
|
2198
2198
|
// src/types.ts
|
|
2199
2199
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -9619,4 +9619,4 @@ export {
|
|
|
9619
9619
|
encodeToken,
|
|
9620
9620
|
Syntro
|
|
9621
9621
|
};
|
|
9622
|
-
//# sourceMappingURL=chunk-
|
|
9622
|
+
//# sourceMappingURL=chunk-RUKIPJEJ.js.map
|