@syntrologie/runtime-sdk 2.4.0-canary.14 → 2.4.0-canary.15
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-6AEOPNJI.js → chunk-HT6XBBNB.js} +2 -2
- package/dist/{chunk-6AEOPNJI.js.map → chunk-HT6XBBNB.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
- package/dist/hooks/useHostPatches.d.ts +0 -9
|
@@ -2213,7 +2213,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
2213
2213
|
}
|
|
2214
2214
|
|
|
2215
2215
|
// src/version.ts
|
|
2216
|
-
var SDK_VERSION = "2.4.0-canary.
|
|
2216
|
+
var SDK_VERSION = "2.4.0-canary.15";
|
|
2217
2217
|
|
|
2218
2218
|
// src/types.ts
|
|
2219
2219
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -9971,4 +9971,4 @@ export {
|
|
|
9971
9971
|
encodeToken,
|
|
9972
9972
|
Syntro
|
|
9973
9973
|
};
|
|
9974
|
-
//# sourceMappingURL=chunk-
|
|
9974
|
+
//# sourceMappingURL=chunk-HT6XBBNB.js.map
|