@salesforce/lds-adapters-uiapi 1.273.1 → 1.275.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.273.1",
3
+ "version": "1.275.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",
@@ -68,14 +68,14 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@salesforce/lds-bindings": "^1.273.1",
72
- "@salesforce/lds-default-luvio": "^1.273.1"
71
+ "@salesforce/lds-bindings": "^1.275.0",
72
+ "@salesforce/lds-default-luvio": "^1.275.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@databases/sqlite": "^3.0.0",
76
- "@salesforce/lds-compiler-plugins": "^1.273.1",
77
- "@salesforce/lds-jest": "^1.273.1",
78
- "@salesforce/lds-store-binary": "^1.273.1"
76
+ "@salesforce/lds-compiler-plugins": "^1.275.0",
77
+ "@salesforce/lds-jest": "^1.275.0",
78
+ "@salesforce/lds-store-binary": "^1.275.0"
79
79
  },
80
80
  "luvioBundlesize": [
81
81
  {
@@ -17424,8 +17424,7 @@ function transformConfiguration(config) {
17424
17424
  function typeCheckConfig(untrustedConfig) {
17425
17425
  const config = {};
17426
17426
  const untrustedConfig_batchQuery = untrustedConfig.batchQuery;
17427
- if (untrustedConfig_batchQuery !== undefined &&
17428
- ArrayIsArray(untrustedConfig_batchQuery)) {
17427
+ if (untrustedConfig_batchQuery !== undefined && ArrayIsArray(untrustedConfig_batchQuery)) {
17429
17428
  const untrustedConfig_batchQuery_array = [];
17430
17429
  for (let i = 0, arrayLength = untrustedConfig_batchQuery.length; i < arrayLength; i++) {
17431
17430
  const untrustedConfig_batchQuery_item = untrustedConfig_batchQuery[i];
@@ -18069,4 +18068,4 @@ register({
18069
18068
  });
18070
18069
 
18071
18070
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
18072
- // version: 1.273.1-e93c18811
18071
+ // version: 1.275.0-7ed4653a5