This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a change to branch feat/typescript-implementation
in repository https://gitbox.apache.org/repos/asf/burr.git
from 008b6c87 Updates typing to cascade through from builder -> application
add 2fbf074f Moves user-facing APIs to use z.object() rather than
z.record<string, any>
No new revisions were added by this update.
Summary of changes:
.../burr-core/src/__tests__/index.test-d.ts | 102 ++++++++++++++++
.../packages/burr-core/src/__tests__/state.test.ts | 42 ++++---
typescript/packages/burr-core/src/action.ts | 57 ++++++---
.../packages/burr-core/src/application-builder.ts | 4 +-
typescript/packages/burr-core/src/application.ts | 10 +-
typescript/packages/burr-core/src/graph.ts | 4 +-
typescript/packages/burr-core/src/state.ts | 129 ++++++++++++++++-----
typescript/packages/burr-core/src/type-utils.ts | 12 +-
8 files changed, 282 insertions(+), 78 deletions(-)