@patterkit/runtime 0.2.1 → 0.2.2
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,13 @@ version number always means the same runtime behaviour. This package is versione
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [0.2.2] - 2026-07-13
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- Internal: the Best match (`specificity`) selection metric now uses the shared
|
|
24
|
+
`@wildwinter/expr-specificity` package instead of a per-engine inline copy. Behaviour is
|
|
25
|
+
unchanged and conformance-verified across all four engines.
|
|
26
|
+
|
|
20
27
|
## [0.2.0] - 2026-07-07
|
|
21
28
|
|
|
22
29
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patterkit/runtime",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Patter reference runtime: load a bundle and play dialogue - flows, selectors, choices, jumps, effects, properties. Built on @wildwinter/expr + scoperegistry.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|