Add make helper and bump version

This commit is contained in:
2022-03-29 15:29:27 -05:00
parent 737d06f6f0
commit ba87ea32c3
3 changed files with 16 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ export * from './http/lifecycle/Request'
export * from './http/lifecycle/Response'
export * from './http/RequestLocalStorage'
export * from './make'
export * as api from './http/response/api'
export * from './http/response/DehydratedStateResponseFactory'
export * from './http/response/ErrorResponseFactory'