@lottiefiles/lottie-player 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/lottie-player.esm.js +2 -2
- package/dist/lottie-player.esm.js.map +1 -1
- package/dist/lottie-player.js +2 -2
- package/dist/lottie-player.js.map +1 -1
- package/dist/tgs-player.esm.js +2 -2
- package/dist/tgs-player.esm.js.map +1 -1
- package/dist/tgs-player.js +2 -2
- package/dist/tgs-player.js.map +1 -1
- package/dist/versions.d.ts +2 -2
- package/package.json +3 -3
package/dist/versions.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare const LOTTIE_PLAYER_VERSION = "2.0.
|
2
|
-
export declare const LOTTIE_WEB_VERSION = "^5.
|
1
|
+
export declare const LOTTIE_PLAYER_VERSION = "2.0.3";
|
2
|
+
export declare const LOTTIE_WEB_VERSION = "^5.12.2";
|
3
3
|
//# sourceMappingURL=versions.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lottiefiles/lottie-player",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.3",
|
4
4
|
"description": "Lottie animation and Telegram Sticker player web components.",
|
5
5
|
"main": "dist/lottie-player.js",
|
6
6
|
"module": "dist/lottie-player.esm.js",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"dependencies": {
|
33
33
|
"@types/pako": "^1.0.1",
|
34
34
|
"lit": "^2.1.2",
|
35
|
-
"lottie-web": "^5.
|
35
|
+
"lottie-web": "^5.12.2",
|
36
36
|
"pako": "^2.0.4",
|
37
37
|
"resize-observer-polyfill": "^1.5.1"
|
38
38
|
},
|
@@ -122,4 +122,4 @@
|
|
122
122
|
"extends": "@istanbuljs/nyc-config-typescript",
|
123
123
|
"all": true
|
124
124
|
}
|
125
|
-
}
|
125
|
+
}
|