@salesforce/lds-runtime-mobile 1.420.0 → 1.421.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 +34 -34
- package/sfdc/main.js +4 -4
package/dist/main.js
CHANGED
|
@@ -58779,7 +58779,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
58779
58779
|
},
|
|
58780
58780
|
};
|
|
58781
58781
|
}
|
|
58782
|
-
// version: 1.
|
|
58782
|
+
// version: 1.421.0-45320a2742
|
|
58783
58783
|
|
|
58784
58784
|
/**
|
|
58785
58785
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -58805,7 +58805,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
58805
58805
|
},
|
|
58806
58806
|
};
|
|
58807
58807
|
}
|
|
58808
|
-
// version: 1.
|
|
58808
|
+
// version: 1.421.0-45320a2742
|
|
58809
58809
|
|
|
58810
58810
|
/*!
|
|
58811
58811
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -61324,7 +61324,7 @@ function getRuntime({ primeUser = false } = {}) {
|
|
|
61324
61324
|
lazyObjectInfoService = new ObjectInfoService(getObjectInfo, getObjectInfos, getObjectInfoDirectory, lazyDurableStore);
|
|
61325
61325
|
const baseEnv = new Environment(store, lazyNetworkAdapter);
|
|
61326
61326
|
const shouldFilterFieldsOnRevive = (key) => {
|
|
61327
|
-
if (reviveOnlyRequestedFields.isOpen({ fallback:
|
|
61327
|
+
if (reviveOnlyRequestedFields.isOpen({ fallback: true })) {
|
|
61328
61328
|
return isStoreKeyRecordId(key);
|
|
61329
61329
|
}
|
|
61330
61330
|
return false;
|
|
@@ -61457,4 +61457,4 @@ register({
|
|
|
61457
61457
|
});
|
|
61458
61458
|
|
|
61459
61459
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, ingest$1o as ingestDenormalizedRecordRepresentation, initializeOneStore, registerReportObserver, reportGraphqlQueryParseError };
|
|
61460
|
-
// version: 1.
|
|
61460
|
+
// version: 1.421.0-2828c95aef
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-mobile",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.421.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,44 +32,44 @@
|
|
|
32
32
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-mobile"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@conduit-client/service-bindings-imperative": "3.
|
|
36
|
-
"@conduit-client/service-bindings-lwc": "3.
|
|
37
|
-
"@conduit-client/service-provisioner": "3.
|
|
38
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
39
|
-
"@salesforce/lds-bindings": "^1.
|
|
40
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
41
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
42
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
35
|
+
"@conduit-client/service-bindings-imperative": "3.15.1",
|
|
36
|
+
"@conduit-client/service-bindings-lwc": "3.15.1",
|
|
37
|
+
"@conduit-client/service-provisioner": "3.15.1",
|
|
38
|
+
"@salesforce/lds-adapters-uiapi": "^1.421.0",
|
|
39
|
+
"@salesforce/lds-bindings": "^1.421.0",
|
|
40
|
+
"@salesforce/lds-instrumentation": "^1.421.0",
|
|
41
|
+
"@salesforce/lds-luvio-service": "^1.421.0",
|
|
42
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.421.0",
|
|
43
43
|
"@salesforce/user": "0.0.21",
|
|
44
44
|
"o11y": "250.7.0",
|
|
45
45
|
"o11y_schema": "256.126.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@conduit-client/command-aura-network": "3.
|
|
49
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.
|
|
50
|
-
"@conduit-client/command-aura-resource-cache-control": "3.
|
|
51
|
-
"@conduit-client/command-fetch-network": "3.
|
|
52
|
-
"@conduit-client/command-http-normalized-cache-control": "3.
|
|
53
|
-
"@conduit-client/command-network": "3.
|
|
54
|
-
"@conduit-client/service-cache": "3.
|
|
55
|
-
"@conduit-client/service-cache-control": "3.
|
|
56
|
-
"@conduit-client/service-cache-inclusion-policy": "3.
|
|
57
|
-
"@conduit-client/service-fetch-network": "3.
|
|
58
|
-
"@conduit-client/service-instrument-command": "3.
|
|
59
|
-
"@conduit-client/service-instrumentation": "3.
|
|
60
|
-
"@conduit-client/service-pubsub": "3.
|
|
61
|
-
"@conduit-client/service-store": "3.
|
|
62
|
-
"@conduit-client/utils": "3.
|
|
63
|
-
"@salesforce/lds-adapters-graphql": "^1.
|
|
64
|
-
"@salesforce/lds-drafts": "^1.
|
|
65
|
-
"@salesforce/lds-durable-records": "^1.
|
|
66
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
67
|
-
"@salesforce/lds-network-nimbus": "^1.
|
|
68
|
-
"@salesforce/lds-store-binary": "^1.
|
|
69
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
70
|
-
"@salesforce/lds-store-sql": "^1.
|
|
71
|
-
"@salesforce/lds-utils-adapters": "^1.
|
|
72
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
48
|
+
"@conduit-client/command-aura-network": "3.15.1",
|
|
49
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.15.1",
|
|
50
|
+
"@conduit-client/command-aura-resource-cache-control": "3.15.1",
|
|
51
|
+
"@conduit-client/command-fetch-network": "3.15.1",
|
|
52
|
+
"@conduit-client/command-http-normalized-cache-control": "3.15.1",
|
|
53
|
+
"@conduit-client/command-network": "3.15.1",
|
|
54
|
+
"@conduit-client/service-cache": "3.15.1",
|
|
55
|
+
"@conduit-client/service-cache-control": "3.15.1",
|
|
56
|
+
"@conduit-client/service-cache-inclusion-policy": "3.15.1",
|
|
57
|
+
"@conduit-client/service-fetch-network": "3.15.1",
|
|
58
|
+
"@conduit-client/service-instrument-command": "3.15.1",
|
|
59
|
+
"@conduit-client/service-instrumentation": "3.15.1",
|
|
60
|
+
"@conduit-client/service-pubsub": "3.15.1",
|
|
61
|
+
"@conduit-client/service-store": "3.15.1",
|
|
62
|
+
"@conduit-client/utils": "3.15.1",
|
|
63
|
+
"@salesforce/lds-adapters-graphql": "^1.421.0",
|
|
64
|
+
"@salesforce/lds-drafts": "^1.421.0",
|
|
65
|
+
"@salesforce/lds-durable-records": "^1.421.0",
|
|
66
|
+
"@salesforce/lds-network-adapter": "^1.421.0",
|
|
67
|
+
"@salesforce/lds-network-nimbus": "^1.421.0",
|
|
68
|
+
"@salesforce/lds-store-binary": "^1.421.0",
|
|
69
|
+
"@salesforce/lds-store-nimbus": "^1.421.0",
|
|
70
|
+
"@salesforce/lds-store-sql": "^1.421.0",
|
|
71
|
+
"@salesforce/lds-utils-adapters": "^1.421.0",
|
|
72
|
+
"@salesforce/nimbus-plugin-lds": "^1.421.0",
|
|
73
73
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
74
74
|
"wait-for-expect": "^3.0.2"
|
|
75
75
|
},
|
package/sfdc/main.js
CHANGED
|
@@ -58779,7 +58779,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
58779
58779
|
},
|
|
58780
58780
|
};
|
|
58781
58781
|
}
|
|
58782
|
-
// version: 1.
|
|
58782
|
+
// version: 1.421.0-45320a2742
|
|
58783
58783
|
|
|
58784
58784
|
/**
|
|
58785
58785
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -58805,7 +58805,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
58805
58805
|
},
|
|
58806
58806
|
};
|
|
58807
58807
|
}
|
|
58808
|
-
// version: 1.
|
|
58808
|
+
// version: 1.421.0-45320a2742
|
|
58809
58809
|
|
|
58810
58810
|
/*!
|
|
58811
58811
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -61324,7 +61324,7 @@ function getRuntime({ primeUser = false } = {}) {
|
|
|
61324
61324
|
lazyObjectInfoService = new ObjectInfoService(getObjectInfo, getObjectInfos, getObjectInfoDirectory, lazyDurableStore);
|
|
61325
61325
|
const baseEnv = new Environment(store, lazyNetworkAdapter);
|
|
61326
61326
|
const shouldFilterFieldsOnRevive = (key) => {
|
|
61327
|
-
if (reviveOnlyRequestedFields.isOpen({ fallback:
|
|
61327
|
+
if (reviveOnlyRequestedFields.isOpen({ fallback: true })) {
|
|
61328
61328
|
return isStoreKeyRecordId(key);
|
|
61329
61329
|
}
|
|
61330
61330
|
return false;
|
|
@@ -61457,4 +61457,4 @@ register({
|
|
|
61457
61457
|
});
|
|
61458
61458
|
|
|
61459
61459
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, ingest$1o as ingestDenormalizedRecordRepresentation, initializeOneStore, registerReportObserver, reportGraphqlQueryParseError };
|
|
61460
|
-
// version: 1.
|
|
61460
|
+
// version: 1.421.0-2828c95aef
|