@komaci/common-shared 242.1.1 → 242.1.4
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.
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"LoyaltyManagement",
|
|
112
112
|
"Lst",
|
|
113
113
|
"Ltng",
|
|
114
|
+
"MCForIndustries",
|
|
114
115
|
"Macros",
|
|
115
116
|
"Membership",
|
|
116
117
|
"Messaging",
|
|
@@ -311,6 +312,7 @@
|
|
|
311
312
|
"commerce_ordersummary",
|
|
312
313
|
"commerce_product_details",
|
|
313
314
|
"commerce_promotions",
|
|
315
|
+
"commerce_search",
|
|
314
316
|
"commerce_store_integrations",
|
|
315
317
|
"commerce_unified_checkout",
|
|
316
318
|
"commerce_unified_coupons",
|
|
@@ -531,6 +533,7 @@
|
|
|
531
533
|
"hc_slack_flows",
|
|
532
534
|
"hcmainstgpu",
|
|
533
535
|
"hcmainstguat",
|
|
536
|
+
"healthcare_crisis_center",
|
|
534
537
|
"healthcloud",
|
|
535
538
|
"healthcloud_iam_flows",
|
|
536
539
|
"healthcloud_patientcard",
|
|
@@ -934,6 +937,7 @@
|
|
|
934
937
|
"setup_service_test",
|
|
935
938
|
"setup_service_usecaseexplorer",
|
|
936
939
|
"setup_service_voice",
|
|
940
|
+
"setup_user_access_policies",
|
|
937
941
|
"sfFma",
|
|
938
942
|
"sfLma",
|
|
939
943
|
"sf_devops",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@komaci/common-shared",
|
|
3
|
-
"version": "242.1.
|
|
3
|
+
"version": "242.1.4",
|
|
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.4"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/core": "^7.9.0",
|