@walkeros/cli 4.3.0 → 4.3.1-next-1784373088875
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 +23 -0
- package/dist/cli.js +1201 -879
- package/dist/index.d.ts +20 -2
- package/dist/index.js +54 -5
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
+
## 4.3.1-next-1784373088875
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f2030ab: `walkeros validate --type contract` now rejects the flat contract
|
|
8
|
+
shape (a bare entity-action map, or a `$`-prefixed root key) with a
|
|
9
|
+
`FLAT_CONTRACT_SHAPE` error, and warns on unrecognized keys instead of
|
|
10
|
+
ignoring them. Rule-level `tagging` and `schema` fields are also checked for
|
|
11
|
+
their expected types.
|
|
12
|
+
- 2d6ab82: Connect a running flow to an observation session and watch its live
|
|
13
|
+
events from web, server, or bundled runtimes. Commit only a public observer
|
|
14
|
+
URL and project binding; the per-session credential arrives out-of-band, so no
|
|
15
|
+
secrets land in code or artifacts. Ingest posts carry a versioned envelope
|
|
16
|
+
with release provenance, and `walkeros observe start` opens sessions from the
|
|
17
|
+
terminal.
|
|
18
|
+
- Updated dependencies [f2030ab]
|
|
19
|
+
- Updated dependencies [2d6ab82]
|
|
20
|
+
- @walkeros/core@4.3.1-next-1784373088875
|
|
21
|
+
- @walkeros/collector@4.3.1-next-1784373088875
|
|
22
|
+
- @walkeros/server-core@4.3.1-next-1784373088875
|
|
23
|
+
- @walkeros/server-destination-api@4.3.1-next-1784373088875
|
|
24
|
+
- @walkeros/transformer-validate@4.3.1-next-1784373088875
|
|
25
|
+
|
|
3
26
|
## 4.3.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|