@salesforce/lds-runtime-aura 1.379.0 → 1.379.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/ldsEngineCreator.js +6 -4
- package/package.json +36 -36
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -2309,7 +2309,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
2309
2309
|
},
|
|
2310
2310
|
};
|
|
2311
2311
|
}
|
|
2312
|
-
// version: 1.379.
|
|
2312
|
+
// version: 1.379.1-7ea94edc38
|
|
2313
2313
|
|
|
2314
2314
|
/*!
|
|
2315
2315
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -2628,7 +2628,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
2628
2628
|
},
|
|
2629
2629
|
};
|
|
2630
2630
|
}
|
|
2631
|
-
// version: 1.379.
|
|
2631
|
+
// version: 1.379.1-7ea94edc38
|
|
2632
2632
|
|
|
2633
2633
|
/*!
|
|
2634
2634
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -6123,7 +6123,7 @@ function getEnvironmentSetting(name) {
|
|
|
6123
6123
|
}
|
|
6124
6124
|
return undefined;
|
|
6125
6125
|
}
|
|
6126
|
-
// version: 1.379.
|
|
6126
|
+
// version: 1.379.1-7ea94edc38
|
|
6127
6127
|
|
|
6128
6128
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
6129
6129
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -7041,6 +7041,8 @@ function initializeOneStore(luvio) {
|
|
|
7041
7041
|
},
|
|
7042
7042
|
variables: {},
|
|
7043
7043
|
});
|
|
7044
|
+
// we don't want anything to be marked missing, since this results in an unfulfilled snapshot
|
|
7045
|
+
reader.unMarkMissing();
|
|
7044
7046
|
return linkedData.data;
|
|
7045
7047
|
});
|
|
7046
7048
|
// set flags based on gates
|
|
@@ -7088,4 +7090,4 @@ function ldsEngineCreator() {
|
|
|
7088
7090
|
}
|
|
7089
7091
|
|
|
7090
7092
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
7091
|
-
// version: 1.379.
|
|
7093
|
+
// version: 1.379.1-5350e195b2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.379.
|
|
3
|
+
"version": "1.379.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,47 +34,47 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@luvio/service-provisioner": "5.57.
|
|
38
|
-
"@luvio/tools-core": "5.57.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.379.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.379.
|
|
37
|
+
"@luvio/service-provisioner": "5.57.2",
|
|
38
|
+
"@luvio/tools-core": "5.57.2",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.379.1",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.379.1",
|
|
41
41
|
"@salesforce/lds-adapters-uiapi-lex": "^1.371.0",
|
|
42
|
-
"@salesforce/lds-ads-bridge": "^1.379.
|
|
43
|
-
"@salesforce/lds-aura-storage": "^1.379.
|
|
44
|
-
"@salesforce/lds-bindings": "^1.379.
|
|
45
|
-
"@salesforce/lds-instrumentation": "^1.379.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.379.
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.379.
|
|
42
|
+
"@salesforce/lds-ads-bridge": "^1.379.1",
|
|
43
|
+
"@salesforce/lds-aura-storage": "^1.379.1",
|
|
44
|
+
"@salesforce/lds-bindings": "^1.379.1",
|
|
45
|
+
"@salesforce/lds-instrumentation": "^1.379.1",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.379.1",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.379.1",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-graphql-normalized-cache-control": "5.57.
|
|
52
|
-
"@luvio/command-aura-network": "5.57.
|
|
53
|
-
"@luvio/command-aura-normalized-cache-control": "5.57.
|
|
54
|
-
"@luvio/command-aura-resource-cache-control": "5.57.
|
|
55
|
-
"@luvio/command-fetch-network": "5.57.
|
|
56
|
-
"@luvio/command-http-graphql-normalized-cache-control": "5.57.
|
|
57
|
-
"@luvio/command-http-normalized-cache-control": "5.57.
|
|
58
|
-
"@luvio/command-ndjson": "5.57.
|
|
59
|
-
"@luvio/command-network": "5.57.
|
|
60
|
-
"@luvio/command-sse": "5.57.
|
|
61
|
-
"@luvio/command-streaming": "5.57.
|
|
51
|
+
"@luvio/command-aura-graphql-normalized-cache-control": "5.57.2",
|
|
52
|
+
"@luvio/command-aura-network": "5.57.2",
|
|
53
|
+
"@luvio/command-aura-normalized-cache-control": "5.57.2",
|
|
54
|
+
"@luvio/command-aura-resource-cache-control": "5.57.2",
|
|
55
|
+
"@luvio/command-fetch-network": "5.57.2",
|
|
56
|
+
"@luvio/command-http-graphql-normalized-cache-control": "5.57.2",
|
|
57
|
+
"@luvio/command-http-normalized-cache-control": "5.57.2",
|
|
58
|
+
"@luvio/command-ndjson": "5.57.2",
|
|
59
|
+
"@luvio/command-network": "5.57.2",
|
|
60
|
+
"@luvio/command-sse": "5.57.2",
|
|
61
|
+
"@luvio/command-streaming": "5.57.2",
|
|
62
62
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
63
63
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
64
|
-
"@luvio/service-aura-network": "5.57.
|
|
65
|
-
"@luvio/service-cache": "5.57.
|
|
66
|
-
"@luvio/service-cache-control": "5.57.
|
|
67
|
-
"@luvio/service-cache-inclusion-policy": "5.57.
|
|
68
|
-
"@luvio/service-feature-flags": "5.57.
|
|
69
|
-
"@luvio/service-fetch-network": "5.57.
|
|
70
|
-
"@luvio/service-instrument-command": "5.57.
|
|
71
|
-
"@luvio/service-pubsub": "5.57.
|
|
72
|
-
"@luvio/service-store": "5.57.
|
|
73
|
-
"@luvio/utils": "5.57.
|
|
74
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.379.
|
|
75
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.379.
|
|
76
|
-
"@salesforce/lds-luvio-service": "^1.379.
|
|
77
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.379.
|
|
64
|
+
"@luvio/service-aura-network": "5.57.2",
|
|
65
|
+
"@luvio/service-cache": "5.57.2",
|
|
66
|
+
"@luvio/service-cache-control": "5.57.2",
|
|
67
|
+
"@luvio/service-cache-inclusion-policy": "5.57.2",
|
|
68
|
+
"@luvio/service-feature-flags": "5.57.2",
|
|
69
|
+
"@luvio/service-fetch-network": "5.57.2",
|
|
70
|
+
"@luvio/service-instrument-command": "5.57.2",
|
|
71
|
+
"@luvio/service-pubsub": "5.57.2",
|
|
72
|
+
"@luvio/service-store": "5.57.2",
|
|
73
|
+
"@luvio/utils": "5.57.2",
|
|
74
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.379.1",
|
|
75
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.379.1",
|
|
76
|
+
"@salesforce/lds-luvio-service": "^1.379.1",
|
|
77
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.379.1"
|
|
78
78
|
},
|
|
79
79
|
"luvioBundlesize": [
|
|
80
80
|
{
|