@egjs/vue3-flicking 4.10.0 → 4.10.1

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.
@@ -4,7 +4,7 @@ name: @egjs/vue3-flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue3-flicking
7
- version: 4.10.0
7
+ version: 4.10.1
8
8
  */
9
9
  'use strict';
10
10
 
@@ -4,7 +4,7 @@ name: @egjs/vue3-flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue3-flicking
7
- version: 4.10.0
7
+ version: 4.10.1
8
8
  */
9
9
  import { defineComponent, getCurrentInstance, resolveComponent, h, Comment, Text, Fragment } from 'vue';
10
10
  import ListDiffer from '@egjs/list-differ';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egjs/vue3-flicking",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
4
4
  "description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",
5
5
  "main": "dist/flicking.cjs.js",
6
6
  "module": "dist/flicking.esm.js",
@@ -33,7 +33,7 @@
33
33
  "not op_mini all"
34
34
  ],
35
35
  "dependencies": {
36
- "@egjs/flicking": "~4.10.0"
36
+ "@egjs/flicking": "~4.10.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "vue": "^3.0.0"