@salesforce/lds-adapters-graphql 1.242.1 → 1.244.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/package.json +7 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-graphql",
3
- "version": "1.242.1",
3
+ "version": "1.244.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapter for GraphQL API endpoint",
6
6
  "main": "dist/es/es2018/graphql-service.js",
@@ -37,7 +37,7 @@
37
37
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-graphql"
38
38
  },
39
39
  "dependencies": {
40
- "@luvio/graphql-parser": "0.150.2",
40
+ "@luvio/graphql-parser": "0.150.3",
41
41
  "@salesforce/lds-adapters-uiapi": "*",
42
42
  "@salesforce/lds-bindings": "*",
43
43
  "@salesforce/lds-default-luvio": "*"
@@ -53,7 +53,11 @@
53
53
  "outputs": [
54
54
  "{projectRoot}/dist",
55
55
  "{projectRoot}/karma/dist",
56
- "{projectRoot}/sfdc",
56
+ "{projectRoot}/sfdc"
57
+ ]
58
+ },
59
+ "build:raml": {
60
+ "outputs": [
57
61
  "{projectRoot}/src/generated"
58
62
  ]
59
63
  }
package/sfdc/index.js CHANGED
@@ -2287,4 +2287,4 @@ withDefaultLuvio((luvio) => {
2287
2287
  });
2288
2288
 
2289
2289
  export { graphQL, graphQLImperative, unstable_graphQL_imperative };
2290
- // version: 1.242.1-5a8ee3f4c
2290
+ // version: 1.244.0-4d142822f