seqflow-js
Advanced tools
Comparing version 0.0.1-beta.16 to 0.0.1-beta.17
import { BrowserRouter, InMemoryRouter, NavigationEvent, Router } from './router'; | ||
import { EventAsyncGenerator } from './events'; | ||
import * as DomainsPackage from "./domains"; | ||
export { debugEventTarget } from './debug'; | ||
export { BrowserRouter, type Router, NavigationEvent, InMemoryRouter }; | ||
@@ -5,0 +6,0 @@ export type { EventAsyncGenerator, CustomEventAsyncGenerator } from './events'; |
{ | ||
"name": "seqflow-js", | ||
"version": "0.0.1-beta.16", | ||
"version": "0.0.1-beta.17", | ||
"description": "SeqFlow is a modern web framework that is designed to be simple and easy to use. It optimizes the development process by providing a simple and easy-to-understand API. It is a good choice for those who want to create web applications without the complexity of other frameworks.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.mjs", |
@@ -10,2 +10,3 @@ import * as DomainsPackage from "./domains"; | ||
import { domEvent, domainEvent, navigationEvent } from "./typedEvents"; | ||
export { debugEventTarget } from "./debug"; | ||
@@ -12,0 +13,0 @@ export { BrowserRouter, type Router, NavigationEvent, InMemoryRouter }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
341718
45
3520