@salesforce/lds-adapters-service-einsteinllm 1.380.0-dev16 → 1.380.0-dev17
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/es/es2018/service-einsteinllm.js +1334 -884
- package/dist/es/es2018/types/src/generated/adapters/getTemplateType.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/getEinsteinPromptTemplateTypesByTemplateTypeName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinPromptTypeRecordRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinPromptTypeSchemaInputFieldRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinPromptTypeSchemaRepresentation.d.ts +35 -0
- package/package.json +4 -4
- package/sfdc/index.js +1288 -830
- package/src/raml/api.raml +64 -0
- package/src/raml/luvio.raml +7 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getEinsteinPromptTemplateTypesByTemplateTypeName_ResourceRequestConfig } from '../resources/getEinsteinPromptTemplateTypesByTemplateTypeName';
|
|
4
|
+
import { EinsteinPromptTypeRecordRepresentation as types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation } from '../types/EinsteinPromptTypeRecordRepresentation';
|
|
5
|
+
export declare const adapterName = "getTemplateType";
|
|
6
|
+
export declare const getTemplateType_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getTemplateType_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetTemplateTypeConfig {
|
|
9
|
+
templateTypeName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetTemplateTypeConfig) => resources_getEinsteinPromptTemplateTypesByTemplateTypeName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetTemplateTypeConfig>): adapter$45$utils_Untrusted<GetTemplateTypeConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetTemplateTypeConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig): $64$luvio_engine_Snapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig, resourceParams: resources_getEinsteinPromptTemplateTypesByTemplateTypeName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig, resourceParams: resources_getEinsteinPromptTemplateTypesByTemplateTypeName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetTemplateTypeConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetTemplateTypeConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>): $64$luvio_engine_Snapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>;
|
|
27
|
+
export declare const getTemplateTypeAdapterFactory: $64$luvio_engine_AdapterFactory<GetTemplateTypeConfig, types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>;
|
|
@@ -14,4 +14,5 @@ export { getPromptTemplateVersionAdapterFactory } from '../adapters/getPromptTem
|
|
|
14
14
|
export { updatePromptTemplateVersionAdapterFactory } from '../adapters/updatePromptTemplateVersion';
|
|
15
15
|
export { putEinsteinPromptTemplateVersionStatusAdapterFactory } from '../adapters/putEinsteinPromptTemplateVersionStatus';
|
|
16
16
|
export { createGenerationsForPromptTemplateAdapterFactory } from '../adapters/createGenerationsForPromptTemplate';
|
|
17
|
+
export { getTemplateTypeAdapterFactory } from '../adapters/getTemplateType';
|
|
17
18
|
export { getOutputLanguagesAdapterFactory } from '../adapters/getOutputLanguages';
|
|
@@ -13,6 +13,7 @@ declare let getPromptTemplate: any;
|
|
|
13
13
|
declare let getPromptTemplateVersion: any;
|
|
14
14
|
declare let getPromptTemplateVersions: any;
|
|
15
15
|
declare let getPromptTemplates: any;
|
|
16
|
+
declare let getTemplateType: any;
|
|
16
17
|
declare let putEinsteinPromptTemplateVersionStatus: any;
|
|
17
18
|
declare let updatePromptTemplateVersion: any;
|
|
18
19
|
declare let createEmbeddings_imperative: any;
|
|
@@ -25,4 +26,5 @@ declare let getPromptTemplate_imperative: any;
|
|
|
25
26
|
declare let getPromptTemplateVersion_imperative: any;
|
|
26
27
|
declare let getPromptTemplateVersions_imperative: any;
|
|
27
28
|
declare let getPromptTemplates_imperative: any;
|
|
28
|
-
|
|
29
|
+
declare let getTemplateType_imperative: any;
|
|
30
|
+
export { createEmbeddings, createFeedback, createGenerations, createGenerationsForPromptTemplate, createPromptTemplate, createPromptTemplateVersion, getDataProviderInstanceConfig, getDataProviderTypeConfigs, getDataProviders, getInputMappedDataProviders, getOutputLanguages, getPromptTemplate, getPromptTemplateVersion, getPromptTemplateVersions, getPromptTemplates, getTemplateType, putEinsteinPromptTemplateVersionStatus, updatePromptTemplateVersion, createEmbeddings_imperative, getDataProviderInstanceConfig_imperative, getDataProviderTypeConfigs_imperative, getDataProviders_imperative, getInputMappedDataProviders_imperative, getOutputLanguages_imperative, getPromptTemplate_imperative, getPromptTemplateVersion_imperative, getPromptTemplateVersions_imperative, getPromptTemplates_imperative, getTemplateType_imperative, };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { EinsteinPromptTypeRecordRepresentation as types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation } from '../types/EinsteinPromptTypeRecordRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
templateTypeName: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EinsteinPromptTypeRecordRepresentation_EinsteinPromptTypeRecordRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EinsteinPromptTypeSchemaRepresentation as EinsteinPromptTypeSchemaRepresentation_EinsteinPromptTypeSchemaRepresentation } from './EinsteinPromptTypeSchemaRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "bb627c12e7041da02926d6b2affc98a1";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: EinsteinPromptTypeRecordRepresentation, existing: EinsteinPromptTypeRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinPromptTypeRecordRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: EinsteinPromptTypeRecordRepresentationNormalized, incoming: EinsteinPromptTypeRecordRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EinsteinPromptTypeRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of a single Prompt Template Type
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EinsteinPromptTypeRecordRepresentationNormalized {
|
|
19
|
+
/** The list of excluded global variables */
|
|
20
|
+
excludedGlobalVariables: Array<string>;
|
|
21
|
+
schema: EinsteinPromptTypeSchemaRepresentation_EinsteinPromptTypeSchemaRepresentation;
|
|
22
|
+
/** The unique name of the prompt template type */
|
|
23
|
+
templateTypeName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of a single Prompt Template Type
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface EinsteinPromptTypeRecordRepresentation {
|
|
32
|
+
excludedGlobalVariables: Array<string>;
|
|
33
|
+
schema: EinsteinPromptTypeSchemaRepresentation_EinsteinPromptTypeSchemaRepresentation;
|
|
34
|
+
templateTypeName: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f08355bdc491f090c787309a8a476caa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EinsteinPromptTypeSchemaInputFieldRepresentation, existing: EinsteinPromptTypeSchemaInputFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinPromptTypeSchemaInputFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EinsteinPromptTypeSchemaInputFieldRepresentationNormalized, incoming: EinsteinPromptTypeSchemaInputFieldRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EinsteinPromptTypeSchemaInputFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of an input in the schema of Prompt Template Type
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EinsteinPromptTypeSchemaInputFieldRepresentationNormalized {
|
|
17
|
+
/** The unique API name of the input */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The label of the input */
|
|
20
|
+
label?: string;
|
|
21
|
+
/** The reference name of the input */
|
|
22
|
+
referenceName?: string;
|
|
23
|
+
/** The type definition of the input */
|
|
24
|
+
typeDefinition?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation of an input in the schema of Prompt Template Type
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface EinsteinPromptTypeSchemaInputFieldRepresentation {
|
|
33
|
+
apiName: string;
|
|
34
|
+
label?: string;
|
|
35
|
+
referenceName?: string;
|
|
36
|
+
typeDefinition?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EinsteinPromptTypeSchemaInputFieldRepresentation as EinsteinPromptTypeSchemaInputFieldRepresentation_EinsteinPromptTypeSchemaInputFieldRepresentation } from './EinsteinPromptTypeSchemaInputFieldRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "a0cab6d022a5571ceb94328166f1db95";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EinsteinPromptTypeSchemaRepresentation, existing: EinsteinPromptTypeSchemaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinPromptTypeSchemaRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EinsteinPromptTypeSchemaRepresentationNormalized, incoming: EinsteinPromptTypeSchemaRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EinsteinPromptTypeSchemaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the schema of a Prompt Template type
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EinsteinPromptTypeSchemaRepresentationNormalized {
|
|
18
|
+
/** Whether to allow input extension */
|
|
19
|
+
allowInputExtension: boolean;
|
|
20
|
+
/** Inputs in this template type */
|
|
21
|
+
inputs: Array<EinsteinPromptTypeSchemaInputFieldRepresentation_EinsteinPromptTypeSchemaInputFieldRepresentation>;
|
|
22
|
+
/** The ID of the primary object in the template type */
|
|
23
|
+
primaryObjectId?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of the schema of a Prompt Template type
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface EinsteinPromptTypeSchemaRepresentation {
|
|
32
|
+
allowInputExtension: boolean;
|
|
33
|
+
inputs: Array<EinsteinPromptTypeSchemaInputFieldRepresentation_EinsteinPromptTypeSchemaInputFieldRepresentation>;
|
|
34
|
+
primaryObjectId?: string;
|
|
35
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-einsteinllm",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev17",
|
|
4
4
|
"description": "Connect family for Einstein LLM generations",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-einsteinllm.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.380.0-
|
|
47
|
+
"@salesforce/lds-bindings": "^1.380.0-dev17"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
51
|
-
"@salesforce/lds-karma": "^1.380.0-
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev17",
|
|
51
|
+
"@salesforce/lds-karma": "^1.380.0-dev17"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|