@salesforce/lds-graphql-parser 1.278.0 → 1.280.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ldsGraphqlParser.js +2 -2
- package/package.json +2 -2
package/dist/ldsGraphqlParser.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*
|
7
|
+
/*
|
8
8
|
* ATTENTION!
|
9
9
|
* THIS IS A GENERATED FILE FROM https://github.com/salesforce-experience-platform-emu/lds-lightning-platform
|
10
10
|
* If you would like to contribute to LDS, please follow the steps outlined in the git repo.
|
@@ -11556,4 +11556,4 @@ function gql(literals, ...subs) {
|
|
11556
11556
|
}
|
11557
11557
|
|
11558
11558
|
export { Kind, astResolver, buildSchema, defaultFieldResolver, execute, extendSchema, gql, isObjectType, isScalarType, parse, parseAndVisit, print, visit };
|
11559
|
-
// version: 1.
|
11559
|
+
// version: 1.280.0-92c104b03
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/lds-graphql-parser",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.280.0",
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
5
5
|
"description": "LDS graphql parser for SFDC",
|
6
6
|
"main": "dist/ldsGraphqlParser.js",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"release:core": "yarn build && ../core-build/scripts/core.js --name=lds-graphql-parser"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@luvio/graphql-parser": "0.154.
|
36
|
+
"@luvio/graphql-parser": "0.154.14"
|
37
37
|
},
|
38
38
|
"luvioBundlesize": [
|
39
39
|
{
|