@salesforce/lds-graphql-parser 1.229.0-dev6 → 1.229.0-dev8

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.
@@ -11509,4 +11509,4 @@ function gql(literals, ...subs) {
11509
11509
  }
11510
11510
 
11511
11511
  export { Kind, astResolver, buildSchema, defaultFieldResolver, execute, gql, isObjectType, parse, parseAndVisit, print, visit };
11512
- // version: 1.229.0-dev6-53f3d6911
11512
+ // version: 1.229.0-dev8-6c36d664c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-graphql-parser",
3
- "version": "1.229.0-dev6",
3
+ "version": "1.229.0-dev8",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS graphql parser for SFDC",
6
6
  "main": "dist/ldsGraphqlParser.js",