firebase-login-custom 0.5.1 → 0.5.3

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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.3](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.2...v0.5.3) (2026-03-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * enhance CI workflow to check for already published version before npm publish ([204509c](https://github.com/vergissberlin/firebase-login-custom/commit/204509c0b5a3559136ab05415ac684332226f16c))
9
+
10
+ ## [0.5.2](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.1...v0.5.2) (2026-03-17)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update Vite configuration and CI workflow for improved plugin handling and publish retries ([f95e28f](https://github.com/vergissberlin/firebase-login-custom/commit/f95e28fe51095f0eb18ef34b6536ec07917b6889))
16
+
3
17
  ## [0.5.1](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.0...v0.5.1) (2026-03-17)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-login-custom",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "This package is a wrapper to firebase custom login including all dependencies with the exception of firebase itself.",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -1 +0,0 @@
1
- export {};