@dereekb/firebase 1.1.0 → 2.1.0

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
@@ -2,7 +2,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- # [1.1.0](https://github.com/dereekb/dbcomponents/compare/v1.0.0...v1.1.0) (2022-03-02)
5
+ # [2.1.0](https://github.com/dereekb/dbx-components/compare/v2.0.0...v2.1.0) (2022-03-17)
6
+
7
+
8
+
9
+ # [2.0.0](https://github.com/dereekb/dbx-components/compare/v1.2.0...v2.0.0) (2022-03-13)
10
+
11
+
12
+
13
+ # [1.2.0](https://github.com/dereekb/dbx-components/compare/v1.1.0...v1.2.0) (2022-03-04)
14
+
15
+
16
+
17
+ # [1.1.0](https://github.com/dereekb/dbx-components/compare/v1.0.0...v1.1.0) (2022-03-02)
6
18
 
7
19
 
8
20
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  @dereekb/firebase
2
2
  =======
3
3
 
4
- The sources for this package are in the main [@dereekb/dbcomponents](https://github.com/dereekb/dbcomponents) repo. Please file issues and pull requests against that repo.
4
+ The sources for this package are in the main [@dereekb/dbx-components](https://github.com/dereekb/dbx-components) repo. Please file issues and pull requests against that repo.
5
5
 
6
6
  License: MIT
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "1.1.0",
3
+ "version": "2.1.0",
4
4
  "main": "./src/index.js",
5
5
  "typings": "./src/index.d.ts",
6
6
  "dependencies": {
7
- "rxjs": "^7.5.2",
7
+ "rxjs": "^7.0.0",
8
8
  "rxfire": "^6.0.3",
9
- "@dereekb/rxjs": "1.1.0",
10
- "@dereekb/util": "1.1.0",
9
+ "@dereekb/rxjs": "2.1.0",
10
+ "@dereekb/util": "2.1.0",
11
11
  "extra-set": "^2.2.11",
12
+ "make-error": "^1.3.0",
12
13
  "ms": "^3.0.0-canary.1",
13
14
  "firebase": "^9.6.4"
14
15
  },