@lottiefiles/lottie-player 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lottie-player.d.ts +1 -0
- package/dist/lottie-player.d.ts.map +1 -1
- 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 +11 -11
- package/dist/tgs-player.esm.js.map +1 -1
- package/dist/tgs-player.js +11 -11
- package/dist/tgs-player.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lottiefiles/lottie-player",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.1",
|
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",
|
@@ -63,6 +63,7 @@
|
|
63
63
|
"rollup-plugin-serve": "^1.0.3",
|
64
64
|
"rollup-plugin-terser": "^6.1.0",
|
65
65
|
"rollup-plugin-typescript2": "^0.27.1",
|
66
|
+
"rollup-plugin-uglify": "^6.0.4",
|
66
67
|
"rollup-plugin-visualizer": "^4.0.4",
|
67
68
|
"semantic-release": "^17.4.2",
|
68
69
|
"typescript": "^3.4.5"
|