@iebh/tera-fy 2.0.7 → 2.0.9

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 CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.9](https://github.com/IEBH/TERA-fy/compare/v2.0.8...v2.0.9) (2025-03-05)
4
+
5
+
6
+ ### fix
7
+
8
+ * Typo ([be0c001](https://github.com/IEBH/TERA-fy/commit/be0c00171a9fe7d8a62897f1e2b58c4952f99c0e))
9
+
10
+ ### refactor
11
+
12
+ * Moved reflib from production dep to peer dep ([f21fa69](https://github.com/IEBH/TERA-fy/commit/f21fa69ca5cff87e53a988d48dc015211c8cc4ba))
13
+ * Remove forceLocalInit config setting as it just buggers up esbuild when compiling Vue2 due to it resolving dynamic imports as regular inline imports ([96f76f5](https://github.com/IEBH/TERA-fy/commit/96f76f5f10f858cefb1cebac806adc309ee74bca))
14
+
15
+ ## [2.0.8](https://github.com/IEBH/TERA-fy/compare/v2.0.7...v2.0.8) (2025-03-04)
16
+
17
+
18
+ ### chore
19
+
20
+ * Downgrade NPM:@iebh/reflib to fix issue with 3rd party dep breaking esbuild chain ([857aab5](https://github.com/IEBH/TERA-fy/commit/857aab5d69c583504f7d8828d29b1fe68ce95675))
21
+
22
+ ### fix
23
+
24
+ * Wrong path for raw Syncro export ([9547ae5](https://github.com/IEBH/TERA-fy/commit/9547ae50abe6e8b99aab892d6ece2e2f8db91248))
25
+
26
+ ### refactor
27
+
28
+ * Moved entities into its own file + various fixes ([9392f45](https://github.com/IEBH/TERA-fy/commit/9392f456670c00c3e4a61eb045134d2df262a664))
29
+ * Started to rewrite project migration code - throws error for now ([1a4ae43](https://github.com/IEBH/TERA-fy/commit/1a4ae43472da6731989045bcb7c0526971b890ee))
30
+
3
31
  ## [2.0.7](https://github.com/IEBH/TERA-fy/compare/v2.0.6...v2.0.7) (2025-02-26)
4
32
 
5
33