@dereekb/firebase 0.0.1 → 1.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +4 -13
  3. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # Changelog
2
+
3
+ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
+
5
+ # [1.2.0](https://github.com/dereekb/dbcomponents/compare/v1.1.0...v1.2.0) (2022-03-04)
6
+
7
+
8
+
9
+ # [1.1.0](https://github.com/dereekb/dbcomponents/compare/v1.0.0...v1.1.0) (2022-03-02)
10
+
11
+
12
+
13
+ # 1.0.0 (2022-02-23)
14
+
15
+
16
+
17
+ # 0.1.0 (2022-01-29)
package/README.md CHANGED
@@ -1,15 +1,6 @@
1
- # firebase
1
+ @dereekb/firebase
2
+ =======
2
3
 
3
- This library was generated with [Nx](https://nx.dev).
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
5
 
5
- ## Running unit tests
6
-
7
- Unit tests are run through the Docker container. This lets our tests access the emulator. Since all tests are run within the container, and the container is not configured to use service ports, it can be run at the same time as the demo.
8
-
9
- Run `nx watch firebase` to execute the unit tests and watch for changes.
10
-
11
- Run `nx test firebase` to execute the unit tests.
12
-
13
- ### Firebase Related Unit Test Notes
14
-
15
- https://firebase.google.com/docs/rules/unit-tests#rut-v2-common-methods
6
+ License: MIT
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "0.0.1",
3
+ "version": "1.2.0",
4
4
  "main": "./src/index.js",
5
5
  "typings": "./src/index.d.ts",
6
6
  "dependencies": {
7
7
  "rxjs": "^7.5.2",
8
8
  "rxfire": "^6.0.3",
9
- "@dereekb/rxjs": "0.0.1",
10
- "@dereekb/util": "0.0.1",
9
+ "@dereekb/rxjs": "1.2.0",
10
+ "@dereekb/util": "1.2.0",
11
11
  "extra-set": "^2.2.11",
12
12
  "ms": "^3.0.0-canary.1",
13
13
  "firebase": "^9.6.4"