Actually export StateEvent...
This commit is contained in:
parent
fc85c9d2c8
commit
ef405093dc
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@extollo/lib",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "The framework library that lifts up your code.",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -6,6 +6,7 @@ export * from './serial/Serialization'
|
||||
export * from './serial/decorators'
|
||||
export * from './serial/NamedEventPayload'
|
||||
export * from './serial/JSONMessageEvent'
|
||||
export * from './StateEvent'
|
||||
|
||||
export * from './Bus'
|
||||
export * from './LocalBus'
|
||||
|
Loading…
Reference in New Issue
Block a user