@walkeros/cli 4.2.0-next-1780690800063 → 4.2.0-next-1780909874350
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 +6 -5
- package/dist/cli.js +1167 -1035
- package/dist/index.d.ts +43 -1
- package/dist/index.js +318 -98
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +61 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.2.0-next-
|
|
3
|
+
## 4.2.0-next-1780909874350
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -96,10 +96,11 @@
|
|
|
96
96
|
- Updated dependencies [654ba38]
|
|
97
97
|
- Updated dependencies [6a72a32]
|
|
98
98
|
- Updated dependencies [3eb2467]
|
|
99
|
-
|
|
100
|
-
- @walkeros/
|
|
101
|
-
- @walkeros/
|
|
102
|
-
- @walkeros/server-
|
|
99
|
+
- Updated dependencies [7d8ebf9]
|
|
100
|
+
- @walkeros/core@4.2.0-next-1780909874350
|
|
101
|
+
- @walkeros/collector@4.2.0-next-1780909874350
|
|
102
|
+
- @walkeros/server-core@4.2.0-next-1780909874350
|
|
103
|
+
- @walkeros/server-destination-api@4.2.0-next-1780909874350
|
|
103
104
|
|
|
104
105
|
## 4.1.2
|
|
105
106
|
|