@salesforce/lds-runtime-mobile 1.289.0 → 1.290.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/dist/main.js +4 -4
- package/package.json +16 -16
- package/sfdc/main.js +4 -4
package/dist/main.js
CHANGED
|
@@ -54,7 +54,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
54
54
|
const { isArray: isArray$5 } = Array;
|
|
55
55
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
56
56
|
|
|
57
|
-
const UI_API_BASE_URI = '/services/data/
|
|
57
|
+
const UI_API_BASE_URI = '/services/data/v62.0/ui-api';
|
|
58
58
|
|
|
59
59
|
let instrumentation = {
|
|
60
60
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -15461,7 +15461,7 @@ function mergePageUrls(first, second) {
|
|
|
15461
15461
|
/**
|
|
15462
15462
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
15463
15463
|
* the paging url is like
|
|
15464
|
-
* /services/data/
|
|
15464
|
+
* /services/data/v62.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
15465
15465
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
15466
15466
|
* @param path1 url path and query parmeter without domain
|
|
15467
15467
|
* @param path2 url path and query parmeter without domain
|
|
@@ -17725,7 +17725,7 @@ function instrumentPrimingSession(session) {
|
|
|
17725
17725
|
// so eslint doesn't complain about nimbus
|
|
17726
17726
|
/* global __nimbus */
|
|
17727
17727
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
17728
|
-
const apiVersion = `
|
|
17728
|
+
const apiVersion = `v62.0`;
|
|
17729
17729
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
17730
17730
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
17731
17731
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -18275,4 +18275,4 @@ register({
|
|
|
18275
18275
|
});
|
|
18276
18276
|
|
|
18277
18277
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
18278
|
-
// version: 1.
|
|
18278
|
+
// version: 1.290.0-18c27a6e9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-mobile",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for mobile/hybrid environments.",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-mobile"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
36
|
-
"@salesforce/lds-bindings": "^1.
|
|
37
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
38
|
-
"@salesforce/lds-priming": "^1.
|
|
35
|
+
"@salesforce/lds-adapters-uiapi": "^1.290.0",
|
|
36
|
+
"@salesforce/lds-bindings": "^1.290.0",
|
|
37
|
+
"@salesforce/lds-instrumentation": "^1.290.0",
|
|
38
|
+
"@salesforce/lds-priming": "^1.290.0",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "250.7.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-graphql": "^1.
|
|
44
|
-
"@salesforce/lds-drafts": "^1.
|
|
45
|
-
"@salesforce/lds-drafts-adapters-uiapi": "^1.
|
|
46
|
-
"@salesforce/lds-graphql-eval": "^1.
|
|
47
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
48
|
-
"@salesforce/lds-network-nimbus": "^1.
|
|
49
|
-
"@salesforce/lds-store-binary": "^1.
|
|
50
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
51
|
-
"@salesforce/lds-store-sql": "^1.
|
|
52
|
-
"@salesforce/lds-utils-adapters": "^1.
|
|
53
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
43
|
+
"@salesforce/lds-adapters-graphql": "^1.290.0",
|
|
44
|
+
"@salesforce/lds-drafts": "^1.290.0",
|
|
45
|
+
"@salesforce/lds-drafts-adapters-uiapi": "^1.290.0",
|
|
46
|
+
"@salesforce/lds-graphql-eval": "^1.290.0",
|
|
47
|
+
"@salesforce/lds-network-adapter": "^1.290.0",
|
|
48
|
+
"@salesforce/lds-network-nimbus": "^1.290.0",
|
|
49
|
+
"@salesforce/lds-store-binary": "^1.290.0",
|
|
50
|
+
"@salesforce/lds-store-nimbus": "^1.290.0",
|
|
51
|
+
"@salesforce/lds-store-sql": "^1.290.0",
|
|
52
|
+
"@salesforce/lds-utils-adapters": "^1.290.0",
|
|
53
|
+
"@salesforce/nimbus-plugin-lds": "^1.290.0",
|
|
54
54
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
55
55
|
"wait-for-expect": "^3.0.2"
|
|
56
56
|
},
|
package/sfdc/main.js
CHANGED
|
@@ -54,7 +54,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
54
54
|
const { isArray: isArray$5 } = Array;
|
|
55
55
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
56
56
|
|
|
57
|
-
const UI_API_BASE_URI = '/services/data/
|
|
57
|
+
const UI_API_BASE_URI = '/services/data/v62.0/ui-api';
|
|
58
58
|
|
|
59
59
|
let instrumentation = {
|
|
60
60
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -15461,7 +15461,7 @@ function mergePageUrls(first, second) {
|
|
|
15461
15461
|
/**
|
|
15462
15462
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
15463
15463
|
* the paging url is like
|
|
15464
|
-
* /services/data/
|
|
15464
|
+
* /services/data/v62.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
15465
15465
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
15466
15466
|
* @param path1 url path and query parmeter without domain
|
|
15467
15467
|
* @param path2 url path and query parmeter without domain
|
|
@@ -17725,7 +17725,7 @@ function instrumentPrimingSession(session) {
|
|
|
17725
17725
|
// so eslint doesn't complain about nimbus
|
|
17726
17726
|
/* global __nimbus */
|
|
17727
17727
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
17728
|
-
const apiVersion = `
|
|
17728
|
+
const apiVersion = `v62.0`;
|
|
17729
17729
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
17730
17730
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
17731
17731
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -18275,4 +18275,4 @@ register({
|
|
|
18275
18275
|
});
|
|
18276
18276
|
|
|
18277
18277
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
18278
|
-
// version: 1.
|
|
18278
|
+
// version: 1.290.0-18c27a6e9
|