@walkeros/cli 4.3.0-next-1783710078012 → 4.3.0-next-1784055686454
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 -6
- package/dist/cli.js +706 -465
- package/dist/index.d.ts +162 -8
- package/dist/index.js +216 -74
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +186 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.3.0-next-
|
|
3
|
+
## 4.3.0-next-1784055686454
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
to agents. Batching destinations now emit per-event records, and live-web
|
|
20
20
|
vendor calls are captured when a destination reaches its callable through
|
|
21
21
|
`getEnv`, though batched sends stay uncaptured.
|
|
22
|
+
- f8408fd: Preview links are now app-signed and bound to your site's origin,
|
|
23
|
+
verified locally in the bundle with no server round trip. Bundles that support
|
|
24
|
+
preview activation import a new `browserSwapActivator` from `@walkeros/core`.
|
|
25
|
+
The CLI wrap step's `preview` option replaces `previewOrigin`/`previewScope`,
|
|
26
|
+
and a new `previewGrantTargets` option lets a preview forward its grant to
|
|
27
|
+
server-bound destinations too.
|
|
22
28
|
- 9506e3e: Events now carry per-flow config provenance on
|
|
23
29
|
`event.source.release`, a flow-name to release map that accumulates as an
|
|
24
30
|
event crosses flows (web capture to server processing), so a delivered event
|
|
@@ -43,12 +49,13 @@
|
|
|
43
49
|
- Updated dependencies [e01036e]
|
|
44
50
|
- Updated dependencies [e01036e]
|
|
45
51
|
- Updated dependencies [98801c9]
|
|
52
|
+
- Updated dependencies [f8408fd]
|
|
46
53
|
- Updated dependencies [9506e3e]
|
|
47
|
-
- @walkeros/collector@4.3.0-next-
|
|
48
|
-
- @walkeros/core@4.3.0-next-
|
|
49
|
-
- @walkeros/server-core@4.3.0-next-
|
|
50
|
-
- @walkeros/server-destination-api@4.3.0-next-
|
|
51
|
-
- @walkeros/transformer-validate@4.3.0-next-
|
|
54
|
+
- @walkeros/collector@4.3.0-next-1784055686454
|
|
55
|
+
- @walkeros/core@4.3.0-next-1784055686454
|
|
56
|
+
- @walkeros/server-core@4.3.0-next-1784055686454
|
|
57
|
+
- @walkeros/server-destination-api@4.3.0-next-1784055686454
|
|
58
|
+
- @walkeros/transformer-validate@4.3.0-next-1784055686454
|
|
52
59
|
|
|
53
60
|
## 4.2.1
|
|
54
61
|
|