@walkeros/core 4.2.0-next-1781000333052 → 4.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/core
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -20,7 +20,7 @@
20
20
  simulation now accepts an optional raw `ingest` so request decoders like GA4
21
21
  can be tested standalone by supplying a `url`. The `flow_simulate` MCP tool
22
22
  accepts the new collector step and the transformer `ingest` input.
23
- - f1c74e8: New `@walkeros/transformer-validate` transformer validates events
23
+ - 23d4b86: New `@walkeros/transformer-validate` transformer validates events
24
24
  against JSON Schema contracts. It runs in both web and server flows, supports
25
25
  strict and pass modes, and writes the verdict and error list to configurable
26
26
  paths so you can gate or observe event quality.
@@ -74,7 +74,7 @@
74
74
  - 3eb2467: Add a declarative `state` block for `get`/`set` against a store,
75
75
  replacing `$code:` for simple fetch and stash. Available on source,
76
76
  transformer, and destination steps; defaults to an in-memory store.
77
- - 7d8ebf9: Stores now use one structured value type with binary (`Uint8Array`)
77
+ - 5b1a134: Stores now use one structured value type with binary (`Uint8Array`)
78
78
  as a first-class leaf, serialized by a shared codec. A new `file: true` store
79
79
  option serves byte-exact assets such as walker.js (default is structured
80
80
  key-value). TTL is owned by the cache layer, not the store. Sheets is
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/core",
3
3
  "description": "Core types and platform-agnostic utilities for walkerOS",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",