@salesforce/lds-graphql-parser 1.368.0 → 1.370.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.
Files changed (2) hide show
  1. package/dist/ldsGraphqlParser.js +10056 -1093
  2. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-graphql-parser",
3
- "version": "1.368.0",
3
+ "version": "1.370.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS graphql parser for SFDC",
6
6
  "main": "dist/ldsGraphqlParser.js",
@@ -33,15 +33,16 @@
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.158.3"
36
+ "luvio-graphql-parser": "npm:@luvio/graphql-parser@0.158.7",
37
+ "onestore-graphql-parser": "npm:@luvio/graphql-parser@5.44.0"
37
38
  },
38
39
  "luvioBundlesize": [
39
40
  {
40
41
  "path": "./dist/ldsGraphqlParser.js",
41
42
  "maxSize": {
42
- "none": "370 kB",
43
- "min": "160 kB",
44
- "compressed": "61 kB"
43
+ "none": "635 kB",
44
+ "min": "290 kB",
45
+ "compressed": "71 kB"
45
46
  }
46
47
  }
47
48
  ],