@patterkit/runtime 0.4.2 → 0.4.3
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,14 @@ version number always means the same runtime behaviour. This package is versione
|
|
|
25
25
|
|
|
26
26
|
## [Unreleased]
|
|
27
27
|
|
|
28
|
+
## [0.4.3] - 2026-08-19
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- Version bump only, to keep the four Patterplay runtimes in lockstep. This release brings the bundle
|
|
33
|
+
inspector to Unity, Unreal and Godot; `describeBundle` has been in the JavaScript runtime since
|
|
34
|
+
0.4.1 and is unchanged.
|
|
35
|
+
|
|
28
36
|
## [0.4.2] - 2026-08-19
|
|
29
37
|
|
|
30
38
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patterkit/runtime",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
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",
|