@salesforce/lds-runtime-aura 1.365.0 → 1.367.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.
@@ -0,0 +1,17 @@
1
+ import { type LoggerService } from '@luvio/utils';
2
+ import { type FetchServiceDescriptor, type ResponseInterceptor } from '@luvio/service-fetch-network/v1';
3
+ export type LexRuntimeError = {
4
+ message: string;
5
+ severity: string;
6
+ name: string;
7
+ stack: string | null;
8
+ handled: boolean;
9
+ reported: boolean;
10
+ };
11
+ export type LexErrorEventArgs = {
12
+ message: string;
13
+ error: string | null;
14
+ auraError: LexRuntimeError;
15
+ };
16
+ export declare function buildLexRuntimeFetchServiceDescriptor(logger: LoggerService): FetchServiceDescriptor;
17
+ export declare function buildLexRuntimeResponseInterceptor(logger: LoggerService): ResponseInterceptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-aura",
3
- "version": "1.365.0",
3
+ "version": "1.367.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS engine for Aura runtime",
6
6
  "main": "dist/ldsEngineCreator.js",
@@ -34,48 +34,48 @@
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.41.0",
38
- "@luvio/tools-core": "5.41.0",
39
- "@salesforce/lds-adapters-apex": "^1.365.0",
40
- "@salesforce/lds-adapters-uiapi": "^1.365.0",
37
+ "@luvio/service-provisioner": "5.43.1",
38
+ "@luvio/tools-core": "5.43.1",
39
+ "@salesforce/lds-adapters-apex": "^1.367.0",
40
+ "@salesforce/lds-adapters-uiapi": "^1.367.0",
41
41
  "@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
42
- "@salesforce/lds-ads-bridge": "^1.365.0",
43
- "@salesforce/lds-aura-storage": "^1.365.0",
44
- "@salesforce/lds-bindings": "^1.365.0",
45
- "@salesforce/lds-instrumentation": "^1.365.0",
46
- "@salesforce/lds-network-aura": "^1.365.0",
47
- "@salesforce/lds-network-fetch": "^1.365.0",
42
+ "@salesforce/lds-ads-bridge": "^1.367.0",
43
+ "@salesforce/lds-aura-storage": "^1.367.0",
44
+ "@salesforce/lds-bindings": "^1.367.0",
45
+ "@salesforce/lds-instrumentation": "^1.367.0",
46
+ "@salesforce/lds-network-aura": "^1.367.0",
47
+ "@salesforce/lds-network-fetch": "^1.367.0",
48
48
  "jwt-encode": "1.0.1"
49
49
  },
50
50
  "dependencies": {
51
- "@luvio/command-aura-network": "5.41.0",
52
- "@luvio/command-aura-normalized-cache-control": "5.41.0",
53
- "@luvio/command-aura-resource-cache-control": "5.41.0",
54
- "@luvio/command-fetch-network": "5.41.0",
55
- "@luvio/command-http-normalized-cache-control": "5.41.0",
56
- "@luvio/command-ndjson": "5.41.0",
57
- "@luvio/command-network": "5.41.0",
58
- "@luvio/command-sse": "5.41.0",
59
- "@luvio/command-streaming": "5.41.0",
51
+ "@luvio/command-aura-network": "5.43.1",
52
+ "@luvio/command-aura-normalized-cache-control": "5.43.1",
53
+ "@luvio/command-aura-resource-cache-control": "5.43.1",
54
+ "@luvio/command-fetch-network": "5.43.1",
55
+ "@luvio/command-http-normalized-cache-control": "5.43.1",
56
+ "@luvio/command-ndjson": "5.43.1",
57
+ "@luvio/command-network": "5.43.1",
58
+ "@luvio/command-sse": "5.43.1",
59
+ "@luvio/command-streaming": "5.43.1",
60
60
  "@luvio/network-adapter-composable": "0.158.3",
61
61
  "@luvio/network-adapter-fetch": "0.158.3",
62
- "@luvio/service-aura-network": "5.41.0",
63
- "@luvio/service-cache": "5.41.0",
64
- "@luvio/service-cache-control": "5.41.0",
65
- "@luvio/service-cache-inclusion-policy": "5.41.0",
66
- "@luvio/service-fetch-network": "5.41.0",
67
- "@luvio/service-instrument-command": "5.41.0",
68
- "@luvio/service-pubsub": "5.41.0",
69
- "@luvio/service-store": "5.41.0",
70
- "@luvio/utils": "5.41.0",
71
- "@salesforce/lds-adapters-uiapi-lex": "^1.365.0"
62
+ "@luvio/service-aura-network": "5.43.1",
63
+ "@luvio/service-cache": "5.43.1",
64
+ "@luvio/service-cache-control": "5.43.1",
65
+ "@luvio/service-cache-inclusion-policy": "5.43.1",
66
+ "@luvio/service-fetch-network": "5.43.1",
67
+ "@luvio/service-instrument-command": "5.43.1",
68
+ "@luvio/service-pubsub": "5.43.1",
69
+ "@luvio/service-store": "5.43.1",
70
+ "@luvio/utils": "5.43.1",
71
+ "@salesforce/lds-adapters-uiapi-lex": "^1.367.0"
72
72
  },
73
73
  "luvioBundlesize": [
74
74
  {
75
75
  "path": "./dist/ldsEngineCreator.js",
76
76
  "maxSize": {
77
77
  "none": "250 kB",
78
- "min": "102 kB",
78
+ "min": "110 kB",
79
79
  "compressed": "45 kB"
80
80
  }
81
81
  }