@salesforce/lds-graphql-parser 1.379.1 → 1.380.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/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -11590,4 +11590,4 @@ catch (error) {
|
|
11590
11590
|
const astResolver = useOneStoreParser ? astResolver$2 : astResolver$1;
|
11591
11591
|
|
11592
11592
|
export { Kind, astResolver, buildSchema, defaultFieldResolver, execute, extendSchema, gql, isObjectType, isScalarType, parse, parseAndVisit, print, visit };
|
11593
|
-
// version: 1.
|
11593
|
+
// version: 1.380.0-2f8a8aafe1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/lds-graphql-parser",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.380.0",
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
5
5
|
"description": "LDS graphql parser for SFDC",
|
6
6
|
"main": "dist/ldsGraphqlParser.js",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@luvio/graphql-parser": "0.158.7",
|
37
|
-
"@salesforce/lds-luvio-onestore-graphql-parser": "^1.
|
37
|
+
"@salesforce/lds-luvio-onestore-graphql-parser": "^1.380.0"
|
38
38
|
},
|
39
39
|
"luvioBundlesize": [
|
40
40
|
{
|