@iebh/tera-fy 2.3.13 → 2.3.14
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 +12 -0
- package/dist/plugin.vue2.es2019.js +5 -5
- package/dist/terafy.es2019.js +1 -1
- package/dist/terafy.js +1 -1
- package/lib/terafy.client.js +1 -3
- package/package.json +1 -1
- package/plugins/firebase.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.14](https://github.com/IEBH/TERA-fy/compare/v2.3.13...v2.3.14) (2026-06-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### docs
|
|
7
|
+
|
|
8
|
+
* Minor Eslint fix ([d6deb35](https://github.com/IEBH/TERA-fy/commit/d6deb35e84c8a61fe8c749a2691e47b35ac31496))
|
|
9
|
+
|
|
10
|
+
### fix
|
|
11
|
+
|
|
12
|
+
* Ignore more meta functions that shouldnt be overriden in a mixin ([02f233b](https://github.com/IEBH/TERA-fy/commit/02f233b56bed87143820c9750dff332b1cecdfd6))
|
|
13
|
+
* Prototype polution when inheriting from a super-class ([94d5c87](https://github.com/IEBH/TERA-fy/commit/94d5c879e298048de8144b70fa66c3d144c3cfb0))
|
|
14
|
+
|
|
3
15
|
## [2.3.13](https://github.com/IEBH/TERA-fy/compare/v2.3.12...v2.3.13) (2026-06-24)
|
|
4
16
|
|
|
5
17
|
|