@komaci/common-shared 242.1.7 → 242.1.8
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.
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"Datacloud",
|
|
55
55
|
"DeclarativeLicensing",
|
|
56
56
|
"Deskcom",
|
|
57
|
+
"DiscoveryFrmwrk",
|
|
57
58
|
"Dns",
|
|
58
59
|
"Dom",
|
|
59
60
|
"EDUScheduler",
|
|
@@ -265,6 +266,7 @@
|
|
|
265
266
|
"builder_industries_fsc",
|
|
266
267
|
"builder_industries_healthcare",
|
|
267
268
|
"builder_industries_insurance",
|
|
269
|
+
"builder_industries_integrationconfiguration",
|
|
268
270
|
"builder_industries_interaction_rule",
|
|
269
271
|
"builder_industries_publicsector",
|
|
270
272
|
"builder_industries_serviceprocess",
|
|
@@ -302,6 +304,7 @@
|
|
|
302
304
|
"clients_chatapp",
|
|
303
305
|
"cmsAuthor",
|
|
304
306
|
"cmsAuthorTest",
|
|
307
|
+
"cms_orch",
|
|
305
308
|
"commerce",
|
|
306
309
|
"commerce_builder",
|
|
307
310
|
"commerce_catalog",
|
|
@@ -328,6 +331,7 @@
|
|
|
328
331
|
"commpay_mp",
|
|
329
332
|
"comms_msm",
|
|
330
333
|
"comms_msm_cmp",
|
|
334
|
+
"comms_msm_spike_cmp",
|
|
331
335
|
"community_article",
|
|
332
336
|
"community_builder",
|
|
333
337
|
"community_builder_test",
|
|
@@ -584,6 +588,7 @@
|
|
|
584
588
|
"industries_mfg_rebates",
|
|
585
589
|
"industries_mfg_rebates_test",
|
|
586
590
|
"industries_mfg_service",
|
|
591
|
+
"industries_mfg_service_omnistudio",
|
|
587
592
|
"industries_mfg_targets",
|
|
588
593
|
"industries_mfg_targets_test",
|
|
589
594
|
"industries_sales_excellence",
|
|
@@ -643,6 +648,7 @@
|
|
|
643
648
|
"mcontent_content_preview",
|
|
644
649
|
"mcontent_content_translate",
|
|
645
650
|
"mcontent_editor",
|
|
651
|
+
"mcontent_interaction_builder",
|
|
646
652
|
"mcontent_property_editor",
|
|
647
653
|
"mcontent_workspace",
|
|
648
654
|
"mfa_assistant",
|
|
@@ -712,6 +718,7 @@
|
|
|
712
718
|
"runtime_communities_nba",
|
|
713
719
|
"runtime_compliantsharing",
|
|
714
720
|
"runtime_conversation",
|
|
721
|
+
"runtime_declarative_card",
|
|
715
722
|
"runtime_einstein_campaign",
|
|
716
723
|
"runtime_einstein_discovery",
|
|
717
724
|
"runtime_essential_checkout",
|
|
@@ -738,6 +745,7 @@
|
|
|
738
745
|
"runtime_industries_gdf",
|
|
739
746
|
"runtime_industries_healthcare",
|
|
740
747
|
"runtime_industries_insurance",
|
|
748
|
+
"runtime_industries_integrationconfiguration",
|
|
741
749
|
"runtime_industries_interaction_decisionmatrix",
|
|
742
750
|
"runtime_industries_interesttagging",
|
|
743
751
|
"runtime_industries_lending",
|
|
@@ -958,6 +966,7 @@
|
|
|
958
966
|
"setup_service_entityarchiving",
|
|
959
967
|
"setup_service_experience",
|
|
960
968
|
"setup_service_fieldservice",
|
|
969
|
+
"setup_service_flowobjectlinking",
|
|
961
970
|
"setup_service_intents",
|
|
962
971
|
"setup_service_livemessage",
|
|
963
972
|
"setup_service_messenger",
|
package/build/moduleMetadata.js
CHANGED
|
@@ -451,7 +451,7 @@ const addTemplateUsageForAdg = (doc, adgIndex, moduleMetadata) => {
|
|
|
451
451
|
if ((0, komaciDocumentIntrospection_1.isCompositionAComposedAdg)(comp)) {
|
|
452
452
|
adg.requiredCompositionFactoryFunctions.add(types_1.IdKeys.COMPOSED_GRAPH_FUNC);
|
|
453
453
|
if (comp.input.type === 'ImportReference') {
|
|
454
|
-
const visitedImportForTemplate = comp.input.value.startsWith(`t
|
|
454
|
+
const visitedImportForTemplate = comp.input.value.startsWith(`t`);
|
|
455
455
|
const importName = moduleMetadata.importIndexReference.get(visitedImportForTemplate
|
|
456
456
|
? comp.input.value
|
|
457
457
|
: `t${adgIndex}-${comp.input.value}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@komaci/common-shared",
|
|
3
|
-
"version": "242.1.
|
|
3
|
+
"version": "242.1.8",
|
|
4
4
|
"description": "Assets that are shared across Komaci commonjs packages",
|
|
5
5
|
"homepage": "https://komaci.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"build/komaci-mapping.json"
|
|
30
30
|
],
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@komaci/types": "242.1.
|
|
32
|
+
"@komaci/types": "242.1.8"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/core": "^7.9.0",
|