Skip to content

Commit

Permalink
Include source code in all packages to fix source maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 authored and acao committed Nov 24, 2021
1 parent d531a72 commit bdd5731
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 8 deletions.
14 changes: 14 additions & 0 deletions .changeset/grumpy-dolphins-behave.md
@@ -0,0 +1,14 @@
---
'codemirror-graphql': patch
'graphiql': patch
'graphiql-2-rfc-context': patch
'graphql-language-service': patch
'graphql-language-service-cli': patch
'graphql-language-service-interface': patch
'graphql-language-service-parser': patch
'graphql-language-service-server': patch
'graphql-language-service-types': patch
'graphql-language-service-utils': patch
---

Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.
3 changes: 2 additions & 1 deletion packages/codemirror-graphql/package.json
Expand Up @@ -16,7 +16,8 @@
"main": "index.js",
"module": "esm/index.js",
"files": [
"dist",
"src",
"esm",
"utils",
"variables",
"results",
Expand Down
1 change: 1 addition & 0 deletions packages/graphiql-2-rfc-context/package.json
Expand Up @@ -18,6 +18,7 @@
"files": [
"dist",
"esm",
"src",
"graphiql.js",
"graphiql.min.js",
"graphiql.css",
Expand Down
1 change: 1 addition & 0 deletions packages/graphiql/package.json
Expand Up @@ -18,6 +18,7 @@
"files": [
"dist",
"esm",
"src",
"graphiql.js",
"graphiql.min.js",
"graphiql.css",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-cli/package.json
Expand Up @@ -17,7 +17,8 @@
"license": "MIT",
"files": [
"bin",
"dist"
"dist",
"src"
],
"keywords": [
"graphql",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-interface/package.json
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql"
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-parser/package.json
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql"
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-server/package.json
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-types/package.json
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql"
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service-utils/package.json
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql"
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-language-service/package.json
Expand Up @@ -13,7 +13,8 @@
"license": "MIT",
"files": [
"dist",
"esm"
"esm",
"src"
],
"keywords": [
"graphql",
Expand Down

2 comments on commit bdd5731

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.