@salesforce/lds-runtime-aura 1.370.0 → 1.372.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 +1235 -44
- package/dist/types/main.d.ts +3 -2
- package/package.json +38 -34
package/dist/types/main.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Luvio } from '@luvio/engine';
|
|
1
2
|
import { ObjectHomePageContext, type RecordHomePageContext } from './predictive-loading';
|
|
2
3
|
import type { LexRequestStrategy } from './predictive-loading/request-strategy/lex-request-strategy';
|
|
3
4
|
import { type LexRequest } from './predictive-loading/lex';
|
|
@@ -52,8 +53,8 @@ export declare function buildPredictorForContext(context: RecordHomePageContext
|
|
|
52
53
|
totalRequestCount: Number;
|
|
53
54
|
};
|
|
54
55
|
} | undefined;
|
|
55
|
-
export declare function initializeLDS():
|
|
56
|
-
export declare function initializeOneStore(): void;
|
|
56
|
+
export declare function initializeLDS(): Luvio;
|
|
57
|
+
export declare function initializeOneStore(luvio: Luvio): void;
|
|
57
58
|
declare function ldsEngineCreator(): {
|
|
58
59
|
name: string;
|
|
59
60
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.372.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,53 @@
|
|
|
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.
|
|
38
|
-
"@luvio/tools-core": "5.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
42
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
43
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.
|
|
37
|
+
"@luvio/service-provisioner": "5.49.0",
|
|
38
|
+
"@luvio/tools-core": "5.49.0",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.372.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.372.0",
|
|
41
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.371.0",
|
|
42
|
+
"@salesforce/lds-ads-bridge": "^1.372.0",
|
|
43
|
+
"@salesforce/lds-aura-storage": "^1.372.0",
|
|
44
|
+
"@salesforce/lds-bindings": "^1.372.0",
|
|
45
|
+
"@salesforce/lds-instrumentation": "^1.372.0",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.372.0",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.372.0",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-
|
|
52
|
-
"@luvio/command-aura-
|
|
53
|
-
"@luvio/command-aura-
|
|
54
|
-
"@luvio/command-
|
|
55
|
-
"@luvio/command-
|
|
56
|
-
"@luvio/command-
|
|
57
|
-
"@luvio/command-
|
|
58
|
-
"@luvio/command-
|
|
59
|
-
"@luvio/command-
|
|
51
|
+
"@luvio/command-aura-graphql-normalized-cache-control": "5.49.0",
|
|
52
|
+
"@luvio/command-aura-network": "5.49.0",
|
|
53
|
+
"@luvio/command-aura-normalized-cache-control": "5.49.0",
|
|
54
|
+
"@luvio/command-aura-resource-cache-control": "5.49.0",
|
|
55
|
+
"@luvio/command-fetch-network": "5.49.0",
|
|
56
|
+
"@luvio/command-http-graphql-normalized-cache-control": "5.49.0",
|
|
57
|
+
"@luvio/command-http-normalized-cache-control": "5.49.0",
|
|
58
|
+
"@luvio/command-ndjson": "5.49.0",
|
|
59
|
+
"@luvio/command-network": "5.49.0",
|
|
60
|
+
"@luvio/command-sse": "5.49.0",
|
|
61
|
+
"@luvio/command-streaming": "5.49.0",
|
|
60
62
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
61
63
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
62
|
-
"@luvio/service-aura-network": "5.
|
|
63
|
-
"@luvio/service-cache": "5.
|
|
64
|
-
"@luvio/service-cache-control": "5.
|
|
65
|
-
"@luvio/service-cache-inclusion-policy": "5.
|
|
66
|
-
"@luvio/service-fetch-network": "5.
|
|
67
|
-
"@luvio/service-instrument-command": "5.
|
|
68
|
-
"@luvio/service-pubsub": "5.
|
|
69
|
-
"@luvio/service-store": "5.
|
|
70
|
-
"@luvio/utils": "5.
|
|
71
|
-
"@salesforce/lds-adapters-
|
|
64
|
+
"@luvio/service-aura-network": "5.49.0",
|
|
65
|
+
"@luvio/service-cache": "5.49.0",
|
|
66
|
+
"@luvio/service-cache-control": "5.49.0",
|
|
67
|
+
"@luvio/service-cache-inclusion-policy": "5.49.0",
|
|
68
|
+
"@luvio/service-fetch-network": "5.49.0",
|
|
69
|
+
"@luvio/service-instrument-command": "5.49.0",
|
|
70
|
+
"@luvio/service-pubsub": "5.49.0",
|
|
71
|
+
"@luvio/service-store": "5.49.0",
|
|
72
|
+
"@luvio/utils": "5.49.0",
|
|
73
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.372.0",
|
|
74
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.372.0",
|
|
75
|
+
"@salesforce/lds-luvio-service": "^1.372.0"
|
|
72
76
|
},
|
|
73
77
|
"luvioBundlesize": [
|
|
74
78
|
{
|
|
75
79
|
"path": "./dist/ldsEngineCreator.js",
|
|
76
80
|
"maxSize": {
|
|
77
|
-
"none": "
|
|
78
|
-
"min": "
|
|
79
|
-
"compressed": "
|
|
81
|
+
"none": "350 kB",
|
|
82
|
+
"min": "190 kB",
|
|
83
|
+
"compressed": "50 kB"
|
|
80
84
|
}
|
|
81
85
|
}
|
|
82
86
|
],
|