@salesforce/lds-network-nimbus 1.310.0 → 1.311.1
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
|
@@ -734,7 +734,7 @@ function mergePageUrls(first, second) {
|
|
|
734
734
|
/**
|
|
735
735
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
736
736
|
* the paging url is like
|
|
737
|
-
* /services/data/
|
|
737
|
+
* /services/data/v63.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
738
738
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
739
739
|
* @param path1 url path and query parmeter without domain
|
|
740
740
|
* @param path2 url path and query parmeter without domain
|
package/dist/types/network/record-field-batching/makeNetworkChunkFieldsGetRelatedListRecords.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapt
|
|
|
12
12
|
/**
|
|
13
13
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
14
14
|
* the paging url is like
|
|
15
|
-
* /services/data/
|
|
15
|
+
* /services/data/v63.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
16
16
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
17
17
|
* @param path1 url path and query parmeter without domain
|
|
18
18
|
* @param path2 url path and query parmeter without domain
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-nimbus",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.311.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "A nimbus-plugin-based implementation of the Luvio NetworkAdapter.",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"clean": "rm -rf dist"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@luvio/engine": "0.156.
|
|
29
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
28
|
+
"@luvio/engine": "0.156.4",
|
|
29
|
+
"@salesforce/lds-instrumentation": "^1.311.1",
|
|
30
30
|
"o11y": "250.7.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@salesforce/lds-adapters-uiapi-mobile": "^1.
|
|
34
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
33
|
+
"@salesforce/lds-adapters-uiapi-mobile": "^1.311.1",
|
|
34
|
+
"@salesforce/nimbus-plugin-lds": "^1.311.1"
|
|
35
35
|
},
|
|
36
36
|
"luvioBundlesize": [
|
|
37
37
|
{
|