Skip to content

Commit bdd5731

Browse files
willstott101acao
authored andcommitted
Include source code in all packages to fix source maps.
1 parent d531a72 commit bdd5731

File tree

11 files changed

+32
-8
lines changed

11 files changed

+32
-8
lines changed

.changeset/grumpy-dolphins-behave.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'codemirror-graphql': patch
3+
'graphiql': patch
4+
'graphiql-2-rfc-context': patch
5+
'graphql-language-service': patch
6+
'graphql-language-service-cli': patch
7+
'graphql-language-service-interface': patch
8+
'graphql-language-service-parser': patch
9+
'graphql-language-service-server': patch
10+
'graphql-language-service-types': patch
11+
'graphql-language-service-utils': patch
12+
---
13+
14+
Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

packages/codemirror-graphql/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"main": "index.js",
1717
"module": "esm/index.js",
1818
"files": [
19-
"dist",
19+
"src",
20+
"esm",
2021
"utils",
2122
"variables",
2223
"results",

packages/graphiql-2-rfc-context/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"files": [
1919
"dist",
2020
"esm",
21+
"src",
2122
"graphiql.js",
2223
"graphiql.min.js",
2324
"graphiql.css",

packages/graphiql/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"files": [
1919
"dist",
2020
"esm",
21+
"src",
2122
"graphiql.js",
2223
"graphiql.min.js",
2324
"graphiql.css",

packages/graphql-language-service-cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"files": [
1919
"bin",
20-
"dist"
20+
"dist",
21+
"src"
2122
],
2223
"keywords": [
2324
"graphql",

packages/graphql-language-service-interface/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"license": "MIT",
1616
"files": [
1717
"dist",
18-
"esm"
18+
"esm",
19+
"src"
1920
],
2021
"keywords": [
2122
"graphql"

packages/graphql-language-service-parser/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"license": "MIT",
1616
"files": [
1717
"dist",
18-
"esm"
18+
"esm",
19+
"src"
1920
],
2021
"keywords": [
2122
"graphql"

packages/graphql-language-service-server/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"license": "MIT",
1616
"files": [
1717
"dist",
18-
"esm"
18+
"esm",
19+
"src"
1920
],
2021
"keywords": [
2122
"graphql",

packages/graphql-language-service-types/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"license": "MIT",
1616
"files": [
1717
"dist",
18-
"esm"
18+
"esm",
19+
"src"
1920
],
2021
"keywords": [
2122
"graphql"

packages/graphql-language-service-utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"license": "MIT",
1616
"files": [
1717
"dist",
18-
"esm"
18+
"esm",
19+
"src"
1920
],
2021
"keywords": [
2122
"graphql"

packages/graphql-language-service/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"license": "MIT",
1414
"files": [
1515
"dist",
16-
"esm"
16+
"esm",
17+
"src"
1718
],
1819
"keywords": [
1920
"graphql",

0 commit comments

Comments
 (0)