@salesforce/lds-runtime-mobile 1.134.4 → 1.134.6

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/dist/main.js CHANGED
@@ -39,7 +39,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
39
39
  const { isArray: isArray$6 } = Array;
40
40
  const { entries: entries$3, keys: keys$6 } = Object;
41
41
 
42
- const UI_API_BASE_URI = '/services/data/v58.0/ui-api';
42
+ const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
43
43
 
44
44
  let instrumentation = {
45
45
  aggregateUiChunkCount: (_cb) => { },
@@ -13864,7 +13864,7 @@ function mergePageUrls(first, second) {
13864
13864
  /**
13865
13865
  * merge to paging url with different set of fields or optional fields as combined one
13866
13866
  * the paging url is like
13867
- * /services/data/v58.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
13867
+ * /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
13868
13868
  * ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
13869
13869
  * @param path1 url path and query parmeter without domain
13870
13870
  * @param path2 url path and query parmeter without domain
@@ -15483,7 +15483,7 @@ function instrumentPrimingSession(session) {
15483
15483
  // so eslint doesn't complain about nimbus
15484
15484
  /* global __nimbus */
15485
15485
  // note this is automatically incremented by scripts/release/bump-api-version.js at each release
15486
- const apiVersion = `v58.0`;
15486
+ const apiVersion = `v59.0`;
15487
15487
  class NimbusPrimingNetworkAdapter {
15488
15488
  postGraphQL(query, variables, abortController) {
15489
15489
  return new Promise((resolve, reject) => {
@@ -15745,4 +15745,4 @@ register({
15745
15745
  });
15746
15746
 
15747
15747
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15748
- // version: 1.134.4-b3535d2e7
15748
+ // version: 1.134.6-b7fe2f556
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-mobile",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS runtime for mobile/hybrid environments.",
6
6
  "main": "dist/main.js",
package/sfdc/main.js CHANGED
@@ -39,7 +39,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
39
39
  const { isArray: isArray$6 } = Array;
40
40
  const { entries: entries$3, keys: keys$6 } = Object;
41
41
 
42
- const UI_API_BASE_URI = '/services/data/v58.0/ui-api';
42
+ const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
43
43
 
44
44
  let instrumentation = {
45
45
  aggregateUiChunkCount: (_cb) => { },
@@ -13864,7 +13864,7 @@ function mergePageUrls(first, second) {
13864
13864
  /**
13865
13865
  * merge to paging url with different set of fields or optional fields as combined one
13866
13866
  * the paging url is like
13867
- * /services/data/v58.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
13867
+ * /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
13868
13868
  * ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
13869
13869
  * @param path1 url path and query parmeter without domain
13870
13870
  * @param path2 url path and query parmeter without domain
@@ -15483,7 +15483,7 @@ function instrumentPrimingSession(session) {
15483
15483
  // so eslint doesn't complain about nimbus
15484
15484
  /* global __nimbus */
15485
15485
  // note this is automatically incremented by scripts/release/bump-api-version.js at each release
15486
- const apiVersion = `v58.0`;
15486
+ const apiVersion = `v59.0`;
15487
15487
  class NimbusPrimingNetworkAdapter {
15488
15488
  postGraphQL(query, variables, abortController) {
15489
15489
  return new Promise((resolve, reject) => {
@@ -15745,4 +15745,4 @@ register({
15745
15745
  });
15746
15746
 
15747
15747
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15748
- // version: 1.134.4-b3535d2e7
15748
+ // version: 1.134.6-b7fe2f556