@salesforce/lds-adapters-uiapi 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.242.1",
3
+ "version": "1.244.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "scripts": {
32
32
  "clean": "rm -rf dist sfdc src/generated karma/dist src/__performance__/data/*/",
33
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
33
+ "build": "yarn build:services && yarn build:karma",
34
34
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
35
35
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p './scripts/lds-uiapi-plugin.js'",
36
36
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js --no-makeAbsoluteExternalsRelative",
@@ -102,7 +102,11 @@
102
102
  "outputs": [
103
103
  "{projectRoot}/dist",
104
104
  "{projectRoot}/karma/dist",
105
- "{projectRoot}/sfdc",
105
+ "{projectRoot}/sfdc"
106
+ ]
107
+ },
108
+ "build:raml": {
109
+ "outputs": [
106
110
  "{projectRoot}/src/generated"
107
111
  ]
108
112
  }
@@ -18142,4 +18142,4 @@ register({
18142
18142
  });
18143
18143
 
18144
18144
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
18145
- // version: 1.242.1-5a8ee3f4c
18145
+ // version: 1.244.0-4d142822f