@salesforce/lds-runtime-aura 1.409.0 → 1.410.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/ldsEngineCreator.js +4 -4
- package/package.json +38 -38
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -2672,7 +2672,7 @@ function buildServiceDescriptor$d(luvio) {
|
|
|
2672
2672
|
},
|
|
2673
2673
|
};
|
|
2674
2674
|
}
|
|
2675
|
-
// version: 1.
|
|
2675
|
+
// version: 1.410.0-7c228ee347
|
|
2676
2676
|
|
|
2677
2677
|
/*!
|
|
2678
2678
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3010,7 +3010,7 @@ function buildServiceDescriptor$9(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3010
3010
|
},
|
|
3011
3011
|
};
|
|
3012
3012
|
}
|
|
3013
|
-
// version: 1.
|
|
3013
|
+
// version: 1.410.0-7c228ee347
|
|
3014
3014
|
|
|
3015
3015
|
/*!
|
|
3016
3016
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4713,7 +4713,7 @@ function getEnvironmentSetting(name) {
|
|
|
4713
4713
|
}
|
|
4714
4714
|
return undefined;
|
|
4715
4715
|
}
|
|
4716
|
-
// version: 1.
|
|
4716
|
+
// version: 1.410.0-7c228ee347
|
|
4717
4717
|
|
|
4718
4718
|
/**
|
|
4719
4719
|
* Observability / Critical Availability Program (230+)
|
|
@@ -9922,4 +9922,4 @@ function ldsEngineCreator() {
|
|
|
9922
9922
|
}
|
|
9923
9923
|
|
|
9924
9924
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
9925
|
-
// version: 1.
|
|
9925
|
+
// version: 1.410.0-19e0e5d352
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.410.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,49 +34,49 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@conduit-client/service-provisioner": "3.
|
|
38
|
-
"@conduit-client/tools-core": "3.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
42
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
45
|
-
"@salesforce/lds-network-aura": "^1.
|
|
46
|
-
"@salesforce/lds-network-fetch": "^1.
|
|
37
|
+
"@conduit-client/service-provisioner": "3.6.1",
|
|
38
|
+
"@conduit-client/tools-core": "3.6.1",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.410.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.410.0",
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.410.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.410.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.410.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.410.0",
|
|
45
|
+
"@salesforce/lds-network-aura": "^1.410.0",
|
|
46
|
+
"@salesforce/lds-network-fetch": "^1.410.0",
|
|
47
47
|
"jwt-encode": "1.0.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.
|
|
51
|
-
"@conduit-client/command-aura-network": "3.
|
|
52
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.
|
|
53
|
-
"@conduit-client/command-aura-resource-cache-control": "3.
|
|
54
|
-
"@conduit-client/command-fetch-network": "3.
|
|
55
|
-
"@conduit-client/command-http-graphql-normalized-cache-control": "3.
|
|
56
|
-
"@conduit-client/command-http-normalized-cache-control": "3.
|
|
57
|
-
"@conduit-client/command-ndjson": "3.
|
|
58
|
-
"@conduit-client/command-network": "3.
|
|
59
|
-
"@conduit-client/command-sse": "3.
|
|
60
|
-
"@conduit-client/command-streaming": "3.
|
|
61
|
-
"@conduit-client/service-aura-network": "3.
|
|
62
|
-
"@conduit-client/service-bindings-imperative": "3.
|
|
63
|
-
"@conduit-client/service-bindings-lwc": "3.
|
|
64
|
-
"@conduit-client/service-cache": "3.
|
|
65
|
-
"@conduit-client/service-cache-control": "3.
|
|
66
|
-
"@conduit-client/service-cache-inclusion-policy": "3.
|
|
67
|
-
"@conduit-client/service-feature-flags": "3.
|
|
68
|
-
"@conduit-client/service-fetch-network": "3.
|
|
69
|
-
"@conduit-client/service-instrument-command": "3.
|
|
70
|
-
"@conduit-client/service-pubsub": "3.
|
|
71
|
-
"@conduit-client/service-store": "3.
|
|
72
|
-
"@conduit-client/utils": "3.
|
|
50
|
+
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.6.1",
|
|
51
|
+
"@conduit-client/command-aura-network": "3.6.1",
|
|
52
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.6.1",
|
|
53
|
+
"@conduit-client/command-aura-resource-cache-control": "3.6.1",
|
|
54
|
+
"@conduit-client/command-fetch-network": "3.6.1",
|
|
55
|
+
"@conduit-client/command-http-graphql-normalized-cache-control": "3.6.1",
|
|
56
|
+
"@conduit-client/command-http-normalized-cache-control": "3.6.1",
|
|
57
|
+
"@conduit-client/command-ndjson": "3.6.1",
|
|
58
|
+
"@conduit-client/command-network": "3.6.1",
|
|
59
|
+
"@conduit-client/command-sse": "3.6.1",
|
|
60
|
+
"@conduit-client/command-streaming": "3.6.1",
|
|
61
|
+
"@conduit-client/service-aura-network": "3.6.1",
|
|
62
|
+
"@conduit-client/service-bindings-imperative": "3.6.1",
|
|
63
|
+
"@conduit-client/service-bindings-lwc": "3.6.1",
|
|
64
|
+
"@conduit-client/service-cache": "3.6.1",
|
|
65
|
+
"@conduit-client/service-cache-control": "3.6.1",
|
|
66
|
+
"@conduit-client/service-cache-inclusion-policy": "3.6.1",
|
|
67
|
+
"@conduit-client/service-feature-flags": "3.6.1",
|
|
68
|
+
"@conduit-client/service-fetch-network": "3.6.1",
|
|
69
|
+
"@conduit-client/service-instrument-command": "3.6.1",
|
|
70
|
+
"@conduit-client/service-pubsub": "3.6.1",
|
|
71
|
+
"@conduit-client/service-store": "3.6.1",
|
|
72
|
+
"@conduit-client/utils": "3.6.1",
|
|
73
73
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
74
74
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
75
75
|
"@lwc/state": "^0.23.0",
|
|
76
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
77
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
78
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
79
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
76
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.410.0",
|
|
77
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.410.0",
|
|
78
|
+
"@salesforce/lds-luvio-service": "^1.410.0",
|
|
79
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.410.0"
|
|
80
80
|
},
|
|
81
81
|
"luvioBundlesize": [
|
|
82
82
|
{
|