@salesforce/templates 66.7.10 → 66.7.11
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/lib/templates/project/agent/md/aab/Local_Info_Agent.agent +1 -1
- package/lib/templates/project/reactexternalapp/CHANGELOG.md +32 -0
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +348 -419
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactexternalapp/package.json +1 -1
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +32 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +344 -415
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/uiBundles/reactbasic/package-lock.json +341 -412
- package/lib/templates/uiBundles/reactbasic/package.json +3 -3
- package/package.json +5 -5
|
@@ -181,7 +181,7 @@ topic local_events:
|
|
|
181
181
|
check_events: @actions.check_events
|
|
182
182
|
description: "Look up local events matching the guest's interests"
|
|
183
183
|
available when @variables.guest_interests != ""
|
|
184
|
-
with Event_Type = @variables.guest_interests
|
|
184
|
+
with "Input:Event_Type" = @variables.guest_interests
|
|
185
185
|
|
|
186
186
|
actions:
|
|
187
187
|
check_events:
|
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.122.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.122.0...v1.122.1) (2026-04-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.122.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.121.0...v1.122.0) (2026-04-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.121.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.7...v1.121.0) (2026-04-09)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [1.120.7](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.6...v1.120.7) (2026-04-08)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [1.120.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.5...v1.120.6) (2026-04-07)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|