Releases: eighty4/model-t
Releases · eighty4/model-t
v0.0.5-4
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- Creates a schema error for a Job calling a workflow that
tries to declare job outputs - Package export defaults to browser-compatible
api.web.ts
when module resolution is neithernodeorbun - Explicitly importing
api.web.tsis available by
importing@eighty4/model-t/web - API rate limiting reset time included with error message
- TypeScript sources are added to published package for the
Bun runtime's native TypeScript support
Fixed
- TypeScript type declarations were broken by pointing to a
directory instead of the export entrypoint.d.tsfile
v0.0.5-3
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- Creates a schema error for a Job calling a workflow that
tries to declare job outputs - Package export defaults to browser-compatible
api.web.ts
when module resolution is neithernodeorbun - Explicitly importing
api.web.tsis available by
importing@eighty4/model-t/web - API rate limiting reset time included with error message
- TypeScript sources are added to published package for the
Bun runtime's native TypeScript support
Fixed
- TypeScript type declarations were broken by pointing to a
directory instead of the export entrypoint.d.tsfile
v0.0.5-2
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- Package export for web environment used by clients when
module resolution does not resolve as Bun or Node - API rate limiting reset time included with error message
- TypeScript sources are added to published package for the
Bun runtime's native TypeScript support
Fixed
- TypeScript type declarations were broken by pointing to a
directory instead of the export entrypoint.d.tsfile
v0.0.5-1
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- TypeScript sources are added to published package for the
Bun runtime's native TypeScript support
Fixed
- TypeScript type declarations were broken by pointing to a
directory instead of the export entrypoint.d.tsfile
v0.0.5-0
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- TypeScript sources are added to published package for the
Bun runtime's native TypeScript support
Fixed
- TypeScript type declarations were broken by pointing to a
directory instead of the export entrypoint.d.tsfile
v0.0.4
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@latest
Release notes
Added
- Workflows are strictly validated for any unknown/unsupported keys
v0.0.3
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@latest
Release notes
Added
- Actions used by workflows are fetched to validate calling workflow
provides values for required action inputs - Workflows are fetched from external repositories to validate calling
workflow provides values for required called workflow inputs
v0.0.3-3
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- GitHub actions used by workflows are fetched to validate calling workflow
provides values for required action inputs - Workflow calls from external repositories are fetched to validate calling
workflow provides values for required called workflow inputs
v0.0.3-2
Published to npm as @eighty4/model-t
npm i -g @eighty4/model-t@next
Release notes
Added
- GitHub actions used by workflows are fetched to validate workflows provide
values for required action inputs