@salesforce/lds-adapters-industries-fieldset 1.355.0 → 1.357.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.
@@ -225,7 +225,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
225
225
  function createResourceRequest(config) {
226
226
  const headers = {};
227
227
  return {
228
- baseUri: '/services/data/v64.0',
228
+ baseUri: '/services/data/v65.0',
229
229
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
230
230
  method: 'get',
231
231
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-fieldset",
3
- "version": "1.355.0",
3
+ "version": "1.357.0",
4
4
  "description": "Field Set",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-fieldset.js",
@@ -43,11 +43,11 @@
43
43
  "test:unit": "jest"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.355.0"
46
+ "@salesforce/lds-bindings": "^1.357.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.355.0",
50
- "@salesforce/lds-karma": "^1.355.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.357.0",
50
+ "@salesforce/lds-karma": "^1.357.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -235,7 +235,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
235
235
  function createResourceRequest(config) {
236
236
  const headers = {};
237
237
  return {
238
- baseUri: '/services/data/v64.0',
238
+ baseUri: '/services/data/v65.0',
239
239
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
240
240
  method: 'get',
241
241
  body: null,
@@ -396,4 +396,4 @@ withDefaultLuvio((luvio) => {
396
396
  });
397
397
 
398
398
  export { getFieldSets, getFieldSetsNotifyChange, getFieldSets_imperative };
399
- // version: 1.355.0-df8576becd
399
+ // version: 1.357.0-5a2425b0d8
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0