@walkeros/cli 4.1.3-next-1779963694449 → 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 +13 -5
- package/dist/cli.js +839 -794
- package/dist/examples/flow-complete.json +4 -6
- package/dist/examples/flow-complete.md +9 -9
- package/dist/examples/index.js +4 -6
- package/dist/examples/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/examples/flow-complete.json +4 -6
- package/examples/flow-complete.md +9 -9
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.1.3-next-
|
|
3
|
+
## 4.1.3-next-1780071196115
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
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.
|
|
7
13
|
- Updated dependencies [908d6f0]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- @walkeros/
|
|
11
|
-
- @walkeros/
|
|
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
|
|
12
20
|
|
|
13
21
|
## 4.1.2
|
|
14
22
|
|