Skip to content

Releases: layer5io/sistent

v0.18.7

14 Apr 18:23
3bbb07e

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(types): use direct re-export for Prompt so tsup emits DTS declarations (#1406)

PromptComponent, PROMPT_VARIANTS, and PromptRef are now correctly included in dist/index.d.ts. Previously these were exported at runtime but excluded from TypeScript declarations due to tsup not tracing the import-then-re-export pattern.

Consumers can now use:

import { PromptComponent, PROMPT_VARIANTS, type PromptRef } from '@sistent/sistent';

Full Changelog: v0.18.6...v0.18.7

Sistent v0.18.6

14 Apr 17:37
35e351c

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(types): export PromptRef type from Prompt barrel (#1405)

PromptRef (the imperative handle interface for PromptComponent) was previously defined in source but not re-exported from the package barrel files. Consumers can now import it directly:

import { PromptComponent, type PromptRef } from '@sistent/sistent';

const promptRef = React.useRef<PromptRef>(null);

Full Changelog: v0.18.5...v0.18.6

Sistent v0.18.5

14 Apr 15:16
c5db577

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @dependabot, @dependabot[bot] and @saurabhraghuvanshii

Sistent v0.18.4

09 Apr 14:49
6971293

Choose a tag to compare

What's New

  • chore(deps): bump lodash from 4.17.23 to 4.18.1 @dependabot (#1393)
  • chore(deps): bump js-yaml from 4.1.0 to 4.1.1 @dependabot (#1183)
  • fix: compare providerHost against stripped protocol hostname in getWebsocketHost @hortison (#1397)

Contributors

Thank you to our contributors for making this release possible:
@dependabot, @hortison, @leecalcote and @yi-nuo426

Sistent v0.18.3

07 Apr 05:58
36455fc

Choose a tag to compare

What's New

  • chore: upgrade @meshery/schemas to v1.0.5 and use View types @yi-nuo426 (#1396)

Contributors

Thank you to our contributors for making this release possible:
@leecalcote and @yi-nuo426

Sistent v0.18.2

07 Apr 01:12
5608044

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@kishore08-07, @leecalcote, @miacycle, @saurabhraghuvanshii and @yi-nuo426

Sistent v0.18.1

01 Apr 11:11
fd755d7

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @banana-three-join, @dependabot, @dependabot[bot], @hortison, @leecalcote, @saurabhraghuvanshii and @yi-nuo426

Sistent v0.18.0

24 Mar 05:05
a474105

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @hortison, @leecalcote, @marblom007 and @yi-nuo426

Sistent v0.17.2

16 Mar 13:32
3a91bf0

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @ashwanisingh011, @dependabot, @dependabot[bot] and @leecalcote

Sistent v0.17.1

05 Mar 19:21
efee22e

Choose a tag to compare

What's New

Contributors

Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11 and @saurabhraghuvanshii