@salesforce/lds-luvio-onestore-graphql-parser 1.381.0 → 1.383.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/main.js +1 -1
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -3172,4 +3172,4 @@ function gql(literals, ...subs) {
3172
3172
  return updateReferenceMapAndGetKey(insertFragments(document, inputSubstitutionFragments));
3173
3173
  }
3174
3174
 
3175
- export { Kind, astResolver, gql, parse, print };
3175
+ export { Kind, astResolver, gql, parse, print, visit };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-luvio-onestore-graphql-parser",
3
- "version": "1.381.0",
3
+ "version": "1.383.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Re-export of the @luvio/graphql package for use in adapters",
6
6
  "main": "dist/main.js",
@@ -28,7 +28,7 @@
28
28
  "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
29
29
  },
30
30
  "dependencies": {
31
- "@luvio/onestore-graphql-parser": "5.57.2"
31
+ "@luvio/onestore-graphql-parser": "5.58.0"
32
32
  },
33
33
  "nx": {
34
34
  "targets": {