@salesforce/lds-graphql-parser 1.142.1 → 1.144.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.
@@ -11481,4 +11481,4 @@ function parseAndVisit(source) {
11481
11481
  }
11482
11482
 
11483
11483
  export { Kind, astResolver, buildSchema, defaultFieldResolver, execute, gql, isObjectType, parse, parseAndVisit, print, visit };
11484
- // version: 1.142.1-d514db71e
11484
+ // version: 1.144.0-ac4b15ad8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-graphql-parser",
3
- "version": "1.142.1",
3
+ "version": "1.144.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.142.3"
36
+ "@luvio/graphql-parser": "0.142.4"
37
37
  },
38
38
  "luvioBundlesize": [
39
39
  {
@@ -41,7 +41,7 @@
41
41
  "maxSize": {
42
42
  "none": "370 kB",
43
43
  "min": "158 kB",
44
- "compressed": "60 kB"
44
+ "compressed": "61 kB"
45
45
  }
46
46
  }
47
47
  ],