@walkeros/cli 4.2.1-next-1781594053720 → 4.2.1-next-1781715165983
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 +17 -6
- package/dist/cli.js +1225 -931
- package/dist/index.d.ts +29 -2
- package/dist/index.js +294 -78
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +68 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.2.1-next-
|
|
3
|
+
## 4.2.1-next-1781715165983
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -31,13 +31,24 @@
|
|
|
31
31
|
new `buildDataPayload`, `classifyStepProperties`, and `containsCodeMarkers`
|
|
32
32
|
exports build and inspect that payload. Destination simulation results now
|
|
33
33
|
include `mappingKey`, the entity-action key of the matched mapping rule.
|
|
34
|
+
- 8afb7cc: The runner registers its process-error guards before startup and
|
|
35
|
+
degrades its readiness check after repeated out-of-band errors, so a wedged
|
|
36
|
+
container is recycled instead of silently hot-looping. Heartbeats now flush
|
|
37
|
+
immediately on a new error and on shutdown, persist errors to disk so a
|
|
38
|
+
failure cause survives a restart, and report their configured interval.
|
|
34
39
|
- Updated dependencies [bd9188d]
|
|
40
|
+
- Updated dependencies [d8aebd1]
|
|
35
41
|
- Updated dependencies [5cbcd23]
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
42
|
+
- Updated dependencies [31c6858]
|
|
43
|
+
- Updated dependencies [d1b41ca]
|
|
44
|
+
- Updated dependencies [0a8a08b]
|
|
45
|
+
- Updated dependencies [8afb7cc]
|
|
46
|
+
- Updated dependencies [8afb7cc]
|
|
47
|
+
- @walkeros/collector@4.2.1-next-1781715165983
|
|
48
|
+
- @walkeros/core@4.2.1-next-1781715165983
|
|
49
|
+
- @walkeros/server-core@4.2.1-next-1781715165983
|
|
50
|
+
- @walkeros/server-destination-api@4.2.1-next-1781715165983
|
|
51
|
+
- @walkeros/transformer-validate@4.2.1-next-1781715165983
|
|
41
52
|
|
|
42
53
|
## 4.2.0
|
|
43
54
|
|