@lottiefiles/lottie-player 2.0.2 → 2.0.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.
@@ -1,3 +1,3 @@
1
- export declare const LOTTIE_PLAYER_VERSION = "2.0.2";
2
- export declare const LOTTIE_WEB_VERSION = "^5.10.0";
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.2",
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.10.0",
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
+ }