@walkeros/cli 4.3.0-next-1783517345197 → 4.3.0-next-1783710078012

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,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 4.3.0-next-1783517345197
3
+ ## 4.3.0-next-1783710078012
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -28,6 +28,15 @@
28
28
 
29
29
  ### Patch Changes
30
30
 
31
+ - 07f0255: Bundling a flow whose step `package` carries an inline version (e.g.
32
+ `@walkeros/web-source-browser@2.1.0`) no longer fails package resolution: the
33
+ version suffix is parsed and honored instead of being treated as part of the
34
+ package name, and an explicit `config.bundle.packages` pin still wins. The
35
+ elbPreview loader now activates previews via a script-element swap instead of
36
+ a CORS-bound fetch probe, so previews work on any site regardless of CDN CORS
37
+ headers. The flow runtime also buffers bundle archives fully before
38
+ extraction, fixing a rare boot crash when the download stream ended while
39
+ extraction had it paused.
31
40
  - 06c93b4: Update the runtime Docker base image to Node.js 22.23.0, which
32
41
  patches the Node.js June 2026 security release. The `walkeros/flow` and
33
42
  `walkeros/cli` images now pin a fixed, digest-locked Node version.
@@ -35,11 +44,11 @@
35
44
  - Updated dependencies [e01036e]
36
45
  - Updated dependencies [98801c9]
37
46
  - Updated dependencies [9506e3e]
38
- - @walkeros/collector@4.3.0-next-1783517345197
39
- - @walkeros/core@4.3.0-next-1783517345197
40
- - @walkeros/server-core@4.3.0-next-1783517345197
41
- - @walkeros/server-destination-api@4.3.0-next-1783517345197
42
- - @walkeros/transformer-validate@4.3.0-next-1783517345197
47
+ - @walkeros/collector@4.3.0-next-1783710078012
48
+ - @walkeros/core@4.3.0-next-1783710078012
49
+ - @walkeros/server-core@4.3.0-next-1783710078012
50
+ - @walkeros/server-destination-api@4.3.0-next-1783710078012
51
+ - @walkeros/transformer-validate@4.3.0-next-1783710078012
43
52
 
44
53
  ## 4.2.1
45
54