diff --git a/.changeset/beige-bags-remain.md b/.changeset/beige-bags-remain.md deleted file mode 100644 index 783ae8ac..00000000 --- a/.changeset/beige-bags-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-helix": patch ---- - -include esm code in the published package diff --git a/examples/context/package.json b/examples/context/package.json index 61203830..b249c429 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -15,6 +15,6 @@ "express": "4.17.1", "express-session": "1.17.2", "graphql": "15.6.0", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/csp/package.json b/examples/csp/package.json index f65d0848..f5cefa76 100644 --- a/examples/csp/package.json +++ b/examples/csp/package.json @@ -14,7 +14,7 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1", + "graphql-helix": "^1.8.2", "helmet": "4.6.0" } } diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index bb00566c..09ab179c 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -13,6 +13,6 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/express/package.json b/examples/express/package.json index a9bd67a6..1e4f787d 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -13,6 +13,6 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 10ed76fa..f3adf285 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -12,6 +12,6 @@ "dependencies": { "fastify": "3.21.6", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index 82691eb8..255ecddc 100644 --- a/examples/file-upload/package.json +++ b/examples/file-upload/package.json @@ -14,7 +14,7 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1", + "graphql-helix": "^1.8.2", "graphql-upload": "^11.0.0" } } diff --git a/examples/graphql-jit/package.json b/examples/graphql-jit/package.json index bc37a766..ea8571cc 100644 --- a/examples/graphql-jit/package.json +++ b/examples/graphql-jit/package.json @@ -13,7 +13,7 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1", + "graphql-helix": "^1.8.2", "graphql-jit": "0.5.2", "tiny-lru": "7.0.6" } diff --git a/examples/graphql-modules/package.json b/examples/graphql-modules/package.json index 3600e278..281fd8b9 100644 --- a/examples/graphql-modules/package.json +++ b/examples/graphql-modules/package.json @@ -13,7 +13,7 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1", + "graphql-helix": "^1.8.2", "graphql-modules": "1.4.4" } } diff --git a/examples/graphql-ws/package.json b/examples/graphql-ws/package.json index 811a5ed4..97c8ab7e 100644 --- a/examples/graphql-ws/package.json +++ b/examples/graphql-ws/package.json @@ -14,7 +14,7 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1", + "graphql-helix": "^1.8.2", "graphql-ws": "5.5.0", "ws": "8.2.2" } diff --git a/examples/http/package.json b/examples/http/package.json index 40b2d911..cd7b8fcb 100644 --- a/examples/http/package.json +++ b/examples/http/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/koa/package.json b/examples/koa/package.json index 3a74b078..93185273 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "1.8.1", + "graphql-helix": "1.8.2", "koa": "2.13.1", "koa-bodyparser": "4.3.0" } diff --git a/examples/live-queries/package.json b/examples/live-queries/package.json index d30faed4..c6af0694 100644 --- a/examples/live-queries/package.json +++ b/examples/live-queries/package.json @@ -15,6 +15,6 @@ "@n1ru4l/graphql-live-query": "0.8.1", "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/examples/persisted-queries/package.json b/examples/persisted-queries/package.json index 083f9429..9e8a9daa 100644 --- a/examples/persisted-queries/package.json +++ b/examples/persisted-queries/package.json @@ -13,6 +13,6 @@ "dependencies": { "express": "4.17.1", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-helix": "^1.8.1" + "graphql-helix": "^1.8.2" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fd2edaea..1598e011 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-helix +## 1.8.2 + +### Patch Changes + +- 03c8416: include esm code in the published package + ## 1.8.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0a06693c..cf45dedb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-helix", - "version": "1.8.1", + "version": "1.8.2", "description": "A highly evolved GraphQL HTTP Server 🧬", "keywords": [ "graphql",