@breadstone/mosaik-elements-svelte 0.0.94 → 0.0.96

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 +13 -0
  2. package/index.mjs +288 -288
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.0.96 (2025-08-10)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update @types/node to version 24.2.1 across multiple packages ([1d3b606f14](https://github.com/RueDeRennes/mosaik/commit/1d3b606f14))
6
+ - update release version to 0.0.95 in package.json ([c1d12c2301](https://github.com/RueDeRennes/mosaik/commit/c1d12c2301))
7
+
8
+ ## 0.0.95 (2025-08-09)
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - update import path for FileCache and increment release version to 0.0.94 ([54601adcea](https://github.com/RueDeRennes/mosaik/commit/54601adcea))
13
+
1
14
  ## 0.0.94 (2025-08-09)
2
15
 
3
16
  ### 🩹 Fixes