@walkeros/cli 4.2.2-next-1782892388850 → 4.3.0-next-1783413963899
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 +20 -6
- package/dist/cli.js +1922 -1714
- package/dist/examples/flow-complete.json +0 -4
- package/dist/examples/index.js +0 -4
- package/dist/examples/index.js.map +1 -1
- package/dist/examples/web-serve.json +0 -4
- package/dist/index.d.ts +249 -15
- package/dist/index.js +124 -48
- package/dist/index.js.map +1 -1
- package/examples/flow-complete.json +0 -4
- package/examples/web-serve.json +0 -4
- package/openapi/spec.json +358 -29
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.
|
|
3
|
+
## 4.3.0-next-1783413963899
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e01036e: Web bundles no longer assign `window.elb`; the browser source owns
|
|
8
|
+
that global. The `windowElb` setting is deprecated: its value is forwarded to
|
|
9
|
+
the browser source's `config.settings.elb` with a warning, so custom global
|
|
10
|
+
names keep working.
|
|
11
|
+
- e01036e: Flow observation records now carry per-event journey correlation: a
|
|
12
|
+
W3C `traceparent` links a web send to the server flow that receives it, plus
|
|
13
|
+
the originating source id and a monotonic sequence that makes dropped
|
|
14
|
+
telemetry visible. At trace level, destinations can opt in to recording their
|
|
15
|
+
outgoing vendor calls.
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
19
|
- 06c93b4: Update the runtime Docker base image to Node.js 22.23.0, which
|
|
8
20
|
patches the Node.js June 2026 security release. The `walkeros/flow` and
|
|
9
21
|
`walkeros/cli` images now pin a fixed, digest-locked Node version.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
- @walkeros/
|
|
13
|
-
- @walkeros/
|
|
14
|
-
- @walkeros/
|
|
22
|
+
- Updated dependencies [e01036e]
|
|
23
|
+
- Updated dependencies [e01036e]
|
|
24
|
+
- @walkeros/collector@4.3.0-next-1783413963899
|
|
25
|
+
- @walkeros/core@4.3.0-next-1783413963899
|
|
26
|
+
- @walkeros/server-core@4.3.0-next-1783413963899
|
|
27
|
+
- @walkeros/server-destination-api@4.3.0-next-1783413963899
|
|
28
|
+
- @walkeros/transformer-validate@4.3.0-next-1783413963899
|
|
15
29
|
|
|
16
30
|
## 4.2.1
|
|
17
31
|
|