@egjs/react-flicking 4.11.3-beta.0 → 4.11.3-beta.2

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/react-flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
7
- version: 4.11.3-beta.0
7
+ version: 4.11.3-beta.2
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react'), require('@egjs/component'), require('@egjs/list-differ'), require('@egjs/flicking'), require('react-dom')) :
@@ -367,9 +367,9 @@ version: 4.11.3-beta.0
367
367
  return NonStrictPanel;
368
368
  }(React.Component);
369
369
 
370
- /*
371
- * Copyright (c) 2015 NAVER Corp.
372
- * egjs projects are licensed under the MIT license
370
+ /*
371
+ * Copyright (c) 2015 NAVER Corp.
372
+ * egjs projects are licensed under the MIT license
373
373
  */
374
374
  var ViewportSlot = React.memo(function (props) {
375
375
  return React.createElement(React.Fragment, null, props.children);
@@ -682,9 +682,9 @@ version: 4.11.3-beta.0
682
682
  return Flicking;
683
683
  }(React.Component);
684
684
 
685
- /*
686
- * Copyright (c) 2015 NAVER Corp.
687
- * egjs projects are licensed under the MIT license
685
+ /*
686
+ * Copyright (c) 2015 NAVER Corp.
687
+ * egjs projects are licensed under the MIT license
688
688
  */
689
689
  Flicking.ViewportSlot = ViewportSlot;
690
690
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egjs/react-flicking",
3
- "version": "4.11.3-beta.0",
3
+ "version": "4.11.3-beta.2",
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",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@egjs/component": "^3.0.2",
23
- "@egjs/flicking": "~4.11.3-beta.0",
23
+ "@egjs/flicking": "~4.11.3-beta.1",
24
24
  "@egjs/list-differ": "^1.0.1"
25
25
  },
26
26
  "devDependencies": {