@salesforce/lds-adapters-industries-fieldset 1.412.0 → 1.413.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.
@@ -232,7 +232,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
232
232
  function createResourceRequest(config) {
233
233
  const headers = {};
234
234
  return {
235
- baseUri: '/services/data/v66.0',
235
+ baseUri: '/services/data/v67.0',
236
236
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
237
237
  method: 'get',
238
238
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-fieldset",
3
- "version": "1.412.0",
3
+ "version": "1.413.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.412.0"
46
+ "@salesforce/lds-bindings": "^1.413.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.412.0",
50
- "@salesforce/lds-karma": "^1.412.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
50
+ "@salesforce/lds-karma": "^1.413.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -242,7 +242,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
242
242
  function createResourceRequest(config) {
243
243
  const headers = {};
244
244
  return {
245
- baseUri: '/services/data/v66.0',
245
+ baseUri: '/services/data/v67.0',
246
246
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
247
247
  method: 'get',
248
248
  body: null,
@@ -403,4 +403,4 @@ withDefaultLuvio((luvio) => {
403
403
  });
404
404
 
405
405
  export { getFieldSets, getFieldSetsNotifyChange, getFieldSets_imperative };
406
- // version: 1.412.0-9006885059
406
+ // version: 1.413.0-8cd312301b
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0