Skip to content

@pegma/sessions v0.2.0

Latest

Choose a tag to compare

@FlyOverCoderKY FlyOverCoderKY released this 30 Jul 03:47
· 8 commits to main since this release
v0.2.0
422d342

@pegma/sessions v0.2.0

A dependency-alignment release: @pegma/storage-core advances from 0.3.0 to
0.4.0, matching the pin already used by webhooks, mail, and identity so host
dependency trees resolve a single storage-core and no longer need an npm
override to avoid two incompatible Store types. The
@pegma/storage-azure-tables test backend advances to 0.4.0 alongside it.

No behavioural or public API change in the session port itself. The version
advances to 0.2.0 (rather than a patch) because hosts composing this package
must now supply a storage-core 0.4.0 Store, which is a breaking composition
change under 0.x semver. The full memory and Azurite race suite passes
against storage-core 0.4.0 unchanged.