@syntrologie/runtime-sdk 2.8.0-canary.2 → 2.8.0-canary.3
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-V5KPS4PK.js → chunk-AISHQUYI.js} +2 -2
- package/dist/{chunk-V5KPS4PK.js.map → chunk-AISHQUYI.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
|
@@ -3358,7 +3358,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3358
3358
|
}
|
|
3359
3359
|
|
|
3360
3360
|
// src/version.ts
|
|
3361
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3361
|
+
var SDK_VERSION = "2.8.0-canary.3";
|
|
3362
3362
|
|
|
3363
3363
|
// src/types.ts
|
|
3364
3364
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -11330,4 +11330,4 @@ export {
|
|
|
11330
11330
|
encodeToken,
|
|
11331
11331
|
Syntro
|
|
11332
11332
|
};
|
|
11333
|
-
//# sourceMappingURL=chunk-
|
|
11333
|
+
//# sourceMappingURL=chunk-AISHQUYI.js.map
|