@salesforce/lds-runtime-mobile 1.267.0 → 1.269.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
|
@@ -50,7 +50,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
50
50
|
const { isArray: isArray$5 } = Array;
|
|
51
51
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
52
52
|
|
|
53
|
-
const UI_API_BASE_URI = '/services/data/
|
|
53
|
+
const UI_API_BASE_URI = '/services/data/v61.0/ui-api';
|
|
54
54
|
|
|
55
55
|
let instrumentation = {
|
|
56
56
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -15217,7 +15217,7 @@ function mergePageUrls(first, second) {
|
|
|
15217
15217
|
/**
|
|
15218
15218
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
15219
15219
|
* the paging url is like
|
|
15220
|
-
* /services/data/
|
|
15220
|
+
* /services/data/v61.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
15221
15221
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
15222
15222
|
* @param path1 url path and query parmeter without domain
|
|
15223
15223
|
* @param path2 url path and query parmeter without domain
|
|
@@ -17474,7 +17474,7 @@ function instrumentPrimingSession(session) {
|
|
|
17474
17474
|
// so eslint doesn't complain about nimbus
|
|
17475
17475
|
/* global __nimbus */
|
|
17476
17476
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
17477
|
-
const apiVersion = `
|
|
17477
|
+
const apiVersion = `v61.0`;
|
|
17478
17478
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
17479
17479
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
17480
17480
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -17928,4 +17928,4 @@ register({
|
|
|
17928
17928
|
});
|
|
17929
17929
|
|
|
17930
17930
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
17931
|
-
// version: 1.
|
|
17931
|
+
// version: 1.269.0-b2ea86b9d
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-mobile",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.269.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.269.0",
|
|
36
|
+
"@salesforce/lds-bindings": "^1.269.0",
|
|
37
|
+
"@salesforce/lds-instrumentation": "^1.269.0",
|
|
38
|
+
"@salesforce/lds-priming": "^1.269.0",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "244.0.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.269.0",
|
|
44
|
+
"@salesforce/lds-drafts": "^1.269.0",
|
|
45
|
+
"@salesforce/lds-drafts-adapters-uiapi": "^1.269.0",
|
|
46
|
+
"@salesforce/lds-graphql-eval": "^1.269.0",
|
|
47
|
+
"@salesforce/lds-network-adapter": "^1.269.0",
|
|
48
|
+
"@salesforce/lds-network-nimbus": "^1.269.0",
|
|
49
|
+
"@salesforce/lds-store-binary": "^1.269.0",
|
|
50
|
+
"@salesforce/lds-store-nimbus": "^1.269.0",
|
|
51
|
+
"@salesforce/lds-store-sql": "^1.269.0",
|
|
52
|
+
"@salesforce/lds-utils-adapters": "^1.269.0",
|
|
53
|
+
"@salesforce/nimbus-plugin-lds": "^1.269.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
|
@@ -50,7 +50,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
50
50
|
const { isArray: isArray$5 } = Array;
|
|
51
51
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
52
52
|
|
|
53
|
-
const UI_API_BASE_URI = '/services/data/
|
|
53
|
+
const UI_API_BASE_URI = '/services/data/v61.0/ui-api';
|
|
54
54
|
|
|
55
55
|
let instrumentation = {
|
|
56
56
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -15217,7 +15217,7 @@ function mergePageUrls(first, second) {
|
|
|
15217
15217
|
/**
|
|
15218
15218
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
15219
15219
|
* the paging url is like
|
|
15220
|
-
* /services/data/
|
|
15220
|
+
* /services/data/v61.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
15221
15221
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
15222
15222
|
* @param path1 url path and query parmeter without domain
|
|
15223
15223
|
* @param path2 url path and query parmeter without domain
|
|
@@ -17474,7 +17474,7 @@ function instrumentPrimingSession(session) {
|
|
|
17474
17474
|
// so eslint doesn't complain about nimbus
|
|
17475
17475
|
/* global __nimbus */
|
|
17476
17476
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
17477
|
-
const apiVersion = `
|
|
17477
|
+
const apiVersion = `v61.0`;
|
|
17478
17478
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
17479
17479
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
17480
17480
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -17928,4 +17928,4 @@ register({
|
|
|
17928
17928
|
});
|
|
17929
17929
|
|
|
17930
17930
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
17931
|
-
// version: 1.
|
|
17931
|
+
// version: 1.269.0-b2ea86b9d
|