@quatrain/cloudwrapper-firebase 1.1.22 → 1.1.23

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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -39,6 +39,10 @@ const firebaseEnv = new FirebaseWrapper({
39
39
  CloudWrapper.addAdapter('firebase', firebaseEnv, true)
40
40
  ```
41
41
 
42
+ ## Documentation
43
+
44
+ For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
45
+
42
46
  ## License
43
47
 
44
48
  AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/cloudwrapper-firebase",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "Cloud Wrapper adapter for Firebase",
6
6
  "main": "dist/index.js",
@@ -14,12 +14,12 @@
14
14
  ],
15
15
  "author": "Quatrain Développement SAS <developers@quatrain.com>",
16
16
  "peerDependencies": {
17
- "@quatrain/core": "^1.1.48"
17
+ "@quatrain/core": "^1.1.49"
18
18
  },
19
19
  "dependencies": {
20
- "@quatrain/backend": "^1.1.34",
21
- "@quatrain/cloudwrapper": "^1.1.24",
22
- "@quatrain/core": "^1.1.48",
20
+ "@quatrain/backend": "^1.1.35",
21
+ "@quatrain/cloudwrapper": "^1.1.25",
22
+ "@quatrain/core": "^1.1.49",
23
23
  "firebase-admin": "^13.4.0",
24
24
  "firebase-functions": "^6.4.0"
25
25
  },