@aarsteinmedia/dotlottie-player 5.1.3 → 5.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarsteinmedia/dotlottie-player",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "description": "Web Component for playing Lottie animations in your web app. Previously @johanaarstein/dotlottie-player",
5
5
  "type": "module",
6
6
  "exports": {
@@ -41,14 +41,14 @@
41
41
  "build:types": "tsc -p ./tsconfig.build.json && tsc-alias",
42
42
  "build:cem": "npx cem analyze --config 'cem.config.js'",
43
43
  "prod": "pnpm build:types && pnpm build && pnpm build:cem",
44
- "dev": "rollup -c --configPlugin typescript -w --environment NODE_ENV:development",
44
+ "dev": "rollup -cw --configPlugin typescript --environment NODE_ENV:development",
45
45
  "lint:js": "eslint",
46
46
  "lint:js:fix": "eslint --fix",
47
47
  "lint:css": "npx stylelint **/*.css",
48
48
  "lint:css:fix": "npx stylelint **/*.css --fix"
49
49
  },
50
50
  "dependencies": {
51
- "@aarsteinmedia/lottie-web": "^0.4.2",
51
+ "@aarsteinmedia/lottie-web": "^0.4.3",
52
52
  "fflate": "^0.8.2"
53
53
  },
54
54
  "peerDependencies": {