@salesforce/lds-adapters-graphql 1.245.0 → 1.247.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 +12 -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.245.0",
3
+ "version": "1.247.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",
@@ -24,20 +24,20 @@
24
24
  },
25
25
  "scripts": {
26
26
  "clean": "rm -rf dist sfdc karma/dist",
27
- "build": "yarn build:services && yarn build:karma",
27
+ "build": "yarn build:services",
28
28
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
29
29
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
30
- "start": "karma start",
31
- "test": "karma start --single-run",
32
- "test:compat": "karma start --single-run --compat",
33
- "test:headless": "karma start --single-run --browsers ChromeHeadless",
30
+ "start": "nx build:karma && karma start",
31
+ "test": "nx build:karma && karma start --single-run",
32
+ "test:compat": "nx build:karma && karma start --single-run --compat",
33
+ "test:headless": "nx build:karma && karma start --single-run --browsers ChromeHeadless",
34
34
  "test:unit": "jest",
35
35
  "test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand",
36
36
  "test:size": "luvioBundlesize",
37
37
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-graphql"
38
38
  },
39
39
  "dependencies": {
40
- "@luvio/graphql-parser": "0.150.5",
40
+ "@luvio/graphql-parser": "0.151.0",
41
41
  "@salesforce/lds-adapters-uiapi": "*",
42
42
  "@salesforce/lds-bindings": "*",
43
43
  "@salesforce/lds-default-luvio": "*"
@@ -52,7 +52,6 @@
52
52
  "build": {
53
53
  "outputs": [
54
54
  "{projectRoot}/dist",
55
- "{projectRoot}/karma/dist",
56
55
  "{projectRoot}/sfdc"
57
56
  ]
58
57
  },
@@ -60,6 +59,11 @@
60
59
  "outputs": [
61
60
  "{projectRoot}/src/generated"
62
61
  ]
62
+ },
63
+ "build:karma": {
64
+ "outputs": [
65
+ "{projectRoot}/karma/dist"
66
+ ]
63
67
  }
64
68
  }
65
69
  },
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.245.0-df5596041
2290
+ // version: 1.247.0-418b3895b