@salesforce/lds-adapters-uiapi 1.268.0 → 1.270.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.268.0",
3
+ "version": "1.270.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.268.0",
72
- "@salesforce/lds-default-luvio": "^1.268.0"
71
+ "@salesforce/lds-bindings": "^1.270.0",
72
+ "@salesforce/lds-default-luvio": "^1.270.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@databases/sqlite": "^3.0.0",
76
- "@salesforce/lds-compiler-plugins": "^1.268.0",
77
- "@salesforce/lds-jest": "^1.268.0",
78
- "@salesforce/lds-store-binary": "^1.268.0"
76
+ "@salesforce/lds-compiler-plugins": "^1.270.0",
77
+ "@salesforce/lds-jest": "^1.270.0",
78
+ "@salesforce/lds-store-binary": "^1.270.0"
79
79
  },
80
80
  "luvioBundlesize": [
81
81
  {
@@ -16689,7 +16689,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
16689
16689
  function createResourceRequest$2(config) {
16690
16690
  const headers = {};
16691
16691
  return {
16692
- baseUri: '/services/data/v60.0',
16692
+ baseUri: '/services/data/v61.0',
16693
16693
  basePath: '/graphql',
16694
16694
  method: 'post',
16695
16695
  body: { ...config.body,
@@ -17036,7 +17036,7 @@ function createResourceRequest(config) {
17036
17036
  const headers = {};
17037
17037
  const transformedConfig = stripDocumentsOfMetaschema(config);
17038
17038
  return {
17039
- baseUri: '/services/data/v60.0',
17039
+ baseUri: '/services/data/v61.0',
17040
17040
  basePath: '/graphql/batch',
17041
17041
  method: 'post',
17042
17042
  body: transformedConfig.body,
@@ -18003,4 +18003,4 @@ register({
18003
18003
  });
18004
18004
 
18005
18005
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
18006
- // version: 1.268.0-59af8a121
18006
+ // version: 1.270.0-533e91908