@salesforce/lds-adapters-graphql 1.260.0 → 1.262.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 -8
  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.260.0",
3
+ "version": "1.262.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",
@@ -29,7 +29,6 @@
29
29
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
30
30
  "start": "nx build:karma && karma start",
31
31
  "test": "nx build:karma && karma start --single-run",
32
- "test:compat": "nx build:karma && karma start --single-run --compat",
33
32
  "test:headless": "nx build:karma && karma start --single-run --browsers ChromeHeadless",
34
33
  "test:unit": "jest",
35
34
  "test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand",
@@ -38,14 +37,14 @@
38
37
  },
39
38
  "dependencies": {
40
39
  "@luvio/graphql-parser": "0.154.4",
41
- "@salesforce/lds-adapters-uiapi": "^1.260.0",
42
- "@salesforce/lds-bindings": "^1.260.0",
43
- "@salesforce/lds-default-luvio": "^1.260.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.262.0",
41
+ "@salesforce/lds-bindings": "^1.262.0",
42
+ "@salesforce/lds-default-luvio": "^1.262.0"
44
43
  },
45
44
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.260.0",
47
- "@salesforce/lds-graphql-eval": "^1.260.0",
48
- "@salesforce/lds-jest": "^1.260.0"
45
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
46
+ "@salesforce/lds-graphql-eval": "^1.262.0",
47
+ "@salesforce/lds-jest": "^1.262.0"
49
48
  },
50
49
  "nx": {
51
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -2288,4 +2288,4 @@ withDefaultLuvio((luvio) => {
2288
2288
  });
2289
2289
 
2290
2290
  export { graphQL, graphQLImperative, unstable_graphQL_imperative };
2291
- // version: 1.260.0-7a5d1675a
2291
+ // version: 1.262.0-d3c071fdc