@edgedev/firebase 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,6 @@ If not in Nuxt 3 or there is no need for it to be global, put this in your compo
35
35
  import * as edgeFirebase from "@edgedev/firebase";
36
36
  </script>
37
37
  ```
38
- <a name="Firebase Authentication>
39
38
  # Firebase Authentication
40
39
  (currently only sign in with email and password is supported)
41
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Composables and stores for firebase",
5
5
  "main": "index.ts",
6
6
  "author": "Seth Fischer",