Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Tags: reconbot/graphql-lambda-subscriptions

Tags

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove ESM (#304)

vitest, vite, and a few other bundlers are having issues with the graphql subpath imports as they're not declared in the graphql export map. This is fine for commonjs but it wreaks havock on these esm loaders. I think this is a bug in the commonjs/esm interop but here we are.

BREAKING CHANGE: This removes the ESM export from the export maps and the shipped files to work around buggy esm/commonjs interop

v5.2.3

Toggle v5.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: default to common js in export map (#303)

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency streaming-iterables to v7 (#299)

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
reconbot Francis Gulotta
fix: releases

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
reconbot Francis Gulotta
feat: update deps

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update docs and deps (#144)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: upgrade to graphql 16 (#137)

Graphql 16 Brings internal breaking api changes.

BREAKING CHANGE: A minimum of Graphql 16 is now required

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: peer deps for graphql shoulnd't include 16 (#136)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: TTL needs to be in seconds not milliseconds (#114)

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade all the things (#103)