@lottiefiles/lottie-player 1.4.5 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -1
- package/dist/lottie-player.d.ts +4 -0
- package/dist/lottie-player.d.ts.map +1 -1
- package/dist/lottie-player.esm.js +1 -9
- package/dist/lottie-player.esm.js.map +1 -1
- package/dist/lottie-player.js +2 -10
- package/dist/lottie-player.js.map +1 -1
- package/dist/tgs-player.esm.js +2 -10
- package/dist/tgs-player.esm.js.map +1 -1
- package/dist/tgs-player.js +1 -9
- package/dist/tgs-player.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lottiefiles/lottie-player",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.0",
|
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",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"dependencies": {
|
26
26
|
"@types/pako": "^1.0.1",
|
27
27
|
"lit-element": "^2.3.1",
|
28
|
-
"lottie-web": "^5.
|
28
|
+
"lottie-web": "^5.8.1",
|
29
29
|
"pako": "^1.0.11",
|
30
30
|
"resize-observer-polyfill": "^1.5.1",
|
31
31
|
"shx": "^0.3.3"
|
@@ -39,6 +39,7 @@
|
|
39
39
|
"@commitlint/cli": "^12.1.1",
|
40
40
|
"@commitlint/config-conventional": "^12.1.1",
|
41
41
|
"@lottiefiles/eslint-plugin": "^2.2.0",
|
42
|
+
"@playwright/test": "^1.16.3",
|
42
43
|
"@rollup/plugin-babel": "^5.1.0",
|
43
44
|
"@rollup/plugin-commonjs": "^14.0.0",
|
44
45
|
"@rollup/plugin-node-resolve": "^8.4.0",
|