@salesforce/lds-graphql-parser 1.354.0-dev2 → 1.354.0-dev4

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.
@@ -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.354.0-dev2-be1ef0f23e
11559
+ // version: 1.354.0-dev4-e8a5720a40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-graphql-parser",
3
- "version": "1.354.0-dev2",
3
+ "version": "1.354.0-dev4",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS graphql parser for SFDC",
6
6
  "main": "dist/ldsGraphqlParser.js",