@walkeros/cli 4.1.2 → 4.1.3-next-1780071196115

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @walkeros/cli
2
2
 
3
+ ## 4.1.3-next-1780071196115
4
+
5
+ ### Patch Changes
6
+
7
+ - b98474f: Source-level mapping examples for the dataLayer source now key on the
8
+ prefix as entity and the gtag action as action: `mapping.<prefix>.<action>`.
9
+ The shipped `examples/mapping.ts`, the comprehensive `flow-complete.json`
10
+ example, and the related docs reflect the convention, including the
11
+ special-cased actions `consent`, `config`, and `set` whose trailing token is
12
+ dropped by the entity/action split.
13
+ - Updated dependencies [908d6f0]
14
+ - Updated dependencies [2d64ed2]
15
+ - Updated dependencies [3eb2467]
16
+ - @walkeros/collector@4.1.3-next-1780071196115
17
+ - @walkeros/core@4.1.3-next-1780071196115
18
+ - @walkeros/server-core@4.1.3-next-1780071196115
19
+ - @walkeros/server-destination-api@4.1.3-next-1780071196115
20
+
3
21
  ## 4.1.2
4
22
 
5
23
  ### Patch Changes