@breadstone/mosaik-elements-svelte 0.0.157 → 0.0.159

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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/index.mjs +6362 -6356
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.0.159 (2025-10-21)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - correct typo in TODO comment in TemplateType.ts and adjust formatting in ModelKind.ts and ModelKindRegistry.ts ([c8bcbb7a65](https://github.com/RueDeRennes/mosaik/commit/c8bcbb7a65))
6
+
7
+ ## 0.0.158 (2025-10-21)
8
+
9
+ ### 🚀 Features
10
+
11
+ - add options for ListElement and update release version to 0.0.157 ([0a28367587](https://github.com/RueDeRennes/mosaik/commit/0a28367587))
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - correct typos in interface comments and update default configuration values ([dc58b1a35c](https://github.com/RueDeRennes/mosaik/commit/dc58b1a35c))
16
+
1
17
  ## 0.0.157 (2025-10-19)
2
18
 
3
19
  ### 🩹 Fixes