@syntrologie/runtime-sdk 2.4.0-canary.19 → 2.4.0-canary.20
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-LRN3K2VD.js → chunk-OJA7NRHL.js} +2 -2
- package/dist/{chunk-LRN3K2VD.js.map → chunk-OJA7NRHL.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
|
@@ -3223,7 +3223,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3223
3223
|
}
|
|
3224
3224
|
|
|
3225
3225
|
// src/version.ts
|
|
3226
|
-
var SDK_VERSION = "2.4.0-canary.
|
|
3226
|
+
var SDK_VERSION = "2.4.0-canary.20";
|
|
3227
3227
|
|
|
3228
3228
|
// src/types.ts
|
|
3229
3229
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -10916,4 +10916,4 @@ export {
|
|
|
10916
10916
|
encodeToken,
|
|
10917
10917
|
Syntro
|
|
10918
10918
|
};
|
|
10919
|
-
//# sourceMappingURL=chunk-
|
|
10919
|
+
//# sourceMappingURL=chunk-OJA7NRHL.js.map
|