@walkeros/cli 3.0.0-next-1773236214827 → 3.0.1
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 +16 -3
- package/README.md +1 -1
- package/dist/cli.js +240 -242
- package/dist/examples/README.md +1 -1
- package/dist/examples/flow-complete.json +2 -2
- package/dist/examples/flow-order-complete.json +1 -1
- package/dist/examples/flow-selfhost-test.json +1 -1
- package/dist/examples/flow-simple.json +1 -1
- package/dist/examples/flow.json +1 -1
- package/dist/examples/server-collect.json +1 -1
- package/dist/examples/web-serve.json +1 -1
- package/dist/index.d.ts +23 -17
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/examples/README.md +1 -1
- package/examples/flow-complete.json +2 -2
- package/examples/flow-order-complete.json +1 -1
- package/examples/flow-selfhost-test.json +1 -1
- package/examples/flow-simple.json +1 -1
- package/examples/flow.json +1 -1
- package/examples/server-collect.json +1 -1
- package/examples/web-serve.json +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 3.0.
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 86c81d1: Regenerate OpenAPI spec and types from app v3
|
|
8
|
+
- @walkeros/core@3.0.1
|
|
9
|
+
- @walkeros/server-core@3.0.1
|
|
10
|
+
|
|
11
|
+
## 3.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
6
14
|
|
|
@@ -68,6 +76,9 @@
|
|
|
68
76
|
|
|
69
77
|
- ddd6a21: Generated Dockerfiles now include COPY lines for `include` folders,
|
|
70
78
|
enabling fs store support in Docker containers.
|
|
79
|
+
- 5cb84c1: Replace hand-written MCP resources with auto-generated JSON Schemas
|
|
80
|
+
from @walkeros/core. Add walkerOS.json to 5 transformer packages. Variables
|
|
81
|
+
resource remains hand-maintained (runtime interpolation patterns).
|
|
71
82
|
- 67dd7c8: Standardize command pattern: all three commands (validate, simulate,
|
|
72
83
|
push) now route through their programmatic APIs for string resolution and
|
|
73
84
|
orchestration. Extract shared createCollectorLoggerConfig utility. Pass
|
|
@@ -82,15 +93,17 @@
|
|
|
82
93
|
- Updated dependencies [6ae0ee3]
|
|
83
94
|
- Updated dependencies [37299a9]
|
|
84
95
|
- Updated dependencies [499e27a]
|
|
96
|
+
- Updated dependencies [0e5eede]
|
|
85
97
|
- Updated dependencies [d11f574]
|
|
86
98
|
- Updated dependencies [d11f574]
|
|
87
99
|
- Updated dependencies [1fe337a]
|
|
100
|
+
- Updated dependencies [5cb84c1]
|
|
88
101
|
- Updated dependencies [23f218a]
|
|
89
102
|
- Updated dependencies [499e27a]
|
|
90
103
|
- Updated dependencies [c83d909]
|
|
91
104
|
- Updated dependencies [b6c8fa8]
|
|
92
|
-
- @walkeros/core@3.0.0
|
|
93
|
-
- @walkeros/server-core@3.0.0
|
|
105
|
+
- @walkeros/core@3.0.0
|
|
106
|
+
- @walkeros/server-core@3.0.0
|
|
94
107
|
|
|
95
108
|
## 2.1.1
|
|
96
109
|
|