@iebh/tera-fy 2.0.6 → 2.0.8

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,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.8](https://github.com/IEBH/TERA-fy/compare/v2.0.7...v2.0.8) (2025-03-04)
4
+
5
+
6
+ ### chore
7
+
8
+ * Downgrade NPM:@iebh/reflib to fix issue with 3rd party dep breaking esbuild chain ([857aab5](https://github.com/IEBH/TERA-fy/commit/857aab5d69c583504f7d8828d29b1fe68ce95675))
9
+
10
+ ### fix
11
+
12
+ * Wrong path for raw Syncro export ([9547ae5](https://github.com/IEBH/TERA-fy/commit/9547ae50abe6e8b99aab892d6ece2e2f8db91248))
13
+
14
+ ### refactor
15
+
16
+ * Moved entities into its own file + various fixes ([9392f45](https://github.com/IEBH/TERA-fy/commit/9392f456670c00c3e4a61eb045134d2df262a664))
17
+ * Started to rewrite project migration code - throws error for now ([1a4ae43](https://github.com/IEBH/TERA-fy/commit/1a4ae43472da6731989045bcb7c0526971b890ee))
18
+
19
+ ## [2.0.7](https://github.com/IEBH/TERA-fy/compare/v2.0.6...v2.0.7) (2025-02-26)
20
+
21
+
22
+ ### chore
23
+
24
+ * Upstream NPM bump ([f599609](https://github.com/IEBH/TERA-fy/commit/f599609a50bd9540dbab8088054f23a94c8afd39))
25
+
26
+ ### fix
27
+
28
+ * Corrected Syncro import path ([6f6a712](https://github.com/IEBH/TERA-fy/commit/6f6a712fb5ad49da328bd089a8bc0083079f1d7b))
29
+
30
+ ### refactor
31
+
32
+ * Moved Syncro resources into a more logical location ([ba7e8a5](https://github.com/IEBH/TERA-fy/commit/ba7e8a578f228adaad29c07c641e2cb5563f57b6))
33
+
3
34
  ## [2.0.6](https://github.com/IEBH/TERA-fy/compare/v2.0.3...v2.0.6) (2025-02-26)
4
35
 
5
36