@glissade/lottie 0.45.0-pre.1 → 0.45.0-pre.2
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/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1588,7 +1588,7 @@ function sampleComponentVec(ctx, xt, yt, staticVal, map) {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
out.push(frame);
|
|
1590
1590
|
}
|
|
1591
|
-
return out;
|
|
1591
|
+
return decimateLinearKeys(out);
|
|
1592
1592
|
}
|
|
1593
1593
|
/** Union frame span of a set of tracks (their first→last key), else [ip, op]. */
|
|
1594
1594
|
function frameSpan(ctx, tracks) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glissade/lottie",
|
|
3
|
-
"version": "0.45.0-pre.
|
|
3
|
+
"version": "0.45.0-pre.2",
|
|
4
4
|
"description": "glissade Lottie import (S1 MVP): pure .json (Lottie/bodymovin) → node specs + a v1 Timeline. Fail-fast feature audit; no DOM/Node dependencies.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"engines": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@glissade/core": "0.45.0-pre.
|
|
22
|
-
"@glissade/scene": "0.45.0-pre.
|
|
21
|
+
"@glissade/core": "0.45.0-pre.2",
|
|
22
|
+
"@glissade/scene": "0.45.0-pre.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@glissade/backend-skia": "0.45.0-pre.
|
|
25
|
+
"@glissade/backend-skia": "0.45.0-pre.2"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|