@lottiefiles/dotlottie-vue 0.4.14 → 0.4.16

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -101,7 +101,7 @@ onMounted(() => {
101
101
  dotLottie.addEventListener('pause', () => {
102
102
  console.log('paused')
103
103
  });
104
- dotlottie.addEventListener('frame', ({ currentFrame }) => {
104
+ dotLottie.addEventListener('frame', ({ currentFrame }) => {
105
105
  console.log('Frame:', currentFrame)
106
106
  });
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lottiefiles/dotlottie-vue",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "type": "module",
5
5
  "description": "Vue wrapper around the dotlottie-web library",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "vue": "^3.3.4"
36
36
  },
37
37
  "dependencies": {
38
- "@lottiefiles/dotlottie-web": "0.33.0"
38
+ "@lottiefiles/dotlottie-web": "0.35.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@vue/runtime-dom": "^3.4.6",