Skip to content

chore: version packages#130

Merged
sepehr-safari merged 1 commit into
mainfrom
changeset-release/main
Jul 22, 2026
Merged

chore: version packages#130
sepehr-safari merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@ocpp-debugkit/toolkit@0.4.1

Patch Changes

  • e1c65e5: Fix METER_VALUE_ANOMALY false positives (METER_VALUE_ANOMALY false positives: monotonicity is checked across all measurands at once #127). The rule flattened every sampledValue across measurand, phase, unit, location and connector into a single series and asserted monotonicity, but only cumulative Energy.*.Register measurands are monotonic and non-negative per OCPP 1.6 section 7.28, so any charge point reporting more than one measurand per sample, or any multi-connector station, produced warnings on nearly every MeterValues message. Readings are now bucketed by (connectorId, measurand, phase, unit, location) and the monotonic and non-negative checks apply only to cumulative energy registers (an absent measurand defaults to Energy.Active.Import.Register); other measurands are ignored by this rule. Reported by shiv3 from the ocpp-cp-simulator integration.

@sepehr-safari sepehr-safari reopened this Jul 22, 2026
@sepehr-safari
sepehr-safari merged commit ac73cbb into main Jul 22, 2026
2 checks passed
@sepehr-safari
sepehr-safari deleted the changeset-release/main branch July 22, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant