@walkeros/cli 4.0.1-next-1778284185788 → 4.0.2
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 +21 -5
- package/dist/cli.js +206 -201
- package/dist/index.js +19 -10
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.0.
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a6a0ea7: Rename routing types: `NextRule` to `Route`, `Next` to `RouteSpec`
|
|
8
|
+
(Zod schemas and `MatcherNext*` IDs renamed in step). Widen
|
|
9
|
+
`Flow.*.before/next` to `RouteSpec` so `Route[]` conditional routing
|
|
10
|
+
type-checks at the JSON layer. Fix the CLI bundler dropping `Route[]` data via
|
|
11
|
+
a narrowing cast on the inline path. Hard cut, no aliases; flow.json shape
|
|
12
|
+
unchanged.
|
|
13
|
+
- Updated dependencies [a6a0ea7]
|
|
14
|
+
- @walkeros/core@4.0.2
|
|
15
|
+
- @walkeros/collector@4.0.2
|
|
16
|
+
- @walkeros/server-core@4.0.2
|
|
17
|
+
- @walkeros/server-destination-api@4.0.2
|
|
18
|
+
|
|
19
|
+
## 4.0.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
@@ -97,10 +113,10 @@
|
|
|
97
113
|
- Updated dependencies [381dfe7]
|
|
98
114
|
- Updated dependencies [1524275]
|
|
99
115
|
- Updated dependencies [03d7055]
|
|
100
|
-
- @walkeros/collector@4.0.1
|
|
101
|
-
- @walkeros/core@4.0.1
|
|
102
|
-
- @walkeros/server-core@4.0.1
|
|
103
|
-
- @walkeros/server-destination-api@4.0.1
|
|
116
|
+
- @walkeros/collector@4.0.1
|
|
117
|
+
- @walkeros/core@4.0.1
|
|
118
|
+
- @walkeros/server-core@4.0.1
|
|
119
|
+
- @walkeros/server-destination-api@4.0.1
|
|
104
120
|
|
|
105
121
|
## 4.0.0
|
|
106
122
|
|