@linear_non/stellar-kit 1.0.10 → 1.0.11

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/events/index.js +2 -2
  2. package/package.json +1 -1
package/events/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import emitter, { EVENTS, PRIORITY } from "./Emitter"
1
+ import emitter, { Emitter, EVENTS, PRIORITY } from "./Emitter"
2
2
  import VirtualScroll from "./VirtualScroll"
3
3
  import Scroll from "./Scroll"
4
4
  import Resize from "./Resize"
5
5
  import Mouse from "./Mouse"
6
6
  import Raf from "./Raf"
7
7
 
8
- export { emitter, EVENTS, PRIORITY, Resize, VirtualScroll, Scroll, Mouse, Raf }
8
+ export { emitter, Emitter, EVENTS, PRIORITY, Resize, VirtualScroll, Scroll, Mouse, Raf }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "main": "index.js",
6
6
  "exports": {