@iebh/tera-fy 2.0.7 → 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 +16 -0
- package/dist/plugin.vue2.es2019.js +77 -1938
- package/lib/syncro/entities.js +25 -31
- package/lib/syncro/keyed.js +4 -3
- package/lib/syncro/syncro.js +63 -11
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
3
19
|
## [2.0.7](https://github.com/IEBH/TERA-fy/compare/v2.0.6...v2.0.7) (2025-02-26)
|
|
4
20
|
|
|
5
21
|
|