@salesforce/lds-adapters-platform-i18n 1.134.3 → 1.134.5

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.
@@ -214,7 +214,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
214
214
  function createResourceRequest(config) {
215
215
  const headers = {};
216
216
  return {
217
- baseUri: '/services/data/v58.0',
217
+ baseUri: '/services/data/v59.0',
218
218
  basePath: '/connect/i18n/timezones/' + config.urlParams.locale + '',
219
219
  method: 'get',
220
220
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-i18n",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "description": "Glboalization Services",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/platform-i18n.js",
package/sfdc/index.js CHANGED
@@ -224,7 +224,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
224
224
  function createResourceRequest(config) {
225
225
  const headers = {};
226
226
  return {
227
- baseUri: '/services/data/v58.0',
227
+ baseUri: '/services/data/v59.0',
228
228
  basePath: '/connect/i18n/timezones/' + config.urlParams.locale + '',
229
229
  method: 'get',
230
230
  body: null,
@@ -365,4 +365,4 @@ withDefaultLuvio((luvio) => {
365
365
  });
366
366
 
367
367
  export { getTimezonesByLocale, getTimezonesByLocale_imperative };
368
- // version: 1.134.3-ea1008c6e
368
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0