@quatrain/cloudwrapper 1.1.24 → 1.1.25

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
@@ -23,6 +23,10 @@ npm install @quatrain/cloudwrapper-firebase
23
23
 
24
24
  The wrapper acts as a macro. When you configure and register it, it automatically creates and registers the underlying `@quatrain/backend`, `@quatrain/storage`, and `@quatrain/auth` adapters with the respective registries.
25
25
 
26
+ ## Documentation
27
+
28
+ For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
29
+
26
30
  ## License
27
31
 
28
32
  AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/cloudwrapper",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "Cloud wrappers commons",
6
6
  "main": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "author": "Quatrain Développement SAS <developers@quatrain.com>",
16
16
  "peerDependencies": {
17
- "@quatrain/backend": "^1.1.34",
18
- "@quatrain/core": "^1.1.48"
17
+ "@quatrain/backend": "^1.1.35",
18
+ "@quatrain/core": "^1.1.49"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@tsconfig/recommended": "^1.0.1",
@@ -36,8 +36,8 @@
36
36
  "bump-to": "yarn version"
37
37
  },
38
38
  "dependencies": {
39
- "@quatrain/backend": "^1.1.34",
40
- "@quatrain/core": "^1.1.48",
39
+ "@quatrain/backend": "^1.1.35",
40
+ "@quatrain/core": "^1.1.49",
41
41
  "@quatrain/storage": "^1.1"
42
42
  }
43
43
  }