@breadstone/mosaik-elements-svelte 0.0.92 → 0.0.94

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.0.94 (2025-08-09)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add missing newline at end of package.json ([32f8168058](https://github.com/RueDeRennes/mosaik/commit/32f8168058))
6
+
7
+ ## 0.0.93 (2025-08-09)
8
+
9
+ ### 🚀 Features
10
+
11
+ - implement caching utility and update executors to use it ([109456ef58](https://github.com/RueDeRennes/mosaik/commit/109456ef58))
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update cache enabling logic across multiple executors ([91828dcf26](https://github.com/RueDeRennes/mosaik/commit/91828dcf26))
16
+
1
17
  ## 0.0.92 (2025-08-08)
2
18
 
3
19
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,8 +15,8 @@
15
15
  "vite": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.92",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.92",
18
+ "@breadstone/mosaik-elements": "^0.0.94",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.94",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {