@entropic-bond/firebase 1.13.0 → 1.13.2
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/.github/workflows/release.yml +1 -1
- package/CHANGELOG.md +7 -0
- package/README.md +0 -0
- package/firestore.indexes.json +0 -0
- package/firestore.rules +0 -0
- package/package.json +2 -2
- package/storage.rules +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.13.1](https://github.com/entropic-bond/entropic-bond-firebase/compare/v1.13.0...v1.13.1) (2024-02-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* import filename ([5aa22ce](https://github.com/entropic-bond/entropic-bond-firebase/commit/5aa22ce991c4645569468fc57e1b07af1000c04e))
|
|
7
|
+
|
|
1
8
|
# [1.13.0](https://github.com/entropic-bond/entropic-bond-firebase/compare/v1.12.1...v1.13.0) (2024-02-08)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
File without changes
|
package/firestore.indexes.json
CHANGED
|
File without changes
|
package/firestore.rules
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entropic-bond/firebase",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.2",
|
|
5
5
|
"description": "Firebase plugins for Entropic Bond",
|
|
6
6
|
"main": "./lib/entropic-bond-firebase.umd.cjs",
|
|
7
7
|
"module": "./lib/entropic-bond-firebase.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"import": "./lib/
|
|
10
|
+
"import": "./lib/entropic-bond-firebase.js",
|
|
11
11
|
"require": "./lib/entropic-bond-firebase.umd.cjs",
|
|
12
12
|
"types": "./lib/index.d.ts"
|
|
13
13
|
}
|
package/storage.rules
CHANGED
|
File without changes
|