@thzero/library_client_firebase 0.16.5 → 0.16.6

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 +5 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,16 +4,15 @@
4
4
 
5
5
  # library_client_firebase
6
6
 
7
- ## Installation
7
+ ## Requirements
8
8
 
9
- [![NPM](https://nodei.co/npm/@thzero/library_client_firebase.png?compact=true)](https://npmjs.org/package/@thzero/library_client_firebase)
9
+ ### NodeJs
10
10
 
11
- ### Requirements
11
+ [NodeJs](https://nodejs.org) version 18+
12
12
 
13
- #### Packages
13
+ ## Installation
14
14
 
15
- * [![NPM](https://nodei.co/npm/@thzero/library_common.png?compact=true)](https://npmjs.org/package/@thzero/library_common)
16
- * [![NPM](https://nodei.co/npm/@thzero/library_client.png?compact=true)](https://npmjs.org/package/@thzero/library_client)
15
+ [![NPM](https://nodei.co/npm/@thzero/library_client_firebase.png?compact=true)](https://npmjs.org/package/@thzero/library_client_firebase)
17
16
 
18
17
  ## Configuration
19
18
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@thzero/library_client_firebase",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
4
4
  "version_major": 0,
5
5
  "version_minor": 16,
6
- "version_patch": 5,
6
+ "version_patch": 6,
7
7
  "version_date": "11/25/2022",
8
8
  "author": "thZero",
9
9
  "license": "MIT",