@walkeros/cli 4.3.0-next-1784055686454 → 4.3.0-next-1784120651691
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 +17 -6
- package/dist/cli.js +428 -386
- package/dist/index.d.ts +85 -8
- package/dist/index.js +61 -19
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +106 -8
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.3.0-next-
|
|
3
|
+
## 4.3.0-next-1784120651691
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
the originating source id and a monotonic sequence that makes dropped
|
|
14
14
|
telemetry visible. At trace level, destinations can opt in to recording their
|
|
15
15
|
outgoing vendor calls.
|
|
16
|
+
- 1559e17: The `preview_regrant` action now works over the CLI-backed MCP
|
|
17
|
+
client: mint a fresh, origin-bound activation grant for an existing preview,
|
|
18
|
+
optionally bound to an Observe session via `sessionId`. `preview_create` with
|
|
19
|
+
a `siteUrl` now mints a real activation grant instead of returning no
|
|
20
|
+
activation URL.
|
|
16
21
|
- 98801c9: Flow observation records now assemble into per-event journeys
|
|
17
22
|
spanning web and server flows, each hop showing input, output, and status,
|
|
18
23
|
with loss flagged; the `observe_journeys` MCP tool exposes the same journeys
|
|
@@ -25,6 +30,11 @@
|
|
|
25
30
|
The CLI wrap step's `preview` option replaces `previewOrigin`/`previewScope`,
|
|
26
31
|
and a new `previewGrantTargets` option lets a preview forward its grant to
|
|
27
32
|
server-bound destinations too.
|
|
33
|
+
- 907eed0: Observe-session activation URLs now carry a companion
|
|
34
|
+
session-forwarding grant (`elbPreviewSession`). The browser activator stores
|
|
35
|
+
it alongside the activation grant, and seamed preview bundles use it to
|
|
36
|
+
forward events to the session container — so one preview link shows web and
|
|
37
|
+
server journeys together.
|
|
28
38
|
- 9506e3e: Events now carry per-flow config provenance on
|
|
29
39
|
`event.source.release`, a flow-name to release map that accumulates as an
|
|
30
40
|
event crosses flows (web capture to server processing), so a delivered event
|
|
@@ -50,12 +60,13 @@
|
|
|
50
60
|
- Updated dependencies [e01036e]
|
|
51
61
|
- Updated dependencies [98801c9]
|
|
52
62
|
- Updated dependencies [f8408fd]
|
|
63
|
+
- Updated dependencies [907eed0]
|
|
53
64
|
- Updated dependencies [9506e3e]
|
|
54
|
-
- @walkeros/collector@4.3.0-next-
|
|
55
|
-
- @walkeros/core@4.3.0-next-
|
|
56
|
-
- @walkeros/server-core@4.3.0-next-
|
|
57
|
-
- @walkeros/server-destination-api@4.3.0-next-
|
|
58
|
-
- @walkeros/transformer-validate@4.3.0-next-
|
|
65
|
+
- @walkeros/collector@4.3.0-next-1784120651691
|
|
66
|
+
- @walkeros/core@4.3.0-next-1784120651691
|
|
67
|
+
- @walkeros/server-core@4.3.0-next-1784120651691
|
|
68
|
+
- @walkeros/server-destination-api@4.3.0-next-1784120651691
|
|
69
|
+
- @walkeros/transformer-validate@4.3.0-next-1784120651691
|
|
59
70
|
|
|
60
71
|
## 4.2.1
|
|
61
72
|
|