jaxs 0.9.5 → 0.9.7

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.
package/dist/jaxs.d.ts CHANGED
@@ -299,7 +299,7 @@ declare class JaxsBus {
299
299
  event: string,
300
300
  payload: T,
301
301
  ): {
302
- publish: any
302
+ publish: PublishExtended<any>
303
303
  payload: T
304
304
  state: State
305
305
  document: Document